Home
last modified time | relevance | path

Searched refs:FLT_MIN (Results 1 - 25 of 45) sorted by relevance

12

/third_party/ffmpeg/compat/float/
H A Dfloat.h27 #undef FLT_MIN macro
28 #define FLT_MIN 1.17549435082228750797e-38F macro
/third_party/musl/src/math/
H A 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/
H A 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/
H A 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()
H A DPointTest.cpp156 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
H A DScaleToSidesTest.cpp41 FLT_MIN, in DEF_TEST()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dvalues.h31 #define MINFLOAT FLT_MIN
H A Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
H A Dvalues.h31 #define MINFLOAT FLT_MIN
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dvalues.h31 #define MINFLOAT FLT_MIN
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
/third_party/musl/include/
H A Dfloat.h14 #define FLT_MIN 1.17549435082228750797e-38F macro
H A Dvalues.h31 #define MINFLOAT FLT_MIN
/third_party/musl/libc-test/src/api/
H A Dfloat.c35 D(FLT_MIN) in f()
/third_party/musl/Benchmark/musl/
H A 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/musl/libc-test/src/math/
H A Disless.c35 volatile float tinyf = FLT_MIN; in main()
/third_party/ffmpeg/libavfilter/
H A Dafir_template.c49 ftype *mag, *phase, *delay, min = FLT_MAX, max = FLT_MIN; in draw_response()
50 ftype min_delay = FLT_MAX, max_delay = FLT_MIN; in draw_response()
H A Dvf_hsvkey.c80 } else if (blend > FLT_MIN) { in do_hsvkey_pixel()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp145 DE_ASSERT(num > FLT_MIN * (float) ulp || num < FLT_MIN * (float) ulp);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifierUtil.cpp145 DE_ASSERT(num > FLT_MIN * (float) ulp || num < FLT_MIN * (float) ulp);
/third_party/skia/third_party/externals/imgui/
H A 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::GetTextLineHeight() * 16), flags); in ShowDemoWindowWidgets()
1422 Funcs::MyInputTextMultiline("##MyStr", &my_str, ImVec2(-FLT_MIN, ImGui::GetTextLineHeight() * 16)); in ShowDemoWindowWidgets()
1639 // Typically we would use ImVec2(-1.0f,0.0f) or ImVec2(-FLT_MIN,0.0f) to use all available width, in ShowDemoWindowWidgets()
2431 ImGui::Button(buf, ImVec2(-FLT_MIN, 0.0f)); in ShowDemoWindowLayout()
2531 ImGui::Text("SetNextItemWidth/PushItemWidth(-FLT_MIN)"); 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.
[all...]
/third_party/ffmpeg/libavcodec/
H A Daaccoder.c845 lambda / (band0->threshold + FLT_MIN), INFINITY, &b1, NULL, 0); in search_for_ms()
851 lambda / (band1->threshold + FLT_MIN), INFINITY, &b2, NULL, 0); in search_for_ms()
857 lambda / (minthr + FLT_MIN), INFINITY, &b3, NULL, 0); in search_for_ms()
863 mslambda / (minthr * bmax + FLT_MIN), INFINITY, &b4, NULL, 0); in search_for_ms()
H A Daacsbr.c244 sbr->gain[e][m] += FLT_MIN; in sbr_gain_calc()
/third_party/python/Lib/test/test_capi/
H A Dtest_getargs.py48 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX namespace
450 for x in (FLT_MIN, -FLT_MIN, FLT_MAX, -FLT_MAX, INF, -INF):
455 if FLT_MIN > DBL_MIN:

Completed in 20 milliseconds

12