Searched refs:FLT_EVAL_METHOD (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dfloat.h19 FLT_EVAL_METHOD // C99
83 #ifndef FLT_EVAL_METHOD
84 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
/freebsd-11-stable/sys/x86/include/
H A Dfloat.h46 #define FLT_EVAL_METHOD 0 /* no promotions */ macro
48 #define FLT_EVAL_METHOD (-1) /* i387 semantics are...interesting */
/freebsd-11-stable/contrib/gcc/ginclude/
H A Dfloat.h147 #undef FLT_EVAL_METHOD macro
148 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
/freebsd-11-stable/sys/arm/include/
H A Dfloat.h49 #define FLT_EVAL_METHOD 0 macro
/freebsd-11-stable/sys/arm64/include/
H A Dfloat.h45 #define FLT_EVAL_METHOD 0 macro
/freebsd-11-stable/sys/powerpc/include/
H A Dfloat.h50 #define FLT_EVAL_METHOD 0 macro
/freebsd-11-stable/sys/sparc64/include/
H A Dfloat.h50 #define FLT_EVAL_METHOD 0 /* no promotion */ macro
/freebsd-11-stable/sys/mips/include/
H A Dfloat.h52 #define FLT_EVAL_METHOD 0 macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h34 # undef FLT_EVAL_METHOD macro
82 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
/freebsd-11-stable/sys/riscv/include/
H A Dfloat.h45 #define FLT_EVAL_METHOD 0 macro
/freebsd-11-stable/tools/regression/usr.bin/cc/
H A Dfloat.c211 * FLT_EVAL_METHOD > 1 implies that float expressions are always
217 #if FLT_EVAL_METHOD == 1 || FLT_EVAL_METHOD == 2 || defined(__i386__)
/freebsd-11-stable/lib/msun/src/
H A Dmath_private.h316 #ifdef FLT_EVAL_METHOD
320 #if FLT_EVAL_METHOD == 0 || __GNUC__ == 0
334 #endif /* FLT_EVAL_METHOD */

Completed in 105 milliseconds