Home
last modified time | relevance | path

Searched refs:FLT_MIN (Results 1 – 25 of 64) sorted by relevance

123

/third_party/ffmpeg/compat/float/
Dfloat.h27 #undef FLT_MIN
28 #define FLT_MIN 1.17549435082228750797e-38F macro
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_types.hpp59 #define BOOST_CSTDFLOAT_FLOAT_16_MIN FLT_MIN
68 #define BOOST_CSTDFLOAT_FLOAT_32_MIN FLT_MIN
77 #define BOOST_CSTDFLOAT_FLOAT_64_MIN FLT_MIN
86 #define BOOST_CSTDFLOAT_FLOAT_80_MIN FLT_MIN
95 #define BOOST_CSTDFLOAT_FLOAT_128_MIN FLT_MIN
/third_party/musl/src/math/
Dfma.c154 float fltmin = 0x0.ffffff8p-63*FLT_MIN * r; in fma()
155 return DBL_MIN/FLT_MIN * fltmin; in fma()
169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfma.c154 float fltmin = 0x0.ffffff8p-63*FLT_MIN * r; in fma()
155 return DBL_MIN/FLT_MIN * fltmin; in fma()
169 double_t tiny = DBL_MIN/FLT_MIN * r; in fma()
/third_party/skia/tests/
DPDFPrimitivesTest.cpp364 0.0f, -0.0f, 1.0f, -1.0f, SK_ScalarPI, 0.1f, FLT_MIN, FLT_MAX, in DEF_TEST()
365 -FLT_MIN, -FLT_MAX, FLT_MIN / 16.0f, -FLT_MIN / 16.0f, in DEF_TEST()
367 -FLT_MIN / 8388608.0 in DEF_TEST()
DPointTest.cpp156 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
DScaleToSidesTest.cpp41 FLT_MIN, in DEF_TEST()
/third_party/flutter/skia/tests/
DPDFPrimitivesTest.cpp359 0.0f, -0.0f, 1.0f, -1.0f, SK_ScalarPI, 0.1f, FLT_MIN, FLT_MAX, in DEF_TEST()
360 -FLT_MIN, -FLT_MAX, FLT_MIN / 16.0f, -FLT_MIN / 16.0f, in DEF_TEST()
362 -FLT_MIN / 8388608.0 in DEF_TEST()
DPointTest.cpp156 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
DScaleToSidesTest.cpp41 FLT_MIN in DEF_TEST()
/third_party/musl/include/
Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
Dvalues.h31 #define MINFLOAT FLT_MIN
/third_party/musl/porting/uniproton/kernel/include/
Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
Dvalues.h31 #define MINFLOAT FLT_MIN
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
Dvalues.h31 #define MINFLOAT FLT_MIN
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
/third_party/musl/ndk_musl_include/
Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
Dvalues.h31 #define MINFLOAT FLT_MIN
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dvalues.h31 #define MINFLOAT FLT_MIN
/third_party/musl/libc-test/src/api/
Dfloat.c35 D(FLT_MIN) in f()
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/quant_helper/
Dconcat_quant_param_propogator.cc39 float max_max = FLT_MIN; in PropogateQuantParams()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dulp.inl216 return detail::nextafterf(x, FLT_MIN);
218 return __builtin_nextafterf(x, FLT_MIN);
220 return nextafterf(x, FLT_MIN);
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dclip_convert_activation_pass.cc69 min = FLT_MIN; in Run()
/third_party/musl/libc-test/src/math/
Disless.c35 volatile float tinyf = FLT_MIN; in main()

123