search for: cond8

Displaying 6 results from an estimated 6 matches for "cond8".

Did you mean: cond
2017 Jul 24
5
Ifelse statements and combining columns
...d1" | dat$cond == "cond2" | dat$cond == "cond3" dat$cond == "cond4" yes = "Uniform" no = ifelse(test = dat$cond == "cond5" | dat$cond == "cond6") | dat$cond == "cond7" dat$cond == "cond8" yes = "Biased Low" no = "Biased High" ) I keep getting an error statement about an invalid ). I've tried several permutations to fix, but without luck. Also, can anyone help me bind columns together? I've tried: cbind[, c(...
2008 Oct 01
0
[LLVMdev] complex branching generation
...:0:64-f80:128:128" target triple = "i386-apple-darwin9.5" define void @test_fc_while_and(float %x, float %y, float* %result) nounwind optsize { entry: %.not7 = fcmp une float %x, 0.000000e+00 ; <i1> [#uses=1] %0 = fcmp une float %y, 0.000000e+00 ; <i1> [#uses=2] %or.cond8 = and i1 %.not7, %0 ; <i1> [#uses=1] br i1 %or.cond8, label %bb, label %bb4 bb: ; preds = %bb, %entry %x_addr.06 = phi float [ %x, %entry ], [ %3, %bb ] ; <float> [#uses=2] %z.05 = phi float [ 0.000000e+00, %entry ], [ %2, %bb ] ; <float> [#uses=1] %1 = mul float %x_addr....
2008 Oct 01
2
[LLVMdev] complex branching generation
LLVM seems to be generating way too complex of branching based on the short-circuit optimization. The code in question is as follows: define void @ test_fc_while_and(float %x, float %y, float addrspace(11)* %result) nounwind { entry: %tobool3 = fcmp une float %x, 0.000000e+000 ; <i1> [#uses=1] %tobool24 = fcmp une float %y, 0.000000e+000 ;
2016 Aug 10
3
SCEV LoopTripCount
Hello, I was doing some experiments with SCEV and especially the loop trip count. Sorry for the dumb question, what is the easiest way to dump SCEV analysis results on a .bc file? On a side note, I wanted to see if we could optimize this function: unsigned long kernel(long w, long h, long d) { unsigned long count = 0; for(int i = 0; i < w; ++i) for(int j = i; j < h; ++j) for(int k = j; k
2017 Jul 24
0
Ifelse statements and combining columns
...ond == "cond2" | >dat$cond == "cond3" dat$cond == "cond4" > yes = "Uniform" > no = ifelse(test = dat$cond == "cond5" | dat$cond == >"cond6") | dat$cond == "cond7" dat$cond == "cond8" > yes = "Biased Low" > no = "Biased High" ) > > >I keep getting an error statement about an invalid ). I've tried >several >permutations to fix, but without luck. > >Also, can anyone help me bind columns to...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...; preds = %while.cond67 %incdec.ptr69 = getelementptr inbounds i8* %s.3, i32 1 %.pre302 = load i8* %incdec.ptr68, align 1, !tbaa !1 br label %while.cond67 while.end74: ; preds = %while.cond67 %cmp76 = icmp eq i32 %mode, 2 br i1 %cmp76, label %while.cond88.preheader, label %if.else79 if.else79: ; preds = %while.end74 %396 = load i32* %outexpon.i, align 4, !tbaa !3 %cmp81 = icmp sgt i32 %ndigits.addr.2, %396 %ndigits.addr.2. = select i1 %cmp81, i32 %ndigits.addr.2, i32 %396 br label %while.cond88.prehea...