Searched refs:Perl_fp_class_snan (Results 1 – 2 of 2) sorted by relevance
79 Perl_fp_class_snan # Z added by devel/scanprov
2816 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_SNAN) macro2879 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_CLASS_SNAN) macro2890 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_SNAN) macro2926 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_SNAN) macro2952 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_NANS) macro2976 # ifndef Perl_fp_class_snan2979 # define Perl_fp_class_snan(x) (_fpclass(x) & _FPCLASS_SNAN) macro3004 defined(Perl_fp_class_snan) && defined(Perl_fp_class_qnan)3006 (Perl_fp_class_snan(x) || Perl_fp_class_qnan(x))