Searched refs:FLT_MIN (Results 1 – 18 of 18) sorted by relevance
/external/libcxx/test/std/depr/depr.c.headers/ |
D | float_h.pass.cpp | 126 #ifndef FLT_MIN 127 #error FLT_MIN not defined
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | cfloat.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()
|
D | FloatingPointTextureTest.cpp | 37 controlPixelData[i + 0] = FLT_MIN; in DEF_GPUTEST()
|
/external/libcxx/include/ |
D | cfloat | 57 FLT_MIN
|
D | module.modulemap | 72 FLT_MIN, FLT_MIN_10_EXP, FLT_MIN_EXP,
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | min.pass.cpp | 57 test<float>(FLT_MIN); in main()
|
/external/libcxx/include/support/win32/ |
D | limits_win32.h | 31 #define __FLT_MIN__ FLT_MIN
|
/external/libcxx/include/support/ibm/ |
D | limits.h | 60 #define __FLT_MIN__ FLT_MIN
|
/external/google-breakpad/src/common/mac/ |
D | GTMDefines.h | 260 #define CGFLOAT_MIN FLT_MIN
|
/external/valgrind/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/opencv/cvaux/src/ |
D | cvcorrimages.cpp | 636 maxX = maxY = FLT_MIN; in icvRemoveDoublePoins()
|
/external/llvm/test/Transforms/InstCombine/ |
D | fast-math.ll | 279 ; value of a denormal. The 0x3810000000000000 here take value FLT_MIN
|
/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/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()
|
/external/vixl/test/ |
D | test-assembler-a64.cc | 9720 float inputs[] = { FLT_MAX, FLT_MIN, 1.0, 0.0, in TEST() 9721 -FLT_MAX, -FLT_MIN, -1.0, -0.0, in TEST() 10732 __ Fmov(s28, FLT_MIN); in TEST() 10767 ASSERT_EQUAL_FP64(FLT_MIN, d12); in TEST() 10800 __ Fmov(d28, FLT_MIN); in TEST() 10835 ASSERT_EQUAL_FP32(FLT_MIN, s12); in TEST()
|