Searched refs:fe_f2 (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu.c349 __fpu_explode(fe, &fe->fe_f2, type, rs2);
354 __fpu_explode(fe, &fe->fe_f2, type, rs2);
372 __fpu_explode(fe, &fe->fe_f2, type, rs2);
377 __fpu_explode(fe, &fe->fe_f2, type, rs2);
382 __fpu_explode(fe, &fe->fe_f2, type, rs2);
387 __fpu_explode(fe, &fe->fe_f2, type, rs2);
395 __fpu_explode(fe, &fe->fe_f2, type, rs2);
H A Dfpu_add.c67 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
H A Dfpu_compare.c100 b = &fe->fe_f2;
H A Dfpu_div.c158 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
H A Dfpu_emu.h153 struct fpn fe_f2; /* operand 2, if required */ member in struct:fpemu
162 #define __fpu_sub(fe) (ISNAN(&(fe)->fe_f2) ? 0 : ((fe)->fe_f2.fp_sign ^= 1), \
H A Dfpu_mul.c106 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
H A Dfpu_qp.c48 fe.fe_f2.fp_sign = b[0] >> 31; \
49 fe.fe_f2.fp_sticky = 0; \
50 fe.fe_f2.fp_class = __fpu_qtof(&fe.fe_f2, b[0], b[1], b[2], b[3]); \
111 fe.fe_f2.fp_sign = b[0] >> 31; \
112 fe.fe_f2.fp_sticky = 0; \
113 fe.fe_f2.fp_class = __fpu_qtof(&fe.fe_f2, b[0], b[1], b[2], b[3]); \
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_add.c65 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
H A Dfpu_compare.c84 b = &fe->fe_f2;
H A Dfpu_div.c157 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
H A Dfpu_emu.c451 fpu_explode(fe, &fe->fe_f2, type, rb);
489 fpu_explode(fe, &fe->fe_f2, type, rb);
625 fpu_explode(fe, &fe->fe_f2, type, rb);
632 fpu_explode(fe, &fe->fe_f2, type, rb);
639 fpu_explode(fe, &fe->fe_f2, type, rb);
673 fpu_explode(fe, &fe->fe_f2, type, rc);
682 fe->fe_f2 = *fp;
692 fpu_explode(fe, &fe->fe_f2, type, rc);
695 fpu_explode(fe, &fe->fe_f2, type, rb);
702 fpu_explode(fe, &fe->fe_f2, typ
[all...]
H A Dfpu_emu.h145 struct fpn fe_f2; /* operand 2, if required */ member in struct:fpemu
155 #define fpu_sub(fe) ((fe)->fe_f2.fp_sign ^= 1, fpu_add(fe))
H A Dfpu_mul.c106 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;

Completed in 145 milliseconds