Home
last modified time | relevance | path

Searched defs:Perl_fp_class_qnan (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dperl.h2815 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro
2878 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_CLASS_QNAN) macro
2889 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro
2925 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro
2951 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_NANQ) macro
2978 # define Perl_fp_class_qnan(x) (_fpclass(x) & _FPCLASS_QNAN) macro