Searched refs:fp_class (Results 1 – 19 of 19) sorted by relevance
| /mirbsd/src/sys/arch/sparc/fpu/ |
| D | fpu_emu.h | 80 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) \
|
| D | fpu_compare.c | 132 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()
|
| D | fpu_div.c | 180 if (x->fp_class == y->fp_class) 188 x->fp_class = FPC_ZERO; 193 x->fp_class = FPC_INF;
|
| D | fpu_subr.c | 73 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()
|
| D | fpu_add.c | 116 r->fp_class = FPC_NUM; 184 r->fp_class = FPC_ZERO;
|
| D | fpu_explode.c | 258 fp->fp_class = s;
|
| D | fpu_implode.c | 204 switch (fp->fp_class) {
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | perl.h | 1772 # 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 …]
|
| D | config_h.SH | 1369 * This symbol, if defined, indicates that the fp_class routine is 2805 * This symbol, if defined, indicates that <fp_class.h> exists and
|
| D | Configure | 20019 : see if this is a fp_class.h system 20020 set fp_class.h i_fp_class
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | config_H.ce | 1355 * 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/ |
| D | config_H.vc | 1345 * This symbol, if defined, indicates that the fp_class routine is 2781 * This symbol, if defined, indicates that <fp_class.h> exists and
|
| D | config_H.bc | 1345 * This symbol, if defined, indicates that the fp_class routine is 2781 * This symbol, if defined, indicates that <fp_class.h> exists and
|
| D | config_H.gc | 1345 * This symbol, if defined, indicates that the fp_class routine is 2781 * This symbol, if defined, indicates that <fp_class.h> exists and
|
| D | config_H.vc64 | 1345 * 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/ |
| D | config.plan9 | 1426 * This symbol, if defined, indicates that the fp_class routine is 2838 * This symbol, if defined, indicates that <fp_class.h> exists and
|
| D | config_h.sample | 1373 * 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/ |
| D | config_H | 2403 * This symbol, if defined, indicates that the fp_class routine is 2978 * This symbol, if defined, indicates that <fp_class.h> exists and
|
| D | Glossary | 753 indicates to the C program that the fp_class() routine is available. 2808 whether a C program should include <fp_class.h>.
|