| /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/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/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/optimized-routines/math/aarch64/advsimd/ |
| D | coshf.c | 58 uint32x4_t tiny = vcleq_u32 (iax, d->tiny_bound); in V_NAME_F1() local
|
| D | asinh.c | 149 uint64x2_t tiny = vcltq_f64 (ax, d->tiny_bound); in V_NAME_D1() 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/optimized-routines/math/ |
| D | tgamma128.c | 283 long double tiny = 0x1p-12288L; in tgamma128() local
|
| /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/rust/rust/library/std/src/f64/ |
| D | tests.rs | 324 let tiny = f64::from_bits(1); in test_next_up() localVariable 356 let tiny = f64::from_bits(1); in test_next_down() localVariable
|
| /third_party/rust/rust/library/std/src/f32/ |
| D | tests.rs | 334 let tiny = f32::from_bits(1); in test_next_up() localVariable 367 let tiny = f32::from_bits(1); in test_next_down() localVariable
|
| /third_party/libcoap/ |
| D | CMakeLists.txt | 810 add_executable(tiny ${CMAKE_CURRENT_LIST_DIR}/examples/tiny.c) target
|