/third_party/ffmpeg/compat/float/ |
H A D | float.h | 27 #undef FLT_MIN macro 28 #define FLT_MIN 1.17549435082228750797e-38F macro
|
/third_party/musl/src/math/ |
H A D | fma.c | 154 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 D | fma.c | 154 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 D | PDFPrimitivesTest.cpp | 364 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 D | PointTest.cpp | 156 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
|
H A D | ScaleToSidesTest.cpp | 41 FLT_MIN, in DEF_TEST()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | values.h | 31 #define MINFLOAT FLT_MIN
|
H A D | float.h | 14 #define FLT_MIN 1.17549435082228750797e-38F macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | float.h | 14 #define FLT_MIN 1.17549435082228750797e-38F macro
|
H A D | values.h | 31 #define MINFLOAT FLT_MIN
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | values.h | 31 #define MINFLOAT FLT_MIN
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | float.h | 14 #define FLT_MIN 1.17549435082228750797e-38F macro
|
/third_party/musl/include/ |
H A D | float.h | 14 #define FLT_MIN 1.17549435082228750797e-38F macro
|
H A D | values.h | 31 #define MINFLOAT FLT_MIN
|
/third_party/musl/libc-test/src/api/ |
H A D | float.c | 35 D(FLT_MIN) in f()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_math.cpp | 22 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 D | isless.c | 35 volatile float tinyf = FLT_MIN; in main()
|
/third_party/ffmpeg/libavfilter/ |
H A D | afir_template.c | 49 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 D | vf_hsvkey.c | 80 } else if (blend > FLT_MIN) { in do_hsvkey_pixel()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktSampleVerifierUtil.cpp | 145 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 D | vktSampleVerifierUtil.cpp | 145 DE_ASSERT(num > FLT_MIN * (float) ulp || num < FLT_MIN * (float) ulp);
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 1100 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 D | aaccoder.c | 845 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 D | aacsbr.c | 244 sbr->gain[e][m] += FLT_MIN; in sbr_gain_calc()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 48 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:
|