Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h1424 # define Perl_fp_class_inf(x) (Perl_fp_class(x)==FP_CLASS_NINF||Perl_fp_class(x)==FP_CLASS_PINF) macro
1447 # define Perl_fp_class_inf(x) (fp_class(x)==FP_NEG_INF||fp_class(x)==FP_POS_INF) macro
1463 # define Perl_fp_class_inf(x) (fp_classify(x)==FP_INFINITE) macro
1481 # define Perl_fp_class_inf(x) (Perl_fp_class(x)==FP_MINUS_INF||Perl_fp_class(x)==FP_PLUS_INF) macro
1519 # ifdef Perl_fp_class_inf
1520 # define Perl_isinf(x) Perl_fp_class_inf(x)