search for: cfr

Displaying 20 results from an estimated 171 matches for "cfr".

Did you mean: cfe
2010 Dec 15
2
[LLVMdev] Optimization passes break machine instructions on new backend
...%reg16386<def> = COPY %R2; IntRegs:%reg16386 %reg16385<def> = COPY %R1; IntRegs:%reg16385 %reg16384<def> = COPY %R0; IntRegs:%reg16384 %reg16390<def> = MOVE %reg16386; IntRegs:%reg16390,16386 %reg16388<def> = CMPrr %reg16384, %reg16385, %CFR<imp-def,dead>; IntRegs:%reg16388,16384,16385 SKIPCOND 1, %CFR<imp-use> Successors according to CFG: BB#2 BB#1 BB#1: derived from LLVM BB %entry Predecessors according to CFG: BB#0 %reg16391<def> = MOVE %reg16387; IntRegs:%reg16391,16387 Successors acco...
2005 May 23
2
21 CFR Part 11 Compliance and R
...ich I would not use SAS or MATLAB, but for which I would greatly prefer to use R instead. On the other hand ( to take one of a couple of examples), in the past I have not even been permitted to use "R" whatsoever in clinical trials applications, which also typically involve a need for CFR Part 11 compliance. In this context, though, may I ask if there are people who have recently been able to use R for clinical trials work that is done within an FDA-approved 21 CFR Part 11-compliant framework? Thanks very much. Rich Haney Richard.Haney@duke.edu Duke Comprehensive Cancer Cente...
2010 Dec 15
2
[LLVMdev] Optimization passes break machine instructions on new backend
But in the first version it's used on the next row: %reg16388<def> = CMPrr %reg16384, %reg16385, %CFR<imp-def,dead>; IntRegs:%reg16388,16384,16385 SKIPCOND 1, *%CFR<imp-use>* Or doesn't that count? Following are patters for cmp and skipcond: def cmpcc : SDNode<"CSISD::CMP", SDTIntBinOp, [SDNPOutFlag]>; let Defs = [CFR] in { def CMPrr : InstCS<(outs IntR...
2010 Dec 15
0
[LLVMdev] Optimization passes break machine instructions on new backend
Hello Per, > The CMPrr instruction is moved down to after the PHI node. My guess is that > the 'dead' in CFR<imp-def,dead> is to blame, but I can't see what I'm doing > differently from MSP430/sparc that makes this not work. Any help GREATLY > appreciated! It seems like no use of CFR after CMP, indeed. How condbranches on your platform look like (patterns, etc.) ? -- With best regard...
2013 Aug 19
2
[LLVMdev] [cfe-dev] -fsanitize=address on centos 6.4
...the llvm+clang 3.3 version it works properly. - This message is intended only for the addressee and may contain information that is company confidential or privileged. Any technical data in this message may be exported only in accordance with the U.S. International Traffic in Arms Regulations (22 CFR Parts 120-130) or the Export Administration Regulations (15 CFR Parts 730-774). Unauthorized use is strictly prohibited and may be unlawful. If you are not the intended recipient, or the person responsible for delivering to the intended recipient, you should not read, copy, disclose or otherwise us...
2013 Aug 19
1
[LLVMdev] [cfe-dev] -fsanitize=address on centos 6.4
...the llvm+clang 3.3 version it works properly. - This message is intended only for the addressee and may contain information that is company confidential or privileged. Any technical data in this message may be exported only in accordance with the U.S. International Traffic in Arms Regulations (22 CFR Parts 120-130) or the Export Administration Regulations (15 CFR Parts 730-774). Unauthorized use is strictly prohibited and may be unlawful. If you are not the intended recipient, or the person responsible for delivering to the intended recipient, you should not read, copy, disclose or otherwise us...
2013 Aug 19
0
[LLVMdev] [cfe-dev] -fsanitize=address on centos 6.4
...on it works properly. > - > This message is intended only for the addressee and may contain > information that is company confidential or privileged. Any technical data > in this message may be exported only in accordance with the U.S. > International Traffic in Arms Regulations (22 CFR Parts 120-130) or the > Export Administration Regulations (15 CFR Parts 730-774). Unauthorized use > is strictly prohibited and may be unlawful. If you are not the intended > recipient, or the person responsible for delivering to the intended > recipient, you should not read, copy, disc...
2013 Aug 19
2
[LLVMdev] [cfe-dev] -fsanitize=address on centos 6.4
...;>> This message is intended only for the addressee and may contain >>> information that is company confidential or privileged. Any technical data >>> in this message may be exported only in accordance with the U.S. >>> International Traffic in Arms Regulations (22 CFR Parts 120-130) or the >>> Export Administration Regulations (15 CFR Parts 730-774). Unauthorized use >>> is strictly prohibited and may be unlawful. If you are not the intended >>> recipient, or the person responsible for delivering to the intended >>> recipient,...
2010 Dec 15
1
[LLVMdev] Optimization passes break machine instructions on new backend
It just occured to me that perhaps what happens is that since the cmp-instruction is initially followed by the pseudo-instruction - which doesn't have Uses = [CFR] - that it's marked dead initially, and never changed back when the SKIPCOND is inserted by the custom emitter? But I feel that this would happen in e.g. MSP430 too then... On Wed, Dec 15, 2010 at 10:14 AM, Anton Korobeynikov < anton at korobeynikov.info> wrote: > Hello Per, > &gt...
2009 Dec 01
1
ggplot legend for multiple time series
...low"="black")) Thanks, Edwin Changyou Sun, Ph.D. Associate Professor Natural Resource Policy & Economics Box 9681, Department of Forestry Mississippi State University Mississippi State, MS 39762 #363 Thompson Hall (662) 325 7271 (ph), 325 8726 (fax) csun@cfr.msstate.edu www.cfr.msstate.edu/forestry [[alternative HTML version deleted]]
2013 Aug 29
4
[PATCH] Notify caching_thread()s to give up on extent_commit_sem when needed.
caching_thread()s do all their work under read access to extent_commit_sem. They give up on this read access only when need_resched() tells them, or when they exit. As a result, somebody that wants a WRITE access to this sem, might wait for a long time. Especially this is problematic in cache_block_group(), which can be called on critical paths like find_free_extent() and in commit path via
2013 Aug 19
0
[LLVMdev] [cfe-dev] -fsanitize=address on centos 6.4
...on it works properly. > - > This message is intended only for the addressee and may contain > information that is company confidential or privileged. Any technical data > in this message may be exported only in accordance with the U.S. > International Traffic in Arms Regulations (22 CFR Parts 120-130) or the > Export Administration Regulations (15 CFR Parts 730-774). Unauthorized use > is strictly prohibited and may be unlawful. If you are not the intended > recipient, or the person responsible for delivering to the intended > recipient, you should not read, copy, disc...
2010 Dec 15
0
[LLVMdev] Optimization passes break machine instructions on new backend
Hello Per, >      SKIPCOND 1, %CFR<imp-use> > Or doesn't that count? Ah, sorry, I didn't recognize the stuff due to funky name. Let me think on the issue more thoroughly then :) -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2005 Jul 06
2
how to set language in capi
...age=it in iax2.conf everything ok in call from sip and from iax The problem arises in outside call, coming trom CAPI Trunk I try language=it in capi.conf: no result: always language=en I found a german forum, and it seems to be a common problem ( I don't undertand a lot of german, anyway) ( cfr: http://www.ip-phone-forum.de/forum/viewtopic.php?t=17639) I also try to put exten => .,1,SetLanguage(it) in some places, but no result I am running asterisk 1-0-9 any help will be greatly appreciated Andrea Chi ricevesse questa mail per errore e' gentilmente pregato di cancellarl...
2007 Jul 12
4
Lines Not being Hung UP Major
...ing any attachments, may be intended solely for the personal and confidential use of the sender and recipient(s) named above. This message may include advisory, consultative and/or deliberative material and, as such, would be privileged and confidential and not a public document. Pursuant to 42 CFR, any information in this e-mail identifying a former, present, or potential client of Straight & Narrow is confidential. If you have received this e-mail in error, you must not review, transmit, convert to hard copy, copy, use or disseminate this e-mail or any attachments to it and you must de...
2006 Feb 07
1
Reading in FORTRAN data using R
...) nfault,hpl,vplx,vply,taua,tauf,amuu, & tminn,tstepp,itime,TBIS,bulkms,ntm,ncycle,pdcy write(30,*) ptrad write(30,'(a1)') respfb write(30,*) (timi(n), n=1,nfault) write(30,*) (taub(n), n=1,nfault) write(30,*) (delts(n), n=1,nf) write(30,*) (cfr(n), n=1,nfault) write(30,*) (dfr(n), n=1,nfault) write(30,*) (slpdf(n), n=1,nf2) write(30,*) (slpv(n), n=1,nfault) write(30,*) (rhofcc(n), n=1,nfault) write(30,*) (islip(n), n=1,nfault) (NOTE: not all variables are the same length!) I subsequently read in back the da...
2008 Apr 11
2
tdm410p w/ echo - no full duplex
...ing any attachments, may be intended solely for the personal and confidential use of the sender and recipient(s) named above. This message may include advisory, consultative and/or deliberative material and, as such, would be privileged and confidential and not a public document. Pursuant to 42 CFR, any information in this e-mail identifying a former, present, or potential client of Straight & Narrow is confidential. If you have received this e-mail in error, you must not review, transmit, convert to hard copy, copy, use or disseminate this e-mail or any attachments to it and you must de...
2006 Mar 16
2
Queues Not Reporting Estimated Hold Time
...ing any attachments, may be intended solely for the personal and confidential use of the sender and recipient(s) named above. This message may include advisory, consultative and/or deliberative material and, as such, would be privileged and confidential and not a public document. Pursuant to 42 CFR, any information in this e-mail identifying a former, present, or potential client of Straight & Narrow is confidential. If you have received this e-mail in error, you must not review, transmit, convert to hard copy, copy, use or disseminate this e-mail or any attachments to it and you must de...
2007 Mar 01
2
Using R for devices trial
I would like to use R for submissions to FDA/CDRH (the medical device company I work for currently uses only SAS). Previous postings to the list regarding R and 21 CFR 11 compliance have been very helpful. However, reluctance to using open source software for statistical analyses and reporting remains high here at my company. Has anyone used R for an official submission to FDA/CDRH? It would be most helpful if I could tell our group that others have been able...
2003 Aug 04
3
RedHat Samba 2.2.7a-8.9.0 RPM complete?
Does anyone have information or know how I can find out what option this rpm was built with? ie with winbind on... I still seem to be having odd winbind / samba / acl problems (cannot get perms. modified via a Win2k station to stick). Regards, Matt Twigg