/third_party/ffmpeg/compat/float/ |
D | float.h | 27 #undef FLT_MIN 28 #define FLT_MIN 1.17549435082228750797e-38F macro
|
/third_party/musl/src/math/ |
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/ |
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/ |
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()
|
D | PointTest.cpp | 156 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
|
D | ScaleToSidesTest.cpp | 41 FLT_MIN, in DEF_TEST()
|
/third_party/musl/include/ |
D | float.h | 14 #define FLT_MIN 1.17549435082228750797e-38F macro
|
D | values.h | 31 #define MINFLOAT FLT_MIN
|
/third_party/musl/ndk_musl_include/ |
D | float.h | 14 #define FLT_MIN 1.17549435082228750797e-38F macro
|
D | values.h | 31 #define MINFLOAT FLT_MIN
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | float.h | 14 #define FLT_MIN 1.17549435082228750797e-38F macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | float.h | 14 #define FLT_MIN 1.17549435082228750797e-38F macro
|
D | values.h | 31 #define MINFLOAT FLT_MIN
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | float.h | 14 #define FLT_MIN 1.17549435082228750797e-38F macro
|
D | values.h | 31 #define MINFLOAT FLT_MIN
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | values.h | 31 #define MINFLOAT FLT_MIN
|
/third_party/musl/libc-test/src/api/ |
D | float.c | 35 D(FLT_MIN) in f()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | ulp.inl | 216 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/ |
D | test_arith.def | 81 10.0, FLT_MIN, FLT_MAX, \
|
/third_party/musl/libc-test/src/math/ |
D | isless.c | 35 volatile float tinyf = FLT_MIN; in main()
|
/third_party/musl/Benchmark/musl/ |
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/ffmpeg/libavcodec/ |
D | aaccoder.c | 846 … 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/ |
D | vktSampleVerifierUtil.cpp | 145 DE_ASSERT(num > FLT_MIN * (float) ulp || num < FLT_MIN * (float) ulp); in addUlp()
|
/third_party/python/Lib/test/ |
D | test_getargs2.py | 47 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/ |
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::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 …]
|