Home
last modified time | relevance | path

Searched refs:fe_cx (Results 1 – 7 of 7) sorted by relevance

/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_implode.c107 fe->fe_cx |= FSR_NX; /* inexact */ in fpround()
226 fe->fe_cx |= FSR_NX;
236 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
277 fe->fe_cx |= FSR_NX;
289 fe->fe_cx = (fe->fe_cx & ~FSR_NX) | FSR_NV;
353 fe->fe_cx |= FSR_UF;
356 if ((fe->fe_cx & FSR_NX) ||
358 fe->fe_cx |= FSR_UF;
371 fe->fe_cx |= FSR_OF | FSR_NX;
416 fe->fe_cx |= FSR_UF;
[all …]
H A Dsoftfloat.c45 fe.fe_cx = 0; \
54 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIFT; \
66 fe.fe_cx = 0; \
71 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIFT; \
83 fe.fe_cx = 0; \
88 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIFT; \
108 fe.fe_cx = 0; \
116 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIFT; \
128 fe.fe_cx = 0; in _Qp_sqrt()
134 fe.fe_fsr |= fe.fe_cx << FSR_AEXC_SHIFT; in _Qp_sqrt()
H A Dfpu_emu.h154 int fe_cx; /* exceptions */ member
H A Dfpu_compare.c108 fe->fe_cx = FSR_NV; in __fpu_compare()
H A Dfpu_div.c195 fe->fe_cx = FSR_DZ;
H A Dfpu_subr.c210 fe->fe_cx = FSR_NV; in __fpu_newnan()
H A Dfpu_explode.c319 fe->fe_cx = FSR_NV; /* assert invalid operand */