OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPC_INF
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/arch/m68k/fpe/
fpu_getexp.c
48
if (fp->fp_class ==
FPC_INF
) {
67
if (fp->fp_class ==
FPC_INF
) {
fpu_emulate.h
113
#define
FPC_INF
2 /* infinity (sign matters) */
117
#define ISINF(fp) ((fp)->fp_class ==
FPC_INF
)
fpu_div.c
198
x->fp_class =
FPC_INF
;
fpu_explode.c
128
return (
FPC_INF
); \
208
return (
FPC_INF
);
fpu_exp.c
131
fe->fe_f2.fp_class =
FPC_INF
;
fpu_hyperb.c
100
r->fp_class =
FPC_INF
;
fpu_emulate.c
315
case
FPC_INF
:
548
} else if (x->fp_class ==
FPC_INF
) {
549
if (y->fp_class ==
FPC_INF
) {
567
} else if (y->fp_class ==
FPC_INF
) {
585
if (x->fp_class ==
FPC_INF
) {
fpu_fscale.c
327
case
FPC_INF
:
fpu_log.c
499
fp->fp_class =
FPC_INF
;
544
fp->fp_class =
FPC_INF
;
576
fp->fp_class =
FPC_INF
;
/src/sys/arch/sparc/fpu/
fpu_emu.h
108
#define
FPC_INF
2 /* infinity (sign matters) */
112
#define ISINF(fp) ((fp)->fp_class ==
FPC_INF
)
fpu_div.c
194
x->fp_class =
FPC_INF
;
fpu_explode.c
154
return (
FPC_INF
); \
/src/sys/arch/powerpc/fpu/
fpu_emu.h
104
#define
FPC_INF
2 /* infinity (sign matters) */
110
#define ISINF(fp) ((fp)->fp_class ==
FPC_INF
)
fpu_div.c
222
x->fp_class =
FPC_INF
;
fpu_explode.c
154
return (
FPC_INF
); \
fpu_implode.c
274
case
FPC_INF
:
326
case
FPC_INF
:
Completed in 19 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025