Searched defs:Perl_fp_class_pinf (Results 1 – 1 of 1) sorted by relevance
2814 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_PLUS_INF) macro2882 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_CLASS_PINF) macro2893 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_PINF) macro2929 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_POS_INF) macro2955 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_PLUS_INF) macro2983 # define Perl_fp_class_pinf(x) (_fpclass(x) & _FPCLASS_PINF) macro