OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPSCR_FI
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/fpu/
fpu_implode.c
107
*cx |=
FPSCR_FI
; /* inexact */
207
*cx |=
FPSCR_FI
;
400
if (*cx &
FPSCR_FI
) {
419
*cx |= FPSCR_OX |
FPSCR_FI
;
473
if (*cx &
FPSCR_FI
) {
489
*cx |= FPSCR_OX |
FPSCR_FI
;
557
fe->fe_fpscr &= ~(FPSCR_FR |
FPSCR_FI
| FPSCR_FPRF);
559
if (cx &
FPSCR_FI
)
/src/sys/arch/powerpc/include/
fpu.h
51
#define
FPSCR_FI
0x00020000 /* Fraction Inexact */
Completed in 12 milliseconds
Indexes created Wed Oct 29 09:09:48 GMT 2025