search for: frt

Displaying 20 results from an estimated 45 matches for "frt".

Did you mean: fmt
2013 Mar 25
1
[LLVMdev] Types in TableGen instruction selection patterns
...$dst), (ins i32:$src1, i32:$src2), > "some assembler", > [(set $dst, (Op $src1, $src2))]>; >From the PPC changes, I see that this is already possible under a slightly different form: def FSUBS : AForm_2<59, 20, (outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRB), "fsubs $FRT, $FRA, $FRB", FPGeneral, - [(set F4RC:$FRT, (fsub F4RC:$FRA, F4RC:$FRB))]>; + [(set f32:$FRT, (fsub f32:$FRA, f32:$FRB))]>; Sebastian -- Qualcomm Innovation Center, Inc. is...
2009 Feb 10
7
How to split a character vector into 3 vectors
Hi , Does any one know how to split a character vector , I have a vector X that looks like this and each row has 3 characters X ASK DGH ASG AUJ FRT I would like to split the vector into 3 vectors that look like this X1 X2 X3 A S K D G H A S G A U J U R T thanks -- View this message in context: http://www.nabble.com/How-to-split-a-character-vector-into-3-vectors-tp21939492p21939492.html Sent from the R help mailing list archive at Nabble...
2013 Mar 25
0
[LLVMdev] Types in TableGen instruction selection patterns
Jakob Stoklund Olesen wrote: > I have updated TableGen to support a new format for instruction selection patterns. > > Before: > > def : Pat<(subc IntRegs:$b, IntRegs:$c), (SUBCCrr IntRegs:$b, IntRegs:$c)>; > > After: > > def : Pat<(subc i32:$b, i32:$c), (SUBCCrr $b, $c)>; > > Since the pattern matching happens on a DAG with type labels, not
2011 Nov 10
1
assistance building R on RHEL5
...installed. F77= F95_compilers="f95 fort xlf95 ifort ifc efc pgf95 lf95 gfortran gcc44-gfortran ftn g95" # <== gcc44-gfortran added F90_compilers="f90 xlf90 pgf90 pghpf epcf90" case "${host_os}" in hpux*) F77_compilers="g77 fort77 f77 xlf frt pgf77 cf77 fl32 af77" ;; *) F77_compilers="g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77" ;; esac GCC_Fortran_compiler= if test "${GCC}" = yes; then case "${CC_VERSION}" in 3.*) GCC_Fortran_compiler=g77 ;; 4.*) GCC_Fortran_compiler=gc...
2009 Jul 15
1
Error in simulation R-code
...sp(df2007.5k.s2,CM,1,1000) Error in nb2listw(dist60, style = "B") : Empty neighbour sets found And, here are my partial data and addition information just in case. > df2007.5k.s2[1:5,] Longitude Latitude Ring stage2 SBA corn sbn w.wit oats afl dbn vg.frt fidle grs.pstr wdlnd nlcd.ow nlcd.dec 821 419.9678 496.3359 5000 2 0.2041200 6.873500 6.515908 5.861865 5.139832 6.260552 5.087444 0.000000 4.818602 6.897949 4.927745 7.073408 7.348551 822 440.9583 533.2685 5000 2 1.1832698 6.829823 6.402711 4.098471 5.660730 6.394553 4.700505 0....
2013 Mar 24
5
[LLVMdev] Types in TableGen instruction selection patterns
I have updated TableGen to support a new format for instruction selection patterns. Before: def : Pat<(subc IntRegs:$b, IntRegs:$c), (SUBCCrr IntRegs:$b, IntRegs:$c)>; After: def : Pat<(subc i32:$b, i32:$c), (SUBCCrr $b, $c)>; Since the pattern matching happens on a DAG with type labels, not register classes, I think it makes more sense to specify types directly on the input
2009 Jun 17
2
[LLVMdev] possible PowerPC (32bits) backend bug
...sub F4RC:$B, (fmul F4RC:$A, F4RC:$C)), (FNMSUBS F4RC:$A, F4RC:$C, F4RC:$B)>, Requires<[FPContractions]>; The unique feature of this parttern is that it maps a pair of LLVM IR instructions into a single PPC instruction. def FNMSUBS : AForm_1<59, 30,(outs F4RC:$FRT), (ins F4RC:$FRA, F4RC:$FRC, F4RC:$FRB), "fnmsubs $FRT, $FRA, $FRC, $FRB", FPGeneral, [(set F4RC:$FRT, (fneg (fsub (fmul F4RC:$FRA, F4RC:$FRC),F4RC:$FRB)))]>, Requires<[FPContractions]>; Now I wrote a little toy prog...
2011 Oct 29
1
Add col in data.frame
...used cbind to add a new variable(column). library(foreign) mydf<-read.spss(file="C:/myspss.sav",use.value.labels=FALSE, to.data.frame=TRUE,use.missings=FALSE) attr(mydf,"variable.labels") ## it gives you all the labels ##Adding a new variable(col) to mydf newcolm <- list(frt="grapes") mydf <- cbind(mydf, newrow) ##Now checking to see labels again attr(mydf,"variable.labels") ## And you get NULL Can anyone please help me to achieve this without loosing any default attribute that was there? Thanks and Regards -- SmartG [[alternative HTML ver...
2005 May 20
1
R 2.1 and gfortran
From the configure output of the latest devel snapshot: > checking for g77... no > checking for f77... no > checking for xlf... no > checking for frt... no > checking for pgf77... no > checking for fl32... no > checking for af77... no > checking for fort77... no > checking for f90... no > checking for xlf90... no > checking for pgf90... no > checking for epcf90... no > checking for f95... no > checking for fort... n...
2006 May 29
0
smbd hanging at BDC
...rk Logon Service path = /netlogon/scripts guest ok = yes browseable = no write list = root [profiles] comment = Profiles path = /profiles/%U browseable = yes writeable = yes veto files = desktop.ini veto oplock files = /*.DBF/*.TMP/*.CDX/*.SCX/*.SPR/*.SPX/*.SCT/*.FRT/*FXP/*.FRX [data] comment = Data Share path = /data/Server browseable = yes writeable = yes veto files = /lost+found/.Trash-root/*.sh/*.scr/.recycle/ inherit permissions = yes inherit acls = yes vfs objects = recycle dos filemode = yes store dos attributes = yes vet...
2005 Aug 12
1
Concerning reading of SAS-files
Hi! I'm trying to start a credibility estimation study with a coule of data sets that are created for SAS. The data sets are saved as ".sas7bndx" and ".sas7bdat". I've tried reading them to R with the function 'read.xport' but this returns the error message 'Error in lookup.xport(file) : unable to open file'. Are there any other functions that one
2006 Apr 10
0
Handling of NA ´s in the matrix multiplication function
...p files. I?m thinking of some sort of setting such as na.rm=T. Thanks before hand to anyone how can help me! Fredrik Thuring, Junior Business Researcher __________________________________ Codan Forsikring, Gammel Kongevej 60, DK-1790 Copenhagen V tel: +45 33 55 26 63, fax: +45 33 55 21 22 e-mail: frt at codan.dk http://www.codan.dk ------------------------------------------------------------------------------ This e-mail and any attachment may be confidential and may a...{{dropped}}
2006 Oct 13
1
NA-handling in glm.fit?
...) with 'glm.fit'. Is it even possible in'glm.fit'? How? Thanks before hand, Fredrik Thuring, Business Researcher __________________________________________________________ Codan Forsikring, Gammel Kongevej 60, DK-1790 Copenhagen V tele: +45 33 55 26 63, fax: +45 33 55 21 22 e-mail: frt at codan.dk http://www.codan.dk ------------------------------------------------------------------------------ This e-mail and any attachment may be confidential and may a...{{dropped}}
2007 Mar 27
1
UK BT PRI
...Digium Wildcard TE110P T1/E1 Card. It's connected to a BT ISDN PRI (EuroISDN) with 24 channels. Inbound works fine, but outbound isn't setting CLI (it seems the line supports 6 digit CLI). Inbound CLI works fine. In the dial-plan using Set(CALLERID(num)=123456) then Dial(Zap/g1/01234567||frT) Where 123456 is in the range of BT allocated numbers. Using Asterisk 1.4.1 and Zaptel 1.4.0 Any help appreciated. Steve -- NetTek Ltd UK mob +44-(0)7775 755503 UK +44-(0)20 79932612 / US +1-(310)8577715 / Fax +44-(0)20 7483 2455 Skype/GoogleTalk/AIM/Gizmo/Mac stevekennedyuk / MSN steve@gbn...
2005 Aug 19
3
Handling of tables in R
Hi! I have a few questions concerning reading of tables from R to other programs. My main question is if it’s even possible to read a table created in R (with the functions data.frame and save) to Excel (or maybe SAS) and if so how does one do this? If I just mark the table in R and copy-paste to Excel the whole table ends up in one single cell, (of course). My goal is to
2005 Jun 24
3
Counterpart for Matlab's 'feval'?
Hi! I've just begun writing a program that searches for the minimum of a function with golden section search. In order to do this in a nice way I need a function that takes a function name and an argument and returns the function value for that argument, i .e just like Matlab's 'feval'. Is there any? Thanks before hand! Best regards, Fredrik Thuring, Codan Insurance A/S
2016 Apr 29
4
Trying to build ices-0.4 on ubuntu and "libshout not usable"
...yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no...
2005 Apr 11
1
Unable to compile icecast 2.2.0 under Suse 9.2
...cking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fl32... no checking for af77... no checking for fort77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking fo...
2010 Jul 01
1
Icecast on centos5
...ng whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking dependency style of g++... none > checking how to run the C++ preprocessor... g++ -E > checking for g77... no > checking for xlf... no > checking for f77... no > checking for frt... no > checking for pgf77... no > checking for cf77... no > checking for fort77... no > checking for fl32... no > checking for af77... no > checking for xlf90... no > checking for f90... no > checking for pgf90... no > checking for pghpf... no > checking for epcf90......
2008 Aug 26
2
Error while compiling Ices 0.4
...fndef __cplusplus | choke me | #endif .......... .......... .......... configure:6719: checking for arm-g77 configure:6748: result: no configure:6719: checking for arm-f77 configure:6748: result: no configure:6719: checking for arm-xlf configure:6748: result: no configure:6719: checking for arm-frt configure:6748: result: no configure:6719: checking for arm-pgf77 configure:6748: result: no configure:6719: checking for arm-fort77 configure:6748: result: no configure:6719: checking for arm-fl32 configure:6748: result: no configure:6719: checking for arm-af77 configure:6748: result: no configure...