search for: load_1

Displaying 5 results from an estimated 5 matches for "load_1".

Did you mean: load1
2009 Jun 20
4
Customize axis labels in xyplot
Hello, I'm plotting an xyplot where a continuous var recorded every min is plotted on y, and time expressed as HH:MM:SS on x, as follows : xaxis=list(tick.number=12,rot=90) lst=list(x=xaxis) xyplot(upt$LOAD_1 ~ upt$TIME, data=upt, type=c('g','p', 'r'), scales=lst) On the x-axis, every time label is drawn and the label quickly become unreadable as they overlap on each other. I wished to limit the number of label with 'tick.number=12' but it does not work as the x values...
2009 Feb 13
3
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
...r1, r2 add r0.zw, r3, r4 sub r5, r0, r1 is converted to LLVM IR: %r0 = alloca <4 x float> %mul_1 = mul <4 x float> %r1, %r2 store <4 x float> %mul_1, <4 x float>* %r0 ... %add_1 = add <4 x float> %r3, %r4 ; a store does not immediately happen here %load_1 = load <4 x float>* %r0 ; select the first two elements from the existing value, ; the last two elements from the newly generated value %merge_1 = shufflevector <4 x float> %load_1, <4 x float> %add_1, <4 x i32> &l...
2013 Jan 31
1
[LLVMdev] emitPseudoInstruction with MCJIT on LLVM 3.2 for ARM
...----- ; ModuleID = '4002416.bc' define void @tramp_4002416(i8* %fp, float** %args, i32 %n) { "4002416entry": %0 = bitcast i8* %fp to void (float*, float*, float*)* %1 = getelementptr float** %args, i32 0 %load_0 = load float** %1 %2 = getelementptr float** %args, i32 1 %load_1 = load float** %2 %3 = getelementptr float** %args, i32 2 %load_2 = load float** %3 call void %0(float* %load_0, float* %load_1, float* %load_2) ret void } -------------- next part -------------- ; ModuleID = 'vvadd.bc' define void @vvadd(float* noalias %y, float* noalias %a, float...
2009 Feb 13
0
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
...; > is converted to LLVM IR: > > %r0 = alloca <4 x float> > %mul_1 = mul <4 x float> %r1, %r2 > store <4 x float> %mul_1, <4 x float>* %r0 > ... > %add_1 = add <4 x float> %r3, %r4 > ; a store does not immediately happen here > %load_1 = load <4 x float>* %r0 > > ; select the first two elements from the existing value, > ; the last two elements from the newly generated value > %merge_1 = shufflevector <4 x float> %load_1, > <4 x float> %add_1, >...
2009 Jun 23
1
Identify groups by character point in xyplot legend
http://www.nabble.com/file/p24173983/groups.csv groups.csv http://www.nabble.com/file/p24173983/groups.r groups.r Hello, Points of an xyplot can be identified to a particular group according to 'sunflowers', a different one per group. However, this distinction does not appear in the legend generated by auto.key, all groups are expressed as a point or line, of different colours, but