search for: fpval

Displaying 10 results from an estimated 10 matches for "fpval".

Did you mean: pval
2008 Dec 13
2
weird pasting of ".value" when list is returned
could someone explain why the name of FPVAL gets " .value" concatenated onto it when the code below is run and temp is returned. I've been trying to figure this out for too long. It doesn't matter when I put the FPVAL in the return statement. It happens regardless of whether it's first or last. Thanks. f.lmmultenha...
2008 Mar 28
0
[11/17][PATCH] kvm/ia64: add processor virtulization support.
Hi, Xiantao and Anthony >+void getfpreg(unsigned long regnum, struct ia64_fpreg *fpval, >+ struct kvm_pt_regs *regs) >+{ >+ /* Take floating register rotation into consideration*/ >+ if (regnum >= IA64_FIRST_ROTATING_FR) >+ regnum = IA64_FIRST_ROTATING_FR + fph_index(regs, >regnum); >+#define CASE_FIXED_FP(reg) \ >+ case (reg) : \ >+ ia64_stf_...
2008 Mar 28
0
[11/17][PATCH] kvm/ia64: add processor virtulization support.
Hi, Xiantao and Anthony >+void getfpreg(unsigned long regnum, struct ia64_fpreg *fpval, >+ struct kvm_pt_regs *regs) >+{ >+ /* Take floating register rotation into consideration*/ >+ if (regnum >= IA64_FIRST_ROTATING_FR) >+ regnum = IA64_FIRST_ROTATING_FR + fph_index(regs, >regnum); >+#define CASE_FIXED_FP(reg) \ >+ case (reg) : \ >+ ia64_stf_...
2007 Dec 15
2
[LLVMdev] fix warning with newer g++ compilers
...} - + while (isxdigit(CurPtr[0])) ++CurPtr; - + if (Kind == 'J') { // HexFPConstant - Floating point constant represented in IEEE format as a // hexadecimal number for when exponential notation is not precise enough. // Float and double only. - llvmAsmlval.FPVal = new APFloat(HexToFP(TokStart+2, CurPtr)); + llvmAsmlval.FPVal = new APFloat(HexToFP(TokStart+2, CurPtr)); return FPVAL; } - + uint64_t Pair[2]; HexToIntPair(TokStart+3, CurPtr, Pair); switch (Kind) { @@ -710,15 +712,16 @@ int LLLexer::LexDigitOrNegative() { CurPtr =...
2012 Aug 06
1
cannot find function "simpleRDA2"
...is a validity condition for the parametric test of significance (Miller and Farr 1971). ## ## Reference: ## Miller, J. K., and S. D. Farr. 1971. Bimultivariate redundancy: a comprehensive measure of ## interbattery relationship. Multivariate Behavioral Research 6: 313-324. { require(vegan) FPval <- function(R2cum,R2prev,n,mm,p) ## Compute the partial F and p-value after adding a single explanatory variable to the model. ## In FS, the number of df of the numerator of F is always 1. See Sokal & Rohlf 1995, eq 16.14. ## ## The amendment, based on Miller and Farr (1971),...
2009 Feb 12
0
Error Message: Error in dim(data) <- dim : attempt to set an attribute on NULL
...es=NA) # estimate the contrasts and put in fit2 fit2 <- contrasts.fit(fit, cont.matrix) fit2 <- eBayes(fit2) #print fit2 table write.table(fit2,file="fit2.txt",sep="\t") #I took the fit2 table and manually removed all empty and GFP rows, plus I deleted all rows where the Fpval was greated than 0.01. This table is called #fit2readformulttestFp01.txt fit2<-read.table("fit2readyformulttestFp01.txt", header=TRUE, sep="\t") #WORKS write.table(fit2, file="filteredfit2.txt", sep="\t") #WORKS s0vss24<-topTable(fit2,coef=&quot...
2006 Jan 11
4
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...warning: this is the location of the previous definition llvmAsmParser.tab.h:277:1: warning: "UINTVAL" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:133:1: warning: this is the location of the previous definition llvmAsmParser.tab.h:278:1: warning: "FPVAL" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:134:1: warning: this is the location of the previous definition llvmAsmParser.tab.h:279:1: warning: "VOID" redefined /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:135:1: warning:...
2006 Jan 11
0
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...e location of the previous definition > llvmAsmParser.tab.h:277:1: warning: "UINTVAL" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:133:1: > warning: this is the location of the previous definition > llvmAsmParser.tab.h:278:1: warning: "FPVAL" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:134:1: > warning: this is the location of the previous definition > llvmAsmParser.tab.h:279:1: warning: "VOID" redefined > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser...
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...e previous definition >> llvmAsmParser.tab.h:277:1: warning: "UINTVAL" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:133:1: >> warning: this is the location of the previous definition >> llvmAsmParser.tab.h:278:1: warning: "FPVAL" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:134:1: >> warning: this is the location of the previous definition >> llvmAsmParser.tab.h:279:1: warning: "VOID" redefined >> /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmPars...
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
...evious definition > > llvmAsmParser.tab.h:277:1: warning: "UINTVAL" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:133:1: > > warning: this is the location of the previous definition > > llvmAsmParser.tab.h:278:1: warning: "FPVAL" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/AsmParser/llvmAsmParser.h:134:1: > > warning: this is the location of the previous definition > > llvmAsmParser.tab.h:279:1: warning: "VOID" redefined > > /home/wanderer/pkg/build/llvm/src/llvm/lib/Asm...