HomeSort by: relevance | last modified time | path
    Searched refs:fe_f1 (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/arch/m68k/fpe/
fpu_exp.c 67 fpu_const(&fe->fe_f1, FPU_CONST_1);
74 CPYFPN(&fe->fe_f1, &s0);
78 CPYFPN(&fe->fe_f1, r);
93 CPYFPN(&fe->fe_f1, &res);
139 CPYFPN(&fe->fe_f1, &fe->fe_f2);
156 CPYFPN(&fe->fe_f1, fp);
160 CPYFPN(&fe->fe_f1, fp);
182 CPYFPN(&fe->fe_f1, fp);
201 fp = fpu_const(&fe->fe_f1, FPU_CONST_LN_10);
220 fp = fpu_const(&fe->fe_f1, FPU_CONST_LN_2)
    [all...]
fpu_trig.c 81 fpu_const(&fe->fe_f1, FPU_CONST_PI);
82 fe->fe_f1.fp_exp--;
111 CPYFPN(&fe->fe_f1, &fe->fe_f2);
117 fpu_const(&fe->fe_f1, FPU_CONST_1);
126 CPYFPN(&fe->fe_f1, &x);
179 * fe_f1 := sin(in)
189 fpu_const(&fe->fe_f1, FPU_CONST_0);
193 fpu_cordit1(fe, &fe->fe_f2, &fe->fe_f1, &a, &v);
245 CPYFPN(&fe->fe_f1, &x);
249 CPYFPN(&fe->fe_f1, &x)
    [all...]
fpu_hyperb.c 111 fpu_const(&fe->fe_f1, FPU_CONST_1);
117 fpu_const(&fe->fe_f1, FPU_CONST_1);
122 CPYFPN(&fe->fe_f1, r);
163 fpu_const(&fe->fe_f1, FPU_CONST_1);
167 CPYFPN(&fe->fe_f1, fp);
198 fpu_const(&fe->fe_f1, FPU_CONST_1);
203 CPYFPN(&fe->fe_f1, fp);
251 CPYFPN(&fe->fe_f1, &s);
fpu_log.c 213 fpu_const(&fe->fe_f1, FPU_CONST_1);
218 CPYFPN(&fe->fe_f1, &X);
223 CPYFPN(&fe->fe_f1, d);
225 fe->fe_f1.fp_exp++; /* *= 2 */
230 CPYFPN(&fe->fe_f1, d);
235 CPYFPN(&fe->fe_f1, d);
244 CPYFPN(&fe->fe_f1, d);
248 CPYFPN(&fe->fe_f1, d);
252 CPYFPN(&fe->fe_f1, d);
256 CPYFPN(&fe->fe_f1, d)
    [all...]
fpu_rem.c 110 if (ISNAN(&fe->fe_f1) || ISNAN(&fe->fe_f2))
112 if (ISINF(&fe->fe_f1) || ISZERO(&fe->fe_f2))
115 CPYFPN(&X, &fe->fe_f1);
132 r = &fe->fe_f1;
157 CPYFPN(&fe->fe_f1, r);
199 CPYFPN(&fe->fe_f1, r);
fpu_cordic.c 120 fpu_const(&fe->fe_f1, FPU_CONST_1);
175 CPYFPN(&fe->fe_f1, &fe->fe_f2);
182 CPYFPN(&fe->fe_f1, &s0);
186 CPYFPN(&fe->fe_f1, s1);
203 CPYFPN(&fe->fe_f1, &res);
347 CPYFPN(&fe->fe_f1, &y);
360 CPYFPN(&fe->fe_f1, &y);
371 CPYFPN(&fe->fe_f1, &x);
376 CPYFPN(&fe->fe_f1, &x);
387 CPYFPN(&fe->fe_f1, &y)
    [all...]
fpu_mul.c 102 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
fpu_add.c 63 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
fpu_div.c 155 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
fpu_emulate.h 151 struct fpn fe_f1; /* operand 1 */ member in struct:fpemu
fpu_emulate.c 541 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
629 fpu_explode(fe, &fe->fe_f1, FTYPE_EXT, &fpregs[regnum * 3]);
747 * fe->fe_f1 and fe->fe_f2 as its two operands, and return a
  /src/sys/arch/powerpc/fpu/
fpu_emu.c 501 fpu_explode(fe, fp = &fe->fe_f1, type, FR(rt));
527 fpu_explode(fe, &fe->fe_f1, type, FR(ra));
548 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_DBL,
551 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_SNG,
559 fpu_explode(fe, fp = &fe->fe_f1, type, FR(rb));
568 fpu_explode(fe, &fe->fe_f1, type, FR(ra));
670 fpu_explode(fe, fp = &fe->fe_f1, type, FR(rb));
678 fpu_explode(fe, fp = &fe->fe_f1, FTYPE_LNG,
702 fpu_explode(fe, &fe->fe_f1, type, FR(ra));
709 fpu_explode(fe, &fe->fe_f1, type, FR(ra))
    [all...]
fpu_compare.c 84 a = &fe->fe_f1;
fpu_emu.h 154 struct fpn fe_f1; /* operand 1 */ member in struct:fpemu
fpu_add.c 68 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
fpu_div.c 159 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
fpu_mul.c 108 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
fpu_sqrt.c 195 struct fpn *x = &fe->fe_f1;
  /src/sys/arch/sparc/fpu/
fpu.c 487 fpu_explode(fe, &fe->fe_f1, type, rs2);
493 fpu_explode(fe, &fe->fe_f1, type, rs1);
500 fpu_explode(fe, &fe->fe_f1, type, rs1);
507 fpu_explode(fe, &fe->fe_f1, type, rs1);
514 fpu_explode(fe, &fe->fe_f1, type, rs1);
521 fpu_explode(fe, &fe->fe_f1, type, rs1);
528 fpu_explode(fe, &fe->fe_f1, type, rs1);
554 fpu_explode(fe, &fe->fe_f1, type, rs1);
566 fpu_explode(fe, fp = &fe->fe_f1, type, rs2);
572 fpu_explode(fe, fp = &fe->fe_f1, type, rs2)
    [all...]
fpu_compare.c 82 a = &fe->fe_f1;
fpu_emu.h 149 struct fpn fe_f1; /* operand 1 */ member in struct:fpemu
fpu_div.c 155 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
fpu_mul.c 104 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2;
fpu_add.c 67 struct fpn *x = &fe->fe_f1, *y = &fe->fe_f2, *r;
fpu_sqrt.c 191 struct fpn *x = &fe->fe_f1;

Completed in 25 milliseconds