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/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/musl/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/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_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/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/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_arith.def81 10.0, FLT_MIN, FLT_MAX, \
/third_party/musl/libc-test/src/math/
Disless.c35 volatile float tinyf = FLT_MIN; in main()
/third_party/musl/Benchmark/musl/
Dlibc_math.cpp22 constexpr double FLT_MIN = 1.175494351e-38F; variable
309 long double x = (FLT_MIN / 2.0); in Bm_function_fpclassifyl1()
/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp145 DE_ASSERT(num > FLT_MIN * (float) ulp || num < FLT_MIN * (float) ulp); in addUlp()
/third_party/python/Lib/test/
Dtest_getargs2.py47 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX
449 for x in (FLT_MIN, -FLT_MIN, FLT_MAX, -FLT_MAX, INF, -INF):
454 if FLT_MIN > DBL_MIN:
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp1100 …if (ImGui::BeginListBox("##listbox 2", ImVec2(-FLT_MIN, 5 * ImGui::GetTextLineHeightWithSpacing())… in ShowDemoWindowWidgets()
1293 …ImGui::InputTextMultiline("##source", text, IM_ARRAYSIZE(text), ImVec2(-FLT_MIN, ImGui::GetTextLin… in ShowDemoWindowWidgets()
1422 …Funcs::MyInputTextMultiline("##MyStr", &my_str, ImVec2(-FLT_MIN, ImGui::GetTextLineHeight() * 16)); in ShowDemoWindowWidgets()
2431 ImGui::Button(buf, ImVec2(-FLT_MIN, 0.0f)); in ShowDemoWindowLayout()
2533 ImGui::PushItemWidth(-FLT_MIN); in ShowDemoWindowLayout()
3292 ImGui::SetNextItemWidth(-FLT_MIN); in ShowDemoWindowPopups()
3746 ImGui::Button(buf, ImVec2(-FLT_MIN, 0.0f));
3975 ImGui::Button(buf, ImVec2(-FLT_MIN, 0.0f));
4015 ImGui::SetNextItemWidth(-FLT_MIN);
4123 case CT_FillButton: ImGui::Button(label, ImVec2(-FLT_MIN, 0.0f)); break;
[all …]

123