Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dperl.h1738 #if !defined(Perl_fp_class) && (defined(HAS_FPCLASS)||defined(HAS_FPCLASSL))
1746 # define Perl_fp_class() fpclassl(x) macro
1748 # define Perl_fp_class() fpclass(x) macro
1750 # define Perl_fp_class_snan(x) (Perl_fp_class(x)==FP_CLASS_SNAN)
1751 # define Perl_fp_class_qnan(x) (Perl_fp_class(x)==FP_CLASS_QNAN)
1752 # define Perl_fp_class_nan(x) (Perl_fp_class(x)==FP_CLASS_SNAN||Perl_fp_class(x)==FP_CLASS_QNAN)
1753 # define Perl_fp_class_ninf(x) (Perl_fp_class(x)==FP_CLASS_NINF)
1754 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_CLASS_PINF)
1755 # define Perl_fp_class_inf(x) (Perl_fp_class(x)==FP_CLASS_NINF||Perl_fp_class(x)==FP_CLASS_PINF)
1756 # define Perl_fp_class_nnorm(x) (Perl_fp_class(x)==FP_CLASS_NNORM)
[all …]