Home
last modified time | relevance | path

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

/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/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/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/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/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/libcoap/
DCMakeLists.txt810 add_executable(tiny ${CMAKE_CURRENT_LIST_DIR}/examples/tiny.c) target
/third_party/node/deps/v8/src/base/
Dieee754.cc1229 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/
DMakefile.am22 tiny: target