/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtod.c | 44 #undef tinytens macro 45 /* The factor of 2^106 in tinytens[4] helps us avoid setting the underflow */ 47 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, variable 531 dval(&rv) *= tinytens[j]; 548 dval(&rv) *= tinytens[j]; 551 dval(&rv) *= tinytens[j]; 554 dval(&rv) *= tinytens[j];
|
gdtoaimp.h | 565 #define tinytens __tinytens_D2A macro 566 #define tinytens __tinytens_D2A macro 571 extern CONST double bigtens[], tens[], tinytens[];
|
misc.c | 857 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256 variable 862 CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 }; 865 CONST double tinytens[] = { 1e-16, 1e-32 };
|
strtodg.c | 684 dval(&rv) *= tinytens[n_bigtens-1]; 692 dval(&rv) *= tinytens[j];
|
/external/libweave/third_party/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 1465 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, member in namespace:dmg_fp 1473 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */ 1480 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 }; 1484 static CONST double tinytens[] = { 1e-16, 1e-32 }; [all...] |
/ndk/sources/android/support/src/stdio/ |
strtod.c | 1560 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256 }; variable 1565 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 }; variable 1569 static CONST double tinytens[] = { 1e-16, 1e-32 }; variable [all...] |
/prebuilts/sdk/renderscript/lib/arm/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/mips/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/x86/ |
libc.so | |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/armeabi/ |
libc++_shared.so | |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/armeabi/thumb/ |
libc++_shared.so | |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/ |
libc++_shared.so | |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/armeabi-v7a/thumb/ |
libc++_shared.so | |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/mips/ |
libc++_shared.so | |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/mips32r6/ |
libc++_shared.so | |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libs/x86/ |
libc++_shared.so | |
/prebuilts/python/linux-x86/2.7.5/bin/ |
python | |
python2 | |
python2.7 | |