Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500700379 Perl_fp_class_snan # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dperl.h2816 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_SNAN) macro
2879 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_CLASS_SNAN) macro
2890 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_SNAN) macro
2926 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_SNAN) macro
2952 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_NANS) macro
2976 # ifndef Perl_fp_class_snan
2979 # define Perl_fp_class_snan(x) (_fpclass(x) & _FPCLASS_SNAN) macro
3004 defined(Perl_fp_class_snan) && defined(Perl_fp_class_qnan)
3006 (Perl_fp_class_snan(x) || Perl_fp_class_qnan(x))