Home
last modified time | relevance | path

Searched refs:FLT_EVAL_METHOD (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dfloat.h83 #ifndef FLT_EVAL_METHOD
84 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
Dcfloat19 FLT_EVAL_METHOD // C99
/freebsd-12-stable/sys/x86/include/
Dfloat.h48 #define FLT_EVAL_METHOD 0 /* no promotions */ macro
50 #define FLT_EVAL_METHOD (-1) /* i387 semantics are...interesting */
/freebsd-12-stable/contrib/gcc/ginclude/
Dfloat.h147 #undef FLT_EVAL_METHOD
148 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dfloat.h34 # undef FLT_EVAL_METHOD
82 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dcfloat43 #ifndef FLT_EVAL_METHOD
44 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
/freebsd-12-stable/tools/regression/usr.bin/cc/
Dfloat.c217 #if FLT_EVAL_METHOD == 1 || FLT_EVAL_METHOD == 2 || defined(__i386__) in run_tests()
/freebsd-12-stable/sys/arm64/include/
Dfloat.h45 #define FLT_EVAL_METHOD 0 macro
/freebsd-12-stable/sys/riscv/include/
Dfloat.h45 #define FLT_EVAL_METHOD 0 macro
/freebsd-12-stable/sys/sparc64/include/
Dfloat.h52 #define FLT_EVAL_METHOD 0 /* no promotion */ macro
/freebsd-12-stable/sys/mips/include/
Dfloat.h50 #define FLT_EVAL_METHOD 0 macro
/freebsd-12-stable/sys/powerpc/include/
Dfloat.h52 #define FLT_EVAL_METHOD 0 macro
/freebsd-12-stable/sys/arm/include/
Dfloat.h51 #define FLT_EVAL_METHOD 0 macro
/freebsd-12-stable/lib/msun/src/
Dmath_private.h316 #ifdef FLT_EVAL_METHOD
320 #if FLT_EVAL_METHOD == 0 || __GNUC__ == 0
/freebsd-12-stable/contrib/gcc/doc/
Dimplement-c.texi275 values of @code{FLT_EVAL_METHOD} (C99 5.2.4.2.2).}
Dtm.texi1586 A C expression for the value for @code{FLT_EVAL_METHOD} in @file{float.h},
1589 @code{FLT_EVAL_METHOD} will be zero.
/freebsd-12-stable/contrib/gcc/
DChangeLog-200111223 * config/float-m68k.h: Define DECIMAL_DIG and FLT_EVAL_METHOD for
30496 * config/float-i128.h (FLT_EVAL_METHOD, DECIMAL_DIG): Define.
31942 * config/float-i386.h: Define FLT_EVAL_METHOD and DECIMAL_DIG for C99.