| /third_party/jerryscript/jerry-libm/ |
| D | tanh.c | 59 #define tiny 1.0e-300 macro
|
| D | scalbn.c | 38 #define tiny 1.0e-300 macro
|
| D | sqrt.c | 102 #define tiny 1.0e-300 macro
|
| D | atan2.c | 57 #define tiny 1.0e-300 macro
|
| D | expm1.c | 126 #define tiny 1.0e-300 macro
|
| D | pow.c | 96 #define tiny 1.0e-300 macro
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| D | sqrt.c | 81 static const double tiny = 1.0e-300; variable
|
| /third_party/musl/libc-test/src/math/ |
| D | isless.c | 32 volatile double tiny = DBL_MIN; in main() local
|
| /third_party/musl/src/math/ |
| D | sqrtf.c | 77 uint32_t tiny = predict_false(d2==0) ? 0 : 0x01000000; in sqrtf() local
|
| D | sqrt.c | 152 uint64_t tiny = predict_false(d2==0) ? 0 : 0x0010000000000000; in sqrt() local
|
| D | fma.c | 169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma() local
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | sqrtf.c | 77 uint32_t tiny = predict_false(d2==0) ? 0 : 0x01000000; in sqrtf() local
|
| D | sqrt.c | 152 uint64_t tiny = predict_false(d2==0) ? 0 : 0x0010000000000000; in sqrt() local
|
| D | fma.c | 169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma() local
|
| /third_party/FreeBSD/lib/msun/src/ |
| D | e_coshl.c | 38 static const volatile long double huge = 0x1p10000L, tiny = 0x1p-10000L; variable
|
| D | s_tanhl.c | 39 static const volatile double tiny = 1.0e-300; variable
|
| /third_party/FreeBSD/lib/msun/ld128/ |
| D | e_powl.c | 90 tiny = 1.0e-3000L; variable
|
| D | s_expl.c | 46 tiny = 0x1p-10000L; variable
|
| D | s_erfl.c | 26 static const volatile long double tiny = 0x1p-10000L; variable
|
| /third_party/libcoap/ |
| D | CMakeLists.txt | 810 add_executable(tiny ${CMAKE_CURRENT_LIST_DIR}/examples/tiny.c) target
|
| /third_party/node/deps/v8/src/base/ |
| D | ieee754.cc | 1229 static volatile double tiny = 1.0e-300; in atan2() local 2212 tiny = 1.0e-300, in expm1() local 2644 huge = 1.0e300, tiny = 1.0e-300, in pow() local 2976 static const volatile double tiny = 1.0e-300; in tanh() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | Makefile.am | 22 tiny: target
|