Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500700378 Perl_fp_class_qnan # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dperl.h2817 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro
2880 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_CLASS_QNAN) macro
2891 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro
2927 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_QNAN) macro
2953 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_NANQ) macro
2980 # define Perl_fp_class_qnan(x) (_fpclass(x) & _FPCLASS_QNAN) macro
3004 defined(Perl_fp_class_snan) && defined(Perl_fp_class_qnan)
3006 (Perl_fp_class_snan(x) || Perl_fp_class_qnan(x))