Home
last modified time | relevance | path

Searched refs:target_flt_eval_method (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc7738 enum flt_eval_method target_flt_eval_method in excess_precision_type() local
7746 gcc_assert (target_flt_eval_method != FLT_EVAL_METHOD_UNPREDICTABLE); in excess_precision_type()
7750 if (target_flt_eval_method == FLT_EVAL_METHOD_PROMOTE_TO_FLOAT16) in excess_precision_type()
7769 switch (target_flt_eval_method) in excess_precision_type()
7796 switch (target_flt_eval_method) in excess_precision_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c8713 enum flt_eval_method target_flt_eval_method in excess_precision_type() local
8721 gcc_assert (target_flt_eval_method != FLT_EVAL_METHOD_UNPREDICTABLE); in excess_precision_type()
8725 if (target_flt_eval_method == FLT_EVAL_METHOD_PROMOTE_TO_FLOAT16) in excess_precision_type()
8744 switch (target_flt_eval_method) in excess_precision_type()
8771 switch (target_flt_eval_method) in excess_precision_type()