Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/sparc/fpu/
Dfpu_emu.h80 int fp_class; /* see below */ member
106 #define ISNAN(fp) ((fp)->fp_class < 0)
107 #define ISZERO(fp) ((fp)->fp_class == 0)
108 #define ISINF(fp) ((fp)->fp_class == FPC_INF)
126 if ((u_int)(x)->fp_class > (u_int)(y)->fp_class) \
Dfpu_compare.c132 if (a->fp_class < b->fp_class) { /* |a| < |b| */ in fpu_compare()
136 if (a->fp_class > b->fp_class) { /* |a| > |b| */ in fpu_compare()
Dfpu_div.c180 if (x->fp_class == y->fp_class)
188 x->fp_class = FPC_ZERO;
193 x->fp_class = FPC_INF;
Dfpu_subr.c73 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp))) in fpu_shr()
94 fp->fp_class = FPC_ZERO; in fpu_shr()
161 fp->fp_class = FPC_ZERO; in fpu_norm()
215 fp->fp_class = FPC_QNAN; in fpu_newnan()
Dfpu_add.c116 r->fp_class = FPC_NUM;
184 r->fp_class = FPC_ZERO;
Dfpu_explode.c258 fp->fp_class = s;
Dfpu_implode.c204 switch (fp->fp_class) {
/mirbsd/src/gnu/usr.bin/perl/
Dperl.h1772 # define Perl_fp_class(x) fp_class(x)
1773 # define Perl_fp_class_snan(x) (fp_class(x)==FP_SNAN)
1774 # define Perl_fp_class_qnan(x) (fp_class(x)==FP_QNAN)
1775 # define Perl_fp_class_nan(x) (fp_class(x)==FP_SNAN||fp_class(x)==FP_QNAN)
1776 # define Perl_fp_class_ninf(x) (fp_class(x)==FP_NEG_INF)
1777 # define Perl_fp_class_pinf(x) (fp_class(x)==FP_POS_INF)
1778 # define Perl_fp_class_inf(x) (fp_class(x)==FP_NEG_INF||fp_class(x)==FP_POS_INF)
1779 # define Perl_fp_class_nnorm(x) (fp_class(x)==FP_NEG_NORM)
1780 # define Perl_fp_class_pnorm(x) (fp_class(x)==FP_POS_NORM)
1781 # define Perl_fp_class_norm(x) (fp_class(x)==FP_NEG_NORM||fp_class(x)==FP_POS_NORM)
[all …]
Dconfig_h.SH1369 * This symbol, if defined, indicates that the fp_class routine is
2805 * This symbol, if defined, indicates that <fp_class.h> exists and
DConfigure20019 : see if this is a fp_class.h system
20020 set fp_class.h i_fp_class
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig_H.ce1355 * This symbol, if defined, indicates that the fp_class routine is
2719 * This symbol, if defined, indicates that <fp_class.h> exists and
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc1345 * This symbol, if defined, indicates that the fp_class routine is
2781 * This symbol, if defined, indicates that <fp_class.h> exists and
Dconfig_H.bc1345 * This symbol, if defined, indicates that the fp_class routine is
2781 * This symbol, if defined, indicates that <fp_class.h> exists and
Dconfig_H.gc1345 * This symbol, if defined, indicates that the fp_class routine is
2781 * This symbol, if defined, indicates that <fp_class.h> exists and
Dconfig_H.vc641345 * This symbol, if defined, indicates that the fp_class routine is
2781 * This symbol, if defined, indicates that <fp_class.h> exists and
/mirbsd/src/gnu/usr.bin/perl/plan9/
Dconfig.plan91426 * This symbol, if defined, indicates that the fp_class routine is
2838 * This symbol, if defined, indicates that <fp_class.h> exists and
Dconfig_h.sample1373 * This symbol, if defined, indicates that the fp_class routine is
2785 * This symbol, if defined, indicates that <fp_class.h> exists and
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dconfig_H2403 * This symbol, if defined, indicates that the fp_class routine is
2978 * This symbol, if defined, indicates that <fp_class.h> exists and
DGlossary753 indicates to the C program that the fp_class() routine is available.
2808 whether a C program should include <fp_class.h>.