Home
last modified time | relevance | path

Searched defs:tiny (Results 1 – 25 of 26) sorted by relevance

12

/third_party/jerryscript/jerry-libm/
Dtanh.c59 #define tiny 1.0e-300 macro
Dscalbn.c38 #define tiny 1.0e-300 macro
Dsqrt.c102 #define tiny 1.0e-300 macro
Datan2.c57 #define tiny 1.0e-300 macro
Dexpm1.c126 #define tiny 1.0e-300 macro
Dpow.c96 #define tiny 1.0e-300 macro
/third_party/musl/porting/liteos_m/kernel/src/math/
Dsqrt.c81 static const double tiny = 1.0e-300; variable
/third_party/musl/libc-test/src/math/
Disless.c32 volatile double tiny = DBL_MIN; in main() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dsqrtf.c77 uint32_t tiny = predict_false(d2==0) ? 0 : 0x01000000; in sqrtf() local
Dsqrt.c152 uint64_t tiny = predict_false(d2==0) ? 0 : 0x0010000000000000; in sqrt() local
Dfma.c169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma() local
/third_party/musl/src/math/
Dsqrtf.c77 uint32_t tiny = predict_false(d2==0) ? 0 : 0x01000000; in sqrtf() local
Dsqrt.c152 uint64_t tiny = predict_false(d2==0) ? 0 : 0x0010000000000000; in sqrt() local
Dfma.c169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma() local
/third_party/optimized-routines/math/aarch64/advsimd/
Dcoshf.c58 uint32x4_t tiny = vcleq_u32 (iax, d->tiny_bound); in V_NAME_F1() local
Dasinh.c149 uint64x2_t tiny = vcltq_f64 (ax, d->tiny_bound); in V_NAME_D1() local
/third_party/FreeBSD/lib/msun/src/
De_coshl.c38 static const volatile long double huge = 0x1p10000L, tiny = 0x1p-10000L; variable
Ds_tanhl.c39 static const volatile double tiny = 1.0e-300; variable
/third_party/optimized-routines/math/
Dtgamma128.c283 long double tiny = 0x1p-12288L; in tgamma128() local
/third_party/FreeBSD/lib/msun/ld128/
De_powl.c90 tiny = 1.0e-3000L; variable
Ds_expl.c46 tiny = 0x1p-10000L; variable
Ds_erfl.c26 static const volatile long double tiny = 0x1p-10000L; variable
/third_party/rust/rust/library/std/src/f64/
Dtests.rs324 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/
Dtests.rs334 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/
DCMakeLists.txt810 add_executable(tiny ${CMAKE_CURRENT_LIST_DIR}/examples/tiny.c) target

12