| tag | line | file | source code |
| FPU_REG | 14 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_1; |
| FPU_REG | 15 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_2; |
| FPU_REG | 16 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_HALF; |
| FPU_REG | 17 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_L2T; |
| FPU_REG | 18 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_L2E; |
| FPU_REG | 19 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_PI; |
| FPU_REG | 20 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_PI2; |
| FPU_REG | 21 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_PI4; |
| FPU_REG | 22 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_LG2; |
| FPU_REG | 23 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_LN2; |
| FPU_REG | 24 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_Z; |
| FPU_REG | 25 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_PINF; |
| FPU_REG | 26 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_INF; |
| FPU_REG | 27 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_MINF; |
| FPU_REG | 28 | kernel/FPU-emu/Reg_constant.h | extern FPU_REG CONST_QNaN; |
| FPU_REG | 118 | kernel/FPU-emu/errors.c | FPU_REG *r = &st(i); |
| FPU_REG | 287 | kernel/FPU-emu/errors.c | void real_2op_NaN(FPU_REG *a, FPU_REG *b, FPU_REG *dest) |
| FPU_REG | 289 | kernel/FPU-emu/errors.c | FPU_REG *x; |
| FPU_REG | 328 | kernel/FPU-emu/errors.c | void arith_invalid(FPU_REG *dest) |
| FPU_REG | 345 | kernel/FPU-emu/errors.c | void divide_by_zero(int sign, FPU_REG *dest) |
| FPU_REG | 362 | kernel/FPU-emu/errors.c | void arith_overflow(FPU_REG *dest) |
| FPU_REG | 386 | kernel/FPU-emu/errors.c | void arith_underflow(FPU_REG *dest) |
| FPU_REG | 90 | kernel/FPU-emu/fpu_aux.c | FPU_REG *st_new_ptr; |
| FPU_REG | 116 | kernel/FPU-emu/fpu_aux.c | FPU_REG t; |
| FPU_REG | 117 | kernel/FPU-emu/fpu_aux.c | register FPU_REG *sti_ptr = &st(FPU_rm); |
| FPU_REG | 55 | kernel/FPU-emu/fpu_emu.h | typedef struct fpu_reg FPU_REG; |
| FPU_REG | 66 | kernel/FPU-emu/fpu_emu.h | extern FPU_REG *FPU_st0_ptr; |
| FPU_REG | 70 | kernel/FPU-emu/fpu_emu.h | extern FPU_REG FPU_loaded_data; |
| FPU_REG | 93 | kernel/FPU-emu/fpu_emu.h | extern void normalize(FPU_REG *x); |
| FPU_REG | 94 | kernel/FPU-emu/fpu_emu.h | extern void reg_div(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *answ); |
| FPU_REG | 95 | kernel/FPU-emu/fpu_emu.h | extern void reg_u_sub(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *answ); |
| FPU_REG | 96 | kernel/FPU-emu/fpu_emu.h | extern void reg_u_mul(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *answ); |
| FPU_REG | 97 | kernel/FPU-emu/fpu_emu.h | extern void reg_u_div(long long *arg1, long long *arg2, FPU_REG *answ); |
| FPU_REG | 98 | kernel/FPU-emu/fpu_emu.h | extern void reg_u_add(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *answ); |
| FPU_REG | 99 | kernel/FPU-emu/fpu_emu.h | extern void wm_sqrt(FPU_REG *n); |
| FPU_REG | 74 | kernel/FPU-emu/fpu_entry.c | FPU_REG *FPU_st0_ptr; |
| FPU_REG | 21 | kernel/FPU-emu/fpu_trig.c | static int trig_arg(FPU_REG *X) |
| FPU_REG | 23 | kernel/FPU-emu/fpu_trig.c | FPU_REG tmp, quot; |
| FPU_REG | 51 | kernel/FPU-emu/fpu_trig.c | void convert_l2reg(long *arg, FPU_REG *dest) |
| FPU_REG | 100 | kernel/FPU-emu/fpu_trig.c | FPU_REG rv, tmp; |
| FPU_REG | 142 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
| FPU_REG | 195 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
| FPU_REG | 196 | kernel/FPU-emu/fpu_trig.c | register FPU_REG *st1_ptr = FPU_st0_ptr; /* anticipate */ |
| FPU_REG | 334 | kernel/FPU-emu/fpu_trig.c | FPU_REG rv; |
| FPU_REG | 377 | kernel/FPU-emu/fpu_trig.c | static int f_cos(FPU_REG *arg) |
| FPU_REG | 386 | kernel/FPU-emu/fpu_trig.c | FPU_REG rv; |
| FPU_REG | 437 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
| FPU_REG | 438 | kernel/FPU-emu/fpu_trig.c | FPU_REG arg; |
| FPU_REG | 461 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
| FPU_REG | 466 | kernel/FPU-emu/fpu_trig.c | FPU_REG tmp; |
| FPU_REG | 546 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
| FPU_REG | 655 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
| FPU_REG | 660 | kernel/FPU-emu/fpu_trig.c | FPU_REG sum; |
| FPU_REG | 771 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
| FPU_REG | 837 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
| FPU_REG | 843 | kernel/FPU-emu/fpu_trig.c | FPU_REG tmp; |
| FPU_REG | 49 | kernel/FPU-emu/load_store.c | FPU_REG *pop_ptr; /* We need a version of FPU_st0_ptr which won't change. */ |
| FPU_REG | 40 | kernel/FPU-emu/poly_2xm1.c | int poly_2xm1(FPU_REG *arg, FPU_REG *result) |
| FPU_REG | 44 | kernel/FPU-emu/poly_2xm1.c | FPU_REG accum; |
| FPU_REG | 48 | kernel/FPU-emu/poly_atan.c | void poly_atan(FPU_REG *arg) |
| FPU_REG | 52 | kernel/FPU-emu/poly_atan.c | FPU_REG odd_poly, even_poly, pos_poly, neg_poly; |
| FPU_REG | 53 | kernel/FPU-emu/poly_atan.c | FPU_REG argSq; |
| FPU_REG | 93 | kernel/FPU-emu/poly_atan.c | FPU_REG numerator, denom; |
| FPU_REG | 186 | kernel/FPU-emu/poly_atan.c | void poly_add_1(FPU_REG *src) |
| FPU_REG | 41 | kernel/FPU-emu/poly_l2.c | void poly_l2(FPU_REG *arg, FPU_REG *result) |
| FPU_REG | 47 | kernel/FPU-emu/poly_l2.c | FPU_REG accum, denom, num, Xx; |
| FPU_REG | 99 | kernel/FPU-emu/poly_l2.c | FPU_REG lXx; |
| FPU_REG | 224 | kernel/FPU-emu/poly_l2.c | int poly_l2p1(FPU_REG *arg, FPU_REG *result) |
| FPU_REG | 228 | kernel/FPU-emu/poly_l2.c | FPU_REG arg_pl1, denom, accum, local_arg, poly_arg; |
| FPU_REG | 41 | kernel/FPU-emu/poly_sin.c | void poly_sine(FPU_REG *arg, FPU_REG *result) |
| FPU_REG | 44 | kernel/FPU-emu/poly_sin.c | FPU_REG Xx, Xx2, Xx4, accum, negaccum; |
| FPU_REG | 50 | kernel/FPU-emu/poly_tan.c | void poly_tan(FPU_REG *arg, FPU_REG *y_reg) |
| FPU_REG | 54 | kernel/FPU-emu/poly_tan.c | FPU_REG odd_poly, even_poly, pos_poly, neg_poly; |
| FPU_REG | 55 | kernel/FPU-emu/poly_tan.c | FPU_REG argSq; |
| FPU_REG | 23 | kernel/FPU-emu/reg_add_sub.c | void reg_add(FPU_REG *a, FPU_REG *b, FPU_REG *dest) |
| FPU_REG | 88 | kernel/FPU-emu/reg_add_sub.c | void reg_sub(FPU_REG *a, FPU_REG *b, FPU_REG *dest) |
| FPU_REG | 22 | kernel/FPU-emu/reg_compare.c | int compare(FPU_REG *b) |
| FPU_REG | 18 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_1 = { SIGN_POS, TW_Valid, EXP_BIAS, |
| FPU_REG | 20 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_2 = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
| FPU_REG | 22 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_HALF = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
| FPU_REG | 24 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_L2T = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
| FPU_REG | 26 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_L2E = { SIGN_POS, TW_Valid, EXP_BIAS, |
| FPU_REG | 28 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_PI = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
| FPU_REG | 30 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_PI2 = { SIGN_POS, TW_Valid, EXP_BIAS, |
| FPU_REG | 32 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_PI4 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
| FPU_REG | 34 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_LG2 = { SIGN_POS, TW_Valid, EXP_BIAS-2, |
| FPU_REG | 36 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_LN2 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
| FPU_REG | 40 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_Z = { SIGN_POS, TW_Zero, 0, 0x0, 0x0 }; |
| FPU_REG | 47 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_QNaN = { SIGN_NEG, TW_NaN, EXP_OVER, 0x00000000, 0xC0000000 }; |
| FPU_REG | 50 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_INF = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 }; |
| FPU_REG | 54 | kernel/FPU-emu/reg_constant.c | static void fld_const(FPU_REG *c) |
| FPU_REG | 56 | kernel/FPU-emu/reg_constant.c | FPU_REG *st_new_ptr; |
| FPU_REG | 14 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_1; |
| FPU_REG | 15 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_2; |
| FPU_REG | 16 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_HALF; |
| FPU_REG | 17 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_L2T; |
| FPU_REG | 18 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_L2E; |
| FPU_REG | 19 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_PI; |
| FPU_REG | 20 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_PI2; |
| FPU_REG | 21 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_PI4; |
| FPU_REG | 22 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_LG2; |
| FPU_REG | 23 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_LN2; |
| FPU_REG | 24 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_Z; |
| FPU_REG | 25 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_PINF; |
| FPU_REG | 26 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_INF; |
| FPU_REG | 27 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_MINF; |
| FPU_REG | 28 | kernel/FPU-emu/reg_constant.h | extern FPU_REG CONST_QNaN; |
| FPU_REG | 41 | kernel/FPU-emu/reg_ld_str.c | FPU_REG FPU_loaded_data; |
| FPU_REG | 416 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
| FPU_REG | 562 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
| FPU_REG | 696 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
| FPU_REG | 787 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
| FPU_REG | 840 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
| FPU_REG | 892 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
| FPU_REG | 945 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
| FPU_REG | 1015 | kernel/FPU-emu/reg_ld_str.c | int round_to_int(FPU_REG *r) |
| FPU_REG | 1122 | kernel/FPU-emu/reg_ld_str.c | FPU_REG *s = (FPU_REG *)fldenv(); |
| FPU_REG | 1193 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp, *rp; |
| FPU_REG | 22 | kernel/FPU-emu/reg_mul.c | void reg_mul(FPU_REG *a, FPU_REG *b, FPU_REG *dest) |