Home
last modified time | relevance | path

Searched refs:compute (Results 1 – 25 of 157) sorted by relevance

1234567

/external/javassist/src/main/javassist/compiler/ast/
DDoubleConst.java44 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
DIntConst.java44 public ASTree compute(int op, ASTree right) { in compute() method in IntConst
/external/llvm/lib/CodeGen/
DRegisterClassInfo.h60 void compute(const TargetRegisterClass *RC) const;
66 compute(RC); in get()
DRegisterClassInfo.cpp70 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo
/external/srtp/crypto/include/
Dauth.h81 (((a)->type)->compute((a)->state, (buf), (len), (a)->out_len, (res)))
125 auth_compute_func compute; member
/external/mesa3d/docs/
DMESA_pixmap_colormap.spec34 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/
DLoopBlinnTextureCoords.h72 static Result compute(const LoopBlinnClassifier::Result& classification,
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/
DgetBspectrum.m3 % compute binary spectrum using threshold spectrum as pivot
Dhisser2.m14 % compute counts (two methods; the first works better and is operational)
/external/llvm/test/Transforms/IndVarSimplify/
D2006-03-31-NegativeStride.ll5 ; Make sure to compute the right exit value based on negative strides.
Dlftr_simple.ll2 ; is only used to compute the exit value.
Dloop_evaluate_6.ll4 ; Indvars can't evaluate this loop, because ScalarEvolution can't compute
Dloop_evaluate_5.ll5 ; Indvars should be able to compute an exit value for %tmp1.
Dlftr-promote.ll3 ; Indvars should be able to compute the exit value of this loop
Dloop_evaluate10.ll5 ; exit is taken. Indvars should correctly compute the exit values.
Dloop_evaluate8.ll4 ; instructions to compute a trip count.
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
DgetBspectrum.m3 % compute binary spectrum using threshold spectrum as pivot
Dhisser2.m14 % compute counts (two methods; the first works better and is operational)
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count4.ll4 ; ScalarEvolution should be able to compute a loop exit value for %indvar.i8.
D2011-03-09-ExactNoMaxBECount.ll8 ; Since the stride is variable and may wrap, we cannot compute
D2008-11-18-Stride1.ll4 ; ScalarEvolution can't compute a trip count because it doesn't know if
/external/llvm/test/CodeGen/X86/
Dlsr-overflow.ll5 ; try to compute -INT64_MIN.
Dpacked_struct.ll8 ; make sure we compute the correct offset for a packed structure
/external/bison/m4/
Ddos.m444 `drive letter' prefix, define this to compute the length of that
/external/libvpx/vp8/encoder/ppc/
Dsad_altivec.asm70 ;# compute difference on first row
91 ;# compute difference on second row

1234567