/external/libcxx/test/language.support/support.limits/c.limits/ |
D | cfloat.pass.cpp | 126 #ifndef FLT_MIN 127 #error FLT_MIN not defined
|
/external/libcxx/test/depr/depr.c.headers/ |
D | float_h.pass.cpp | 126 #ifndef FLT_MIN 127 #error FLT_MIN not defined
|
/external/clang/lib/Headers/ |
D | float.h | 64 # undef FLT_MIN 114 #define FLT_MIN __FLT_MIN__ macro
|
/external/skia/tests/ |
D | PointTest.cpp | 152 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
|
/external/chromium_org/third_party/skia/tests/ |
D | PointTest.cpp | 152 if (slow.length() < FLT_MIN && fast.length() < FLT_MIN) continue; in DEF_TEST()
|
D | FloatingPointTextureTest.cpp | 32 controlPixelData[i] = FLT_MIN; in DEF_GPUTEST()
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/ |
D | float.pxd | 41 enum: FLT_MIN
|
/external/libcxx/include/ |
D | cfloat | 57 FLT_MIN
|
/external/libcxx/include/support/win32/ |
D | limits_win32.h | 31 #define __FLT_MIN__ FLT_MIN
|
/external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/ |
D | min.pass.cpp | 57 test<float>(FLT_MIN); in main()
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | DenormalDisabler.h | 162 return (fabs(f) < FLT_MIN) ? 0.0f : f;
|
/external/libcxx/include/support/ibm/ |
D | limits.h | 60 #define __FLT_MIN__ FLT_MIN
|
/external/stlport/stlport/stl/ |
D | _limits.h | 412 static float (_STLP_CALL min) () _STLP_NOTHROW { return FLT_MIN; } 417 { return _STLP_FLT_DENORM_STYLE ? _STLP_PRIV _LimG<bool>::get_F_denormMin() : FLT_MIN; }
|
/external/valgrind/main/none/tests/s390x/ |
D | fpext.c | 97 printf(#insn " %lu ", F2L(insn, FLT_MIN, type, round, cc)); \
|
D | pfpo.c | 61 float f32_in[] = {123.5656789, FLT_MAX, FLT_MIN}; in main()
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | GdiPlusTypes.h | 80 #define REAL_MIN FLT_MIN 81 #define REAL_TOLERANCE (FLT_MIN * 100)
|
/external/pixman/pixman/ |
D | pixman-private.h | 883 #define FLOAT_IS_ZERO(f) (-FLT_MIN < (f) && (f) < FLT_MIN)
|
/external/opencv/cvaux/src/ |
D | cvcorrimages.cpp | 636 maxX = maxY = FLT_MIN; in icvRemoveDoublePoins()
|
/external/llvm/test/Transforms/InstCombine/ |
D | fast-math.ll | 271 ; value of a denormal. The 0x3810000000000000 here take value FLT_MIN
|
/external/oprofile/libpopt/ |
D | popt.c | 959 if ((FLT_MIN - _ABS(aDouble)) > DBL_EPSILON) in poptGetNextOpt()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 632 struct nvfx_src maxs = nvfx_src(nvfx_fp_imm(fpc, 0, FLT_MIN, 0, 0)); in nvfx_fragprog_parse_instruction()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nvfx_fragprog.c | 632 struct nvfx_src maxs = nvfx_src(nvfx_fp_imm(fpc, 0, FLT_MIN, 0, 0)); in nvfx_fragprog_parse_instruction()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 5212 float inputs[] = { FLT_MAX, FLT_MIN, 1.0, 0.0, in TEST() 5213 -FLT_MAX, -FLT_MIN, -1.0, -0.0, in TEST() 5909 __ Fmov(s28, FLT_MIN); in TEST() 5944 ASSERT_EQUAL_FP64(FLT_MIN, d12); in TEST() 5977 __ Fmov(d28, FLT_MIN); in TEST() 6012 ASSERT_EQUAL_FP32(FLT_MIN, s12); in TEST()
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-arm64.cc | 5946 float inputs[] = { FLT_MAX, FLT_MIN, 1.0, 0.0, in TEST() 5947 -FLT_MAX, -FLT_MIN, -1.0, -0.0, in TEST() 6657 __ Fmov(s28, FLT_MIN); in TEST() 6692 CHECK_EQUAL_FP64(FLT_MIN, d12); in TEST()
|