Searched refs:Perl_fp_class_qnan (Results 1 – 2 of 2) sorted by relevance
78 Perl_fp_class_qnan # Z added by devel/scanprov
2817 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro2880 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_CLASS_QNAN) macro2891 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro2927 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro2953 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_NANQ) macro2980 # define Perl_fp_class_qnan(x) (_fpclass(x) & _FPCLASS_QNAN) macro3004 defined(Perl_fp_class_snan) && defined(Perl_fp_class_qnan)3006 (Perl_fp_class_snan(x) || Perl_fp_class_qnan(x))