Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dperl.h2814 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_PLUS_INF) macro
2882 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_CLASS_PINF) macro
2893 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_PINF) macro
2929 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_POS_INF) macro
2955 # define Perl_fp_class_pinf(x) (Perl_fp_class(x)==FP_PLUS_INF) macro
2983 # define Perl_fp_class_pinf(x) (_fpclass(x) & _FPCLASS_PINF) macro