Home
last modified time | relevance | path

Searched refs:LDBL_MIN (Results 1 – 13 of 13) sorted by relevance

/external/bison/lib/
Dfloat.in.h50 # undef LDBL_MIN
51 # define LDBL_MIN 3.3621031431120935063E-4932L macro
83 # undef LDBL_MIN
84 # define LDBL_MIN 3.3621031431120935E-4932L /* = 0x1p-16382L */ macro
119 # undef LDBL_MIN
120 # define LDBL_MIN 2.22507385850720138309023271733240406422e-308L /* DBL_MIN = 2^-1022 */ macro
169 # undef LDBL_MIN
170 # define LDBL_MIN 2.22507385850720138309023271733240406422e-308L /* DBL_MIN = 2^-1022 */ macro
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp134 #ifndef LDBL_MIN
135 #error LDBL_MIN not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp134 #ifndef LDBL_MIN
135 #error LDBL_MIN not defined
/external/clang/lib/Headers/
Dfloat.h66 # undef LDBL_MIN
116 #define LDBL_MIN __LDBL_MIN__ macro
/external/libcxx/include/
Dcfloat59 LDBL_MIN
Dmodule.modulemap78 LDBL_MIN, LDBL_MIN_10_EXP, LDBL_MIN_EXP
/external/libcxx/include/support/win32/
Dlimits_win32.h57 #define __LDBL_MIN__ LDBL_MIN
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dmin.pass.cpp59 test<long double>(LDBL_MIN); in main()
/external/libcxx/include/support/ibm/
Dlimits.h84 #define __LDBL_MIN__ LDBL_MIN
/external/opencv3/3rdparty/openexr/Imath/
DImathLimits.h258 static long double smallest() {return LDBL_MIN;}
/external/valgrind/none/tests/s390x/
Dfpext.c106 printf(#insn " %lu ", F2L(insn, LDBL_MIN, type, round, cc)); \
Dpfpo.c64 LDBL_MIN, LDBL_MAX}; in main()
/external/bison/m4/
Dsignbit.m4176 long double m0l = -LDBL_MIN * LDBL_MIN;