Searched defs:Perl_fp_class_qnan (Results 1 – 1 of 1) sorted by relevance
2815 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro2878 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_CLASS_QNAN) macro2889 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro2925 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro2951 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_NANQ) macro2978 # define Perl_fp_class_qnan(x) (_fpclass(x) & _FPCLASS_QNAN) macro