/external/clang/test/CodeGen/ |
2002-07-31-BadAssert.c | 13 void denormalize(InternalFPF *ptr) { function
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionNormalization.h | 58 /// Denormalize - Perform the inverse transform on the expression with the 60 Denormalize
|
/external/webrtc/src/modules/audio_processing/ns/ |
nsx_core.h | 196 // Denormalize the input buffer. 197 typedef void (*Denormalize)(NsxInst_t* inst, 200 extern Denormalize WebRtcNsx_Denormalize;
|
nsx_core_neon.c | 457 // Denormalize the input buffer.
|
nsx_core.c | 435 Denormalize WebRtcNsx_Denormalize; 618 // Denormalize the input buffer. [all...] |
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 537 static void denormalize(InternalFPF *ptr,int minimum_exponent); 933 ** denormalize ** 935 ** Denormalize an internal-representation number. This means 940 static void denormalize(InternalFPF *ptr, function 947 vexxx_printf("Error: zero significand in denormalize\n"); 986 denormalize(ptr, MIN_EXP); [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionNormalization.cpp | 151 case Denormalize:
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
levinson.c | 180 t2 = (t2 << alp_exp); /* denormalize; compare to Alpha */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
levinson.cpp | 536 t2 = L_shl (t2, alp_exp); // denormalize; compare to Alpha 746 t2 = L_shl(t2, alp_exp, pOverflow); /* denormalize; compare to Alpha */
|
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | [all...] |
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
crypto.js | 500 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.c | [all...] |
/external/v8/benchmarks/ |
crypto.js | 500 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-crypto.js | 492 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-crypto.js | 492 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-crypto.js | 492 if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder [all...] |