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

/openbsd-current/gnu/llvm/libcxx/include/
H A Dfloat.h19 FLT_EVAL_METHOD // C99
85 #ifndef FLT_EVAL_METHOD
86 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
/openbsd-current/gnu/gcc/gcc/ginclude/
H A Dfloat.h147 #undef FLT_EVAL_METHOD macro
148 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/ginclude/
H A Dfloat.h147 #undef FLT_EVAL_METHOD macro
148 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc90-float-1.c127 #ifdef FLT_EVAL_METHOD
128 #error "FLT_EVAL_METHOD defined"
H A Dc99-float-1.c127 #ifndef FLT_EVAL_METHOD
128 #error "FLT_EVAL_METHOD undefined"
/openbsd-current/include/
H A Dfloat.h46 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD /* long double */ macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dfloat.h35 # undef FLT_EVAL_METHOD macro
91 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ macro
/openbsd-current/lib/libm/src/
H A Dmath_private.h342 #ifdef FLT_EVAL_METHOD
346 #if FLT_EVAL_METHOD == 0 || __GNUC__ == 0
348 #else /* FLT_EVAL_METHOD == 0 || __GNUC__ == 0 */
359 #endif /* FLT_EVAL_METHOD == 0 || __GNUC__ == 0 */
360 #endif /* FLT_EVAL_METHOD */

Completed in 100 milliseconds