Searched refs:Perl_fp_class_inf (Results 1 – 1 of 1) sorted by relevance
1424 # define Perl_fp_class_inf(x) (Perl_fp_class(x)==FP_CLASS_NINF||Perl_fp_class(x)==FP_CLASS_PINF) macro1447 # define Perl_fp_class_inf(x) (fp_class(x)==FP_NEG_INF||fp_class(x)==FP_POS_INF) macro1463 # define Perl_fp_class_inf(x) (fp_classify(x)==FP_INFINITE) macro1481 # define Perl_fp_class_inf(x) (Perl_fp_class(x)==FP_MINUS_INF||Perl_fp_class(x)==FP_PLUS_INF) macro1519 # ifdef Perl_fp_class_inf1520 # define Perl_isinf(x) Perl_fp_class_inf(x)