/external/javassist/src/main/javassist/compiler/ast/ |
D | DoubleConst.java | 44 public ASTree compute(int op, ASTree right) { in compute() method in DoubleConst 61 return compute(op, this.value, right.value, newType); in compute0() 65 return compute(op, this.value, (double)right.value, this.type); in compute0() 68 private static DoubleConst compute(int op, double value1, double value2, in compute() method in DoubleConst
|
D | IntConst.java | 44 public ASTree compute(int op, ASTree right) { in compute() method in IntConst
|
/external/llvm/lib/CodeGen/ |
D | RegisterClassInfo.h | 60 void compute(const TargetRegisterClass *RC) const; 66 compute(RC); in get()
|
D | RegisterClassInfo.cpp | 70 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo
|
/external/srtp/crypto/include/ |
D | auth.h | 81 (((a)->type)->compute((a)->state, (buf), (len), (a)->out_len, (res))) 125 auth_compute_func compute; member
|
/external/mesa3d/docs/ |
D | MESA_pixmap_colormap.spec | 34 in order to compute pixel values during rendering. 65 to compute pixel values from RGB values Mesa requires a colormap.
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | LoopBlinnTextureCoords.h | 72 static Result compute(const LoopBlinnClassifier::Result& classification,
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/ |
D | getBspectrum.m | 3 % compute binary spectrum using threshold spectrum as pivot
|
D | hisser2.m | 14 % compute counts (two methods; the first works better and is operational)
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2006-03-31-NegativeStride.ll | 5 ; Make sure to compute the right exit value based on negative strides.
|
D | lftr_simple.ll | 2 ; is only used to compute the exit value.
|
D | loop_evaluate_6.ll | 4 ; Indvars can't evaluate this loop, because ScalarEvolution can't compute
|
D | loop_evaluate_5.ll | 5 ; Indvars should be able to compute an exit value for %tmp1.
|
D | lftr-promote.ll | 3 ; Indvars should be able to compute the exit value of this loop
|
D | loop_evaluate10.ll | 5 ; exit is taken. Indvars should correctly compute the exit values.
|
D | loop_evaluate8.ll | 4 ; instructions to compute a trip count.
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
D | getBspectrum.m | 3 % compute binary spectrum using threshold spectrum as pivot
|
D | hisser2.m | 14 % compute counts (two methods; the first works better and is operational)
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count4.ll | 4 ; ScalarEvolution should be able to compute a loop exit value for %indvar.i8.
|
D | 2011-03-09-ExactNoMaxBECount.ll | 8 ; Since the stride is variable and may wrap, we cannot compute
|
D | 2008-11-18-Stride1.ll | 4 ; ScalarEvolution can't compute a trip count because it doesn't know if
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-overflow.ll | 5 ; try to compute -INT64_MIN.
|
D | packed_struct.ll | 8 ; make sure we compute the correct offset for a packed structure
|
/external/bison/m4/ |
D | dos.m4 | 44 `drive letter' prefix, define this to compute the length of that
|
/external/libvpx/vp8/encoder/ppc/ |
D | sad_altivec.asm | 70 ;# compute difference on first row 91 ;# compute difference on second row
|