/external/stlport/src/ |
num_get_float.cpp | 265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp. 268 // bexp: base-2 exponent (output parameter) 269 static void _Stl_tenscale(uint64& p, int exp, int& bexp) { 270 bexp = 0; 309 bexp += _Stl_twoexp[hi] - norm; 316 bexp += _Stl_twoexp[lo] - norm; 347 int bexp; /* binary exponent */ local 368 bexp = 64; /* convert from 64b int to fraction */ 382 bexp -= 64 - nzero; 390 bexp += sexp 503 int bexp = 64; \/* convert from 64b int to fraction *\/ local [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp. 268 // bexp: base-2 exponent (output parameter) 269 static void _Stl_tenscale(uint64& p, int exp, int& bexp) { 270 bexp = 0; 309 bexp += _Stl_twoexp[hi] - norm; 316 bexp += _Stl_twoexp[lo] - norm; 347 int bexp; /* binary exponent */ local 368 bexp = 64; /* convert from 64b int to fraction */ 382 bexp -= 64 - nzero; 390 bexp += sexp 503 int bexp = 64; \/* convert from 64b int to fraction *\/ local [all...] |
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.c | 108 Int bexp, i, j, shift; local 112 bexp = (f64[7] << 4) | ((f64[6] >> 4) & 0x0F); 113 bexp &= 0x7FF; 116 if (bexp == 0 || bexp == 0x7FF) { 131 if (bexp == 0) { 161 bexp -= shift; 162 bexp += (16383 - 1023); 163 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) ); 164 f80[8] = toUChar( bexp & 0xFF ) 249 Int bexp, i, j; local [all...] |
guest_amd64_helpers.c | 1390 Int bexp; local [all...] |
guest_x86_helpers.c | 1370 Int bexp; local [all...] |
/external/qemu/fpu/ |
softfloat.c | [all...] |
/external/e2fsprogs/intl/ |
plural.y | 117 new_exp_3 (enum operator op, struct expression *bexp, 122 args[0] = bexp;
|
plural.c | 138 new_exp_3 (enum operator op, struct expression *bexp, 143 args[0] = bexp; [all...] |
/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/lib/ |
libintl.a | [all...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/ |
libintl.a | [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/ |
libstlport_shared.so | |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |
/external/icu4c/i18n/ |
decNumber.c | [all...] |