/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/docs/ |
YamlIO.rst | 535 Polar denormalize(IO &) { 560 when the local keys variable goes out of scope, the denormalize() method will 565 could be returned by the denormalize() method, except that the temporary 569 when reading YAML. It never destroys the normalized object. The denormalize()
|
/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 */
|
/external/llvm/include/llvm/Support/ |
YAMLTraits.h | 618 Result = BufPtr->denormalize(io); 655 Result = BufPtr->denormalize(io); [all...] |
/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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 181 /* Use the Alpha shifts from earlier to denormalize */ [all...] |
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 659 TotalSeconds denormalize(IO &) { function in class:llvm::yaml::MappingTraits::NormalizedSeconds
|
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | [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...] |