OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fe_cx
(Results
1 - 16
of
16
) sorted by relevancy
/src/sys/arch/sparc/fpu/
fpu_implode.c
103
fe->
fe_cx
|= FSR_NX; /* inexact */
223
fe->
fe_cx
|= FSR_NX;
233
fe->
fe_cx
= (fe->
fe_cx
& ~FSR_NX) | FSR_NV;
272
fe->
fe_cx
|= FSR_NX;
284
fe->
fe_cx
= (fe->
fe_cx
& ~FSR_NX) | FSR_NV;
344
if ((fe->
fe_cx
& FSR_NX) ||
346
fe->
fe_cx
|= FSR_UF;
359
fe->
fe_cx
|= FSR_OF | FSR_NX
[
all
...]
fpu_compare.c
92
fe->
fe_cx
= FSR_NV;
fpu_emu.h
148
int
fe_cx
; /* exceptions */
member in struct:fpemu
fpu_div.c
193
fe->
fe_cx
= FSR_DZ;
fpu_subr.c
215
fe->
fe_cx
= FSR_NV;
fpu.c
350
fe->
fe_cx
= 0;
536
cx = fe->
fe_cx
;
607
cx = fe->
fe_cx
;
fpu_explode.c
286
fe->
fe_cx
= FSR_NV; /* assert invalid operand */
/src/sys/arch/powerpc/fpu/
fpu_div.c
186
fe->
fe_cx
|= FPSCR_VXSNAN;
198
fe->
fe_cx
|= FPSCR_VXIDI;
206
fe->
fe_cx
|= FPSCR_VXZDZ;
221
fe->
fe_cx
= FPSCR_ZX;
fpu_add.c
98
fe->
fe_cx
|= FPSCR_VXSNAN;
107
fe->
fe_cx
|= FPSCR_VXISI;
fpu_mul.c
136
fe->
fe_cx
|= FPSCR_VXSNAN;
145
fe->
fe_cx
|= FPSCR_VXIMZ;
fpu_compare.c
164
fe->
fe_cx
= cc;
fpu_emu.h
153
int
fe_cx
; /* keep track of exceptions */
member in struct:fpemu
fpu_sqrt.c
219
fe->
fe_cx
|= FPSCR_VXSNAN;
228
fe->
fe_cx
|= FPSCR_VXSQRT;
fpu_explode.c
255
fe->
fe_cx
= FPSCR_VXSNAN; /* assert invalid operand */
fpu_implode.c
558
fe->
fe_cx
|= cx;
560
fe->
fe_cx
|= FPSCR_XX;
fpu_emu.c
219
fe.
fe_cx
= 0;
580
fe->
fe_cx
= (1 << (31 - rt)) &
837
cx = fe->
fe_cx
;
Completed in 43 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025