Home
last modified time | relevance | path

Searched refs:FLT_EVAL_METHOD_UNPREDICTABLE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDcoretypes.h373 FLT_EVAL_METHOD_UNPREDICTABLE = -1, enumerator
HDtree.c8372 gcc_assert (target_flt_eval_method != FLT_EVAL_METHOD_UNPREDICTABLE); in excess_precision_type()
HDtarget.def5959 so a target should never return @code{FLT_EVAL_METHOD_UNPREDICTABLE}\
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-cppbuiltin.c1255 case FLT_EVAL_METHOD_UNPREDICTABLE: in c_cpp_builtins()
HDc-common.c7949 if (x == FLT_EVAL_METHOD_UNPREDICTABLE in excess_precision_mode_join()
7950 || y == FLT_EVAL_METHOD_UNPREDICTABLE) in excess_precision_mode_join()
7951 return FLT_EVAL_METHOD_UNPREDICTABLE; in excess_precision_mode_join()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c51334 : FLT_EVAL_METHOD_UNPREDICTABLE); in ix86_excess_precision()
51339 return FLT_EVAL_METHOD_UNPREDICTABLE; in ix86_excess_precision()