Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp126 #ifndef FLT_MIN
127 #error FLT_MIN not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp126 #ifndef FLT_MIN
127 #error FLT_MIN not defined
/external/clang/lib/Headers/
Dfloat.h66 # undef FLT_MIN
121 #define FLT_MIN __FLT_MIN__ macro
/external/skia/tests/
DPDFPrimitivesTest.cpp473 0.0f, -0.0f, 1.0f, -1.0f, SK_ScalarPI, 0.1f, FLT_MIN, FLT_MAX, in DEF_TEST()
474 -FLT_MIN, -FLT_MAX, FLT_MIN / 16.0f, -FLT_MIN / 16.0f, in DEF_TEST()
476 -FLT_MIN / 8388608.0 in DEF_TEST()
DFloatingPointTextureTest.cpp81 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
89 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DPointTest.cpp151 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
DScaleToSidesTest.cpp40 FLT_MIN in DEF_TEST()
DSRGBTest.cpp30 for (float f = FLT_MIN; f <= 1.0f; ) { // We don't bother checking denorm values. in DEF_TEST()
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_detector.cc94 unbiased_data * unbiased_data / (last_second_moment_[i] + FLT_MIN); in Detect()
100 unbiased_data * unbiased_data / (second_moments_[j - 1] + FLT_MIN); in Detect()
/external/libcxx/include/
Dcfloat57 FLT_MIN
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin.pass.cpp57 test<float>(FLT_MIN); in main()
/external/libcxx/include/support/win32/
Dlimits_win32.h31 #define __FLT_MIN__ FLT_MIN
/external/libcxx/include/support/ibm/
Dlimits.h60 #define __FLT_MIN__ FLT_MIN
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/
Dconstants.ll106 ; Generated from FLT_MIN in <float.h>
110 ; Generated from -FLT_MIN in <float.h>
/external/swiftshader/third_party/subzero/crosstest/
Dtest_arith.def81 10.0, FLT_MIN, FLT_MAX, \
/external/python/cpython2/Lib/test/
Dtest_getargs2.py47 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX
348 for x in (FLT_MIN, -FLT_MIN, FLT_MAX, -FLT_MAX, INF, -INF):
353 if FLT_MIN > DBL_MIN:
/external/google-breakpad/src/common/mac/
DGTMDefines.h260 #define CGFLOAT_MIN FLT_MIN
/external/vulkan-validation-layers/libs/glm/gtc/
Dulp.inl237 return detail::nextafterf(x, FLT_MIN);
239 return nextafterf(x, FLT_MIN);
/external/valgrind/none/tests/s390x/
Dfpext.c98 printf(#insn " %lu ", F2L(insn, FLT_MIN, type, round, cc)); \
Dpfpo.c61 float f32_in[] = {123.5656789, FLT_MAX, FLT_MIN}; in main()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp145 DE_ASSERT(num > FLT_MIN * (float) ulp || num < FLT_MIN * (float) ulp); in addUlp()
/external/eigen/Eigen/src/Core/util/
DMeta.h191 static float (min)() { return FLT_MIN; }
/external/v8/src/mips/
Dsimulator-mips.cc1458 if (rounded < FLT_MIN && rounded > -FLT_MIN && rounded != 0) { in set_fcsr_round_error()
1492 if (rounded < FLT_MIN && rounded > -FLT_MIN && rounded != 0) { in set_fcsr_round64_error()
/external/v8/src/mips64/
Dsimulator-mips64.cc1255 if (rounded < FLT_MIN && rounded > -FLT_MIN && rounded != 0) { in set_fcsr_round_error()
1411 if (rounded < FLT_MIN && rounded > -FLT_MIN && rounded != 0) { in set_fcsr_round64_error()
/external/fmtlib/test/
Dutil-test.cc533 EXPECT_ARG(DOUBLE, float, FLT_MIN); in TEST()

12