Home
last modified time | relevance | path

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

12

/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_a/kernel/src/math/
Dsqrtf.c18 static const float tiny = 1.0e-30; variable
Dsqrt.c81 static const double tiny = 1.0e-300; variable
Dfma.c169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma() local
/third_party/musl/src/math/
Dsqrtf.c18 static const float tiny = 1.0e-30; variable
Dsqrt.c81 static const double tiny = 1.0e-300; variable
Dfma.c169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma() local
/third_party/musl/porting/liteos_m/kernel/src/math/
Dsqrt.c81 static const double tiny = 1.0e-300; variable
/third_party/boost/libs/math/minimax/
Df.cpp21 static const mp_type tiny = boost::math::tools::min_value<mp_type>() * 64; in f() local
241 mp_type tiny = boost::lexical_cast<mp_type>("1e-5000"); in f() local
/third_party/musl/libc-test/src/math/
Disless.c32 volatile double tiny = DBL_MIN; in main() local
/third_party/boost/boost/math/tools/
Dfraction.hpp118 result_type tiny = detail::tiny_value<result_type>::get(); in continued_fraction_b() local
213 result_type tiny = detail::tiny_value<result_type>::get(); in continued_fraction_a() local
/third_party/mingw-w64/mingw-w64-crt/math/softmath/
Dbsd_privatef.h25 tiny = 1.0e-30, variable
Dbsd_private.h25 tiny = 1.0e-300, variable
/third_party/boost/boost/math/special_functions/detail/
Dbessel_jy.hpp146 T C, D, f, a, b, delta, tiny, tolerance; in CF1_jy() local
195 T tiny; in CF2_jy() local
/third_party/libcoap/
DCMakeLists.txt577 add_executable(tiny ${CMAKE_CURRENT_LIST_DIR}/examples/tiny.c) target
/third_party/mingw-w64/mingw-w64-crt/math/
Dsf_erf.c62 tiny= 1e-30, variable
Ds_erf.c143 tiny= 1e-300, variable
/third_party/boost/boost/geometry/formulas/
Dkarney_inverse.hpp147 CT tiny = std::sqrt((std::numeric_limits<CT>::min)()); in apply() local
845 CT const& f, CT const& n, CT const& ep2, CT const& tiny, in lambda12()

12