tag | line | file | source code |
FPU_REG | 119 | kernel/FPU-emu/errors.c | FPU_REG *r = &st(i); |
FPU_REG | 288 | kernel/FPU-emu/errors.c | void real_2op_NaN(FPU_REG *a, FPU_REG *b, FPU_REG *dest) |
FPU_REG | 290 | kernel/FPU-emu/errors.c | FPU_REG *x; |
FPU_REG | 329 | kernel/FPU-emu/errors.c | void arith_invalid(FPU_REG *dest) |
FPU_REG | 346 | kernel/FPU-emu/errors.c | void divide_by_zero(int sign, FPU_REG *dest) |
FPU_REG | 363 | kernel/FPU-emu/errors.c | void arith_overflow(FPU_REG *dest) |
FPU_REG | 387 | kernel/FPU-emu/errors.c | void arith_underflow(FPU_REG *dest) |
FPU_REG | 91 | kernel/FPU-emu/fpu_aux.c | FPU_REG *st_new_ptr; |
FPU_REG | 117 | kernel/FPU-emu/fpu_aux.c | FPU_REG t; |
FPU_REG | 118 | kernel/FPU-emu/fpu_aux.c | register FPU_REG *sti_ptr = &st(FPU_rm); |
FPU_REG | 56 | kernel/FPU-emu/fpu_emu.h | typedef struct fpu_reg FPU_REG; |
FPU_REG | 67 | kernel/FPU-emu/fpu_emu.h | extern FPU_REG *FPU_st0_ptr; |
FPU_REG | 71 | kernel/FPU-emu/fpu_emu.h | extern FPU_REG FPU_loaded_data; |
FPU_REG | 94 | kernel/FPU-emu/fpu_emu.h | extern void normalize(FPU_REG *x); |
FPU_REG | 95 | kernel/FPU-emu/fpu_emu.h | extern void reg_div(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *answ, |
FPU_REG | 97 | kernel/FPU-emu/fpu_emu.h | extern void reg_u_sub(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *answ, |
FPU_REG | 99 | kernel/FPU-emu/fpu_emu.h | extern void reg_u_mul(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *answ, |
FPU_REG | 101 | kernel/FPU-emu/fpu_emu.h | extern void reg_u_div(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *answ, |
FPU_REG | 103 | kernel/FPU-emu/fpu_emu.h | extern void reg_u_add(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *answ, |
FPU_REG | 105 | kernel/FPU-emu/fpu_emu.h | extern void wm_sqrt(FPU_REG *n, unsigned int control_w); |
FPU_REG | 128 | kernel/FPU-emu/fpu_entry.c | FPU_REG *FPU_st0_ptr; |
FPU_REG | 5 | kernel/FPU-emu/fpu_proto.h | extern void real_2op_NaN(FPU_REG *a, FPU_REG *b, FPU_REG *dest); |
FPU_REG | 6 | kernel/FPU-emu/fpu_proto.h | extern void arith_invalid(FPU_REG *dest); |
FPU_REG | 7 | kernel/FPU-emu/fpu_proto.h | extern void divide_by_zero(int sign, FPU_REG *dest); |
FPU_REG | 8 | kernel/FPU-emu/fpu_proto.h | extern void arith_overflow(FPU_REG *dest); |
FPU_REG | 9 | kernel/FPU-emu/fpu_proto.h | extern void arith_underflow(FPU_REG *dest); |
FPU_REG | 48 | kernel/FPU-emu/fpu_proto.h | extern void convert_l2reg(long *arg, FPU_REG *dest); |
FPU_REG | 56 | kernel/FPU-emu/fpu_proto.h | extern int poly_2xm1(FPU_REG *arg, FPU_REG *result); |
FPU_REG | 58 | kernel/FPU-emu/fpu_proto.h | extern void poly_atan(FPU_REG *arg); |
FPU_REG | 59 | kernel/FPU-emu/fpu_proto.h | extern void poly_add_1(FPU_REG *src); |
FPU_REG | 61 | kernel/FPU-emu/fpu_proto.h | extern void poly_l2(FPU_REG *arg, FPU_REG *result); |
FPU_REG | 62 | kernel/FPU-emu/fpu_proto.h | extern int poly_l2p1(FPU_REG *arg, FPU_REG *result); |
FPU_REG | 64 | kernel/FPU-emu/fpu_proto.h | extern void poly_sine(FPU_REG *arg, FPU_REG *result); |
FPU_REG | 66 | kernel/FPU-emu/fpu_proto.h | extern void poly_tan(FPU_REG *arg, FPU_REG *y_reg); |
FPU_REG | 68 | kernel/FPU-emu/fpu_proto.h | extern int round_to_53_bits(FPU_REG *reg); |
FPU_REG | 69 | kernel/FPU-emu/fpu_proto.h | extern int round_to_24_bits(FPU_REG *reg); |
FPU_REG | 71 | kernel/FPU-emu/fpu_proto.h | extern void reg_add(FPU_REG *a, FPU_REG *b, FPU_REG *dest, int control_w); |
FPU_REG | 72 | kernel/FPU-emu/fpu_proto.h | extern void reg_sub(FPU_REG *a, FPU_REG *b, FPU_REG *dest, int control_w); |
FPU_REG | 74 | kernel/FPU-emu/fpu_proto.h | extern int compare(FPU_REG *b); |
FPU_REG | 99 | kernel/FPU-emu/fpu_proto.h | extern int round_to_int(FPU_REG *r); |
FPU_REG | 105 | kernel/FPU-emu/fpu_proto.h | extern void reg_mul(FPU_REG *a, FPU_REG *b, FPU_REG *dest, unsigned int control_w); |
FPU_REG | 22 | kernel/FPU-emu/fpu_trig.c | static int trig_arg(FPU_REG *X) |
FPU_REG | 24 | kernel/FPU-emu/fpu_trig.c | FPU_REG tmp, quot; |
FPU_REG | 52 | kernel/FPU-emu/fpu_trig.c | void convert_l2reg(long *arg, FPU_REG *dest) |
FPU_REG | 103 | kernel/FPU-emu/fpu_trig.c | FPU_REG rv, tmp; |
FPU_REG | 144 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 197 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 198 | kernel/FPU-emu/fpu_trig.c | register FPU_REG *st1_ptr = FPU_st0_ptr; /* anticipate */ |
FPU_REG | 336 | kernel/FPU-emu/fpu_trig.c | FPU_REG rv; |
FPU_REG | 379 | kernel/FPU-emu/fpu_trig.c | static int f_cos(FPU_REG *arg) |
FPU_REG | 388 | kernel/FPU-emu/fpu_trig.c | FPU_REG rv; |
FPU_REG | 439 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 440 | kernel/FPU-emu/fpu_trig.c | FPU_REG arg; |
FPU_REG | 463 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 468 | kernel/FPU-emu/fpu_trig.c | FPU_REG tmp; |
FPU_REG | 548 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 657 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 662 | kernel/FPU-emu/fpu_trig.c | FPU_REG sum; |
FPU_REG | 766 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 833 | kernel/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 839 | kernel/FPU-emu/fpu_trig.c | FPU_REG tmp; |
FPU_REG | 50 | 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 | 50 | kernel/FPU-emu/poly_atan.c | void poly_atan(FPU_REG *arg) |
FPU_REG | 54 | kernel/FPU-emu/poly_atan.c | FPU_REG odd_poly, even_poly, pos_poly, neg_poly; |
FPU_REG | 55 | kernel/FPU-emu/poly_atan.c | FPU_REG argSq; |
FPU_REG | 95 | kernel/FPU-emu/poly_atan.c | FPU_REG numerator, denom; |
FPU_REG | 188 | kernel/FPU-emu/poly_atan.c | void poly_add_1(FPU_REG *src) |
FPU_REG | 43 | kernel/FPU-emu/poly_l2.c | void poly_l2(FPU_REG *arg, FPU_REG *result) |
FPU_REG | 49 | kernel/FPU-emu/poly_l2.c | FPU_REG accum, denom, num, Xx; |
FPU_REG | 101 | kernel/FPU-emu/poly_l2.c | FPU_REG lXx; |
FPU_REG | 226 | kernel/FPU-emu/poly_l2.c | int poly_l2p1(FPU_REG *arg, FPU_REG *result) |
FPU_REG | 230 | kernel/FPU-emu/poly_l2.c | FPU_REG arg_pl1, denom, accum, local_arg, poly_arg; |
FPU_REG | 43 | kernel/FPU-emu/poly_sin.c | void poly_sine(FPU_REG *arg, FPU_REG *result) |
FPU_REG | 46 | kernel/FPU-emu/poly_sin.c | FPU_REG Xx, Xx2, Xx4, accum, negaccum; |
FPU_REG | 52 | kernel/FPU-emu/poly_tan.c | void poly_tan(FPU_REG *arg, FPU_REG *y_reg) |
FPU_REG | 56 | kernel/FPU-emu/poly_tan.c | FPU_REG odd_poly, even_poly, pos_poly, neg_poly; |
FPU_REG | 57 | kernel/FPU-emu/poly_tan.c | FPU_REG argSq; |
FPU_REG | 25 | kernel/FPU-emu/reg_add_sub.c | void reg_add(FPU_REG *a, FPU_REG *b, FPU_REG *dest, int control_w) |
FPU_REG | 117 | kernel/FPU-emu/reg_add_sub.c | void reg_sub(FPU_REG *a, FPU_REG *b, FPU_REG *dest, int control_w) |
FPU_REG | 23 | kernel/FPU-emu/reg_compare.c | int compare(FPU_REG *b) |
FPU_REG | 19 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_1 = { SIGN_POS, TW_Valid, EXP_BIAS, |
FPU_REG | 21 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_2 = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
FPU_REG | 23 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_HALF = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
FPU_REG | 25 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_L2T = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
FPU_REG | 27 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_L2E = { SIGN_POS, TW_Valid, EXP_BIAS, |
FPU_REG | 29 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_PI = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
FPU_REG | 31 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_PI2 = { SIGN_POS, TW_Valid, EXP_BIAS, |
FPU_REG | 33 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_PI4 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
FPU_REG | 35 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_LG2 = { SIGN_POS, TW_Valid, EXP_BIAS-2, |
FPU_REG | 37 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_LN2 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
FPU_REG | 41 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_Z = { SIGN_POS, TW_Zero, 0, 0x0, 0x0 }; |
FPU_REG | 48 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_QNaN = { SIGN_NEG, TW_NaN, EXP_OVER, 0x00000000, 0xC0000000 }; |
FPU_REG | 51 | kernel/FPU-emu/reg_constant.c | FPU_REG CONST_INF = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 }; |
FPU_REG | 55 | kernel/FPU-emu/reg_constant.c | static void fld_const(FPU_REG *c) |
FPU_REG | 57 | 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 | 42 | kernel/FPU-emu/reg_ld_str.c | FPU_REG FPU_loaded_data; |
FPU_REG | 417 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 509 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 588 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 686 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 758 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 849 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 902 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 954 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 1007 | kernel/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 1077 | kernel/FPU-emu/reg_ld_str.c | int round_to_int(FPU_REG *r) |
FPU_REG | 1184 | kernel/FPU-emu/reg_ld_str.c | FPU_REG *s = (FPU_REG *)fldenv(); |
FPU_REG | 1255 | kernel/FPU-emu/reg_ld_str.c | FPU_REG tmp, *rp; |
FPU_REG | 24 | kernel/FPU-emu/reg_mul.c | void reg_mul(FPU_REG *a, FPU_REG *b, FPU_REG *dest, unsigned int control_w) |