Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dperl.h2815 # define Perl_fp_class_ninf(x) (Perl_fp_class(x)==FP_MINUS_INF) macro
2881 # define Perl_fp_class_ninf(x) (Perl_fp_class(x)==FP_CLASS_NINF) macro
2892 # define Perl_fp_class_ninf(x) (Perl_fp_class(x)==FP_NINF) macro
2928 # define Perl_fp_class_ninf(x) (Perl_fp_class(x)==FP_NEG_INF) macro
2954 # define Perl_fp_class_ninf(x) (Perl_fp_class(x)==FP_MINUS_INF) macro
2982 # define Perl_fp_class_ninf(x) (_fpclass(x) & _FPCLASS_NINF) macro