Searched defs:tiny (Results 1 – 20 of 20) sorted by relevance
92 static const double one = 1.0, tiny = 1.0e-300; variable94 static double one = 1.0, tiny = 1.0e-300; variable
43 tiny = 1.0e-300, variable
59 #define tiny 1.0e-300 macro
38 #define tiny 1.0e-300 macro
102 #define tiny 1.0e-300 macro
57 #define tiny 1.0e-300 macro
126 #define tiny 1.0e-300 macro
96 #define tiny 1.0e-300 macro
81 static const double tiny = 1.0e-300; variable
32 volatile double tiny = DBL_MIN; in main() local
77 uint32_t tiny = predict_false(d2==0) ? 0 : 0x01000000; in sqrtf() local
152 uint64_t tiny = predict_false(d2==0) ? 0 : 0x0010000000000000; in sqrt() local
169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma() local
577 add_executable(tiny ${CMAKE_CURRENT_LIST_DIR}/examples/tiny.c) target
28 #define HAS_EMSCRIPTEN_VERSION(major, minor, tiny) (__EMSCRIPTEN_major__ > (major) || (__EMSCRIPTEN… argument
22 tiny: target