Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/libm/
De_sqrt.c92 static const double one = 1.0, tiny = 1.0e-300; variable
94 static double one = 1.0, tiny = 1.0e-300; variable
De_atan2.c43 tiny = 1.0e-300, variable
/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/libcoap/
DCMakeLists.txt577 add_executable(tiny ${CMAKE_CURRENT_LIST_DIR}/examples/tiny.c) target
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_wgpu.cpp28 #define HAS_EMSCRIPTEN_VERSION(major, minor, tiny) (__EMSCRIPTEN_major__ > (major) || (__EMSCRIPTEN… argument
/third_party/harfbuzz/src/
DMakefile.am22 tiny: target
/third_party/skia/third_party/externals/harfbuzz/src/
DMakefile.am22 tiny: target