Home
last modified time | relevance | path

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

123

/third_party/ffmpeg/compat/float/
Dfloat.h27 #undef FLT_MIN
28 #define FLT_MIN 1.17549435082228750797e-38F macro
/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/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/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/porting/uniproton/kernel/include/
Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
Dvalues.h31 #define MINFLOAT FLT_MIN
/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_a/kernel/include/
Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
/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/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/musl/Benchmark/musl/
Dlibc_math.cpp23 #define FLT_MIN 1.175494351e-38F macro
280 long double x = (FLT_MIN / 2.0); in Bm_function_fpclassifyl1()
/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/musl/libc-test/src/math/
Disless.c35 volatile float tinyf = FLT_MIN; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_arith.def81 10.0, FLT_MIN, FLT_MAX, \
/third_party/ffmpeg/libavcodec/
Daaccoder.c846 … lambda / (band0->threshold + FLT_MIN), INFINITY, &b1, NULL, 0); in search_for_ms()
852 … lambda / (band1->threshold + FLT_MIN), INFINITY, &b2, NULL, 0); in search_for_ms()
858 … lambda / (minthr + FLT_MIN), INFINITY, &b3, NULL, 0); in search_for_ms()
864 … mslambda / (minthr * bmax + FLT_MIN), INFINITY, &b4, NULL, 0); in search_for_ms()

123