search for: stdb

Displaying 2 results from an estimated 2 matches for "stdb".

Did you mean: std
2013 Apr 12
1
[LLVMdev] Problem with Store of i8 in a global address
...SDTCisPtrTy<0>]>; def myCONST32 : SDNode<"myISD::CONST32", SDTmyCONST32>; def myCONST32_GP : SDNode<"myISD::CONST32_GP", SDTmyCONST32>; let PrintMethod = "printDMemOperand" in def globaladdress : Operand<i32>; def STdb : STInst<(outs), (ins globaladdress:$addr, GPR32:$ra), "stdb\t$addr, $ra", [], IIStore> { let mayStore = 1; } def : Pat<(atomic_store_8 (IcyflexCONST32_G...
2003 Nov 15
0
computing a p-value for a one-way ANOVA given only means and std dev of 5 factor levels
...nd a factor that has 5 levels (unordered) ... I have a mean and std dev for each of the 5 levels and need to obtain a p-value indicating whether there is evidence of a difference between these means. Mean Std Dev N Level A mA stdA nA Level B mB stdB nB Level C mC stdC nC Level D mD stdD nD Level E mE stdE nE My current plan is to assume normally distributed responses and use the known mean and std dev to generate data points which can be combined to create a data set similar to th...