tag | line | file | source code |
FPU_REG | 118 | drivers/FPU-emu/errors.c | FPU_REG *r = &st(i); |
FPU_REG | 315 | drivers/FPU-emu/errors.c | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest) |
FPU_REG | 317 | drivers/FPU-emu/errors.c | FPU_REG const *x; |
FPU_REG | 381 | drivers/FPU-emu/errors.c | asmlinkage int arith_invalid(FPU_REG *dest) |
FPU_REG | 398 | drivers/FPU-emu/errors.c | asmlinkage int divide_by_zero(int sign, FPU_REG *dest) |
FPU_REG | 471 | drivers/FPU-emu/errors.c | asmlinkage int arith_overflow(FPU_REG *dest) |
FPU_REG | 505 | drivers/FPU-emu/errors.c | asmlinkage int arith_underflow(FPU_REG *dest) |
FPU_REG | 93 | drivers/FPU-emu/fpu_aux.c | FPU_REG *st_new_ptr; |
FPU_REG | 119 | drivers/FPU-emu/fpu_aux.c | FPU_REG t; |
FPU_REG | 120 | drivers/FPU-emu/fpu_aux.c | register FPU_REG *sti_ptr = &st(FPU_rm); |
FPU_REG | 83 | drivers/FPU-emu/fpu_emu.h | typedef struct fpu_reg FPU_REG; |
FPU_REG | 94 | drivers/FPU-emu/fpu_emu.h | extern FPU_REG *FPU_st0_ptr; |
FPU_REG | 101 | drivers/FPU-emu/fpu_emu.h | extern FPU_REG FPU_loaded_data; |
FPU_REG | 127 | drivers/FPU-emu/fpu_emu.h | asmlinkage void normalize(FPU_REG *x); |
FPU_REG | 128 | drivers/FPU-emu/fpu_emu.h | asmlinkage void normalize_nuo(FPU_REG *x); |
FPU_REG | 129 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_div(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 130 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 131 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_u_sub(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 132 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 133 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_u_mul(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 134 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 135 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_u_div(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 136 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 137 | drivers/FPU-emu/fpu_emu.h | asmlinkage int reg_u_add(FPU_REG const *arg1, FPU_REG const *arg2, |
FPU_REG | 138 | drivers/FPU-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
FPU_REG | 139 | drivers/FPU-emu/fpu_emu.h | asmlinkage int wm_sqrt(FPU_REG *n, unsigned int control_w); |
FPU_REG | 143 | drivers/FPU-emu/fpu_emu.h | asmlinkage void round_reg(FPU_REG *arg, unsigned int extent, |
FPU_REG | 139 | drivers/FPU-emu/fpu_entry.c | FPU_REG *FPU_st0_ptr; |
FPU_REG | 10 | drivers/FPU-emu/fpu_proto.h | asmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest); |
FPU_REG | 11 | drivers/FPU-emu/fpu_proto.h | asmlinkage int arith_invalid(FPU_REG *dest); |
FPU_REG | 12 | drivers/FPU-emu/fpu_proto.h | asmlinkage int divide_by_zero(int sign, FPU_REG *dest); |
FPU_REG | 16 | drivers/FPU-emu/fpu_proto.h | asmlinkage int arith_overflow(FPU_REG *dest); |
FPU_REG | 17 | drivers/FPU-emu/fpu_proto.h | asmlinkage int arith_underflow(FPU_REG *dest); |
FPU_REG | 60 | drivers/FPU-emu/fpu_proto.h | extern void convert_l2reg(long const *arg, FPU_REG *dest); |
FPU_REG | 71 | drivers/FPU-emu/fpu_proto.h | extern int poly_2xm1(FPU_REG const *arg, FPU_REG *result); |
FPU_REG | 74 | drivers/FPU-emu/fpu_proto.h | extern void poly_atan(FPU_REG *arg); |
FPU_REG | 75 | drivers/FPU-emu/fpu_proto.h | extern void poly_add_1(FPU_REG *src); |
FPU_REG | 78 | drivers/FPU-emu/fpu_proto.h | extern void poly_l2(FPU_REG const *arg, FPU_REG *result); |
FPU_REG | 79 | drivers/FPU-emu/fpu_proto.h | extern int poly_l2p1(FPU_REG const *arg, FPU_REG *result); |
FPU_REG | 82 | drivers/FPU-emu/fpu_proto.h | extern void poly_sine(FPU_REG const *arg, FPU_REG *result); |
FPU_REG | 85 | drivers/FPU-emu/fpu_proto.h | extern void poly_tan(FPU_REG const *arg, FPU_REG *result, int invert); |
FPU_REG | 88 | drivers/FPU-emu/fpu_proto.h | extern int reg_add(FPU_REG const *a, FPU_REG const *b, |
FPU_REG | 89 | drivers/FPU-emu/fpu_proto.h | FPU_REG *dest, int control_w); |
FPU_REG | 90 | drivers/FPU-emu/fpu_proto.h | extern int reg_sub(FPU_REG const *a, FPU_REG const *b, |
FPU_REG | 91 | drivers/FPU-emu/fpu_proto.h | FPU_REG *dest, int control_w); |
FPU_REG | 94 | drivers/FPU-emu/fpu_proto.h | extern int compare(FPU_REG const *b); |
FPU_REG | 121 | drivers/FPU-emu/fpu_proto.h | extern int round_to_int(FPU_REG *r); |
FPU_REG | 129 | drivers/FPU-emu/fpu_proto.h | extern int reg_mul(FPU_REG const *a, FPU_REG const *b, |
FPU_REG | 130 | drivers/FPU-emu/fpu_proto.h | FPU_REG *dest, unsigned int control_w); |
FPU_REG | 37 | drivers/FPU-emu/fpu_trig.c | static int trig_arg(FPU_REG *X, int even) |
FPU_REG | 39 | drivers/FPU-emu/fpu_trig.c | FPU_REG tmp; |
FPU_REG | 125 | drivers/FPU-emu/fpu_trig.c | void convert_l2reg(long const *arg, FPU_REG *dest) |
FPU_REG | 170 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 213 | drivers/FPU-emu/fpu_trig.c | FPU_REG rv, tmp; |
FPU_REG | 270 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 359 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 360 | drivers/FPU-emu/fpu_trig.c | register FPU_REG *st1_ptr = FPU_st0_ptr; /* anticipate */ |
FPU_REG | 515 | drivers/FPU-emu/fpu_trig.c | FPU_REG rv; |
FPU_REG | 580 | drivers/FPU-emu/fpu_trig.c | static int f_cos(FPU_REG *arg) |
FPU_REG | 586 | drivers/FPU-emu/fpu_trig.c | FPU_REG rv; |
FPU_REG | 659 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st_new_ptr; |
FPU_REG | 660 | drivers/FPU-emu/fpu_trig.c | FPU_REG arg; |
FPU_REG | 741 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 747 | drivers/FPU-emu/fpu_trig.c | FPU_REG tmp; |
FPU_REG | 958 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 1148 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 1156 | drivers/FPU-emu/fpu_trig.c | FPU_REG sum; |
FPU_REG | 1327 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 1546 | drivers/FPU-emu/fpu_trig.c | FPU_REG *st1_ptr = &st(1); |
FPU_REG | 1555 | drivers/FPU-emu/fpu_trig.c | FPU_REG tmp; |
FPU_REG | 51 | drivers/FPU-emu/load_store.c | FPU_REG *pop_ptr; /* We need a version of FPU_st0_ptr which won't |
FPU_REG | 41 | drivers/FPU-emu/poly_2xm1.c | int poly_2xm1(FPU_REG const *arg, FPU_REG *result) |
FPU_REG | 45 | drivers/FPU-emu/poly_2xm1.c | FPU_REG accum; |
FPU_REG | 47 | drivers/FPU-emu/poly_atan.c | void poly_atan(FPU_REG *arg) |
FPU_REG | 51 | drivers/FPU-emu/poly_atan.c | FPU_REG odd_poly, even_poly, pos_poly, neg_poly, ratio; |
FPU_REG | 52 | drivers/FPU-emu/poly_atan.c | FPU_REG argSq; |
FPU_REG | 93 | drivers/FPU-emu/poly_atan.c | FPU_REG numerator, denom; |
FPU_REG | 184 | drivers/FPU-emu/poly_atan.c | void poly_add_1(FPU_REG *src) |
FPU_REG | 43 | drivers/FPU-emu/poly_l2.c | void poly_l2(FPU_REG const *arg, FPU_REG *result) |
FPU_REG | 49 | drivers/FPU-emu/poly_l2.c | FPU_REG accum, denom, num, Xx; |
FPU_REG | 102 | drivers/FPU-emu/poly_l2.c | FPU_REG lXx; |
FPU_REG | 227 | drivers/FPU-emu/poly_l2.c | int poly_l2p1(FPU_REG const *arg, FPU_REG *result) |
FPU_REG | 231 | drivers/FPU-emu/poly_l2.c | FPU_REG arg_pl1, denom, accum, local_arg, poly_arg; |
FPU_REG | 43 | drivers/FPU-emu/poly_sin.c | void poly_sine(FPU_REG const *arg, FPU_REG *result) |
FPU_REG | 46 | drivers/FPU-emu/poly_sin.c | FPU_REG fixed_arg, arg_sqrd, arg_to_4, accum, negaccum; |
FPU_REG | 52 | drivers/FPU-emu/poly_tan.c | void poly_tan(FPU_REG const *arg, FPU_REG *result, int invert) |
FPU_REG | 55 | drivers/FPU-emu/poly_tan.c | FPU_REG odd_poly, even_poly, pos_poly, neg_poly; |
FPU_REG | 56 | drivers/FPU-emu/poly_tan.c | FPU_REG argSq; |
FPU_REG | 25 | drivers/FPU-emu/reg_add_sub.c | int reg_add(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
FPU_REG | 165 | drivers/FPU-emu/reg_add_sub.c | int reg_sub(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
FPU_REG | 24 | drivers/FPU-emu/reg_compare.c | int compare(FPU_REG const *b) |
FPU_REG | 19 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_1 = { SIGN_POS, TW_Valid, EXP_BIAS, |
FPU_REG | 21 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_2 = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
FPU_REG | 23 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_HALF = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
FPU_REG | 25 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_L2T = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
FPU_REG | 27 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_L2E = { SIGN_POS, TW_Valid, EXP_BIAS, |
FPU_REG | 29 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_PI = { SIGN_POS, TW_Valid, EXP_BIAS+1, |
FPU_REG | 31 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_PI2 = { SIGN_POS, TW_Valid, EXP_BIAS, |
FPU_REG | 33 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_PI4 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
FPU_REG | 35 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_LG2 = { SIGN_POS, TW_Valid, EXP_BIAS-2, |
FPU_REG | 37 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_LN2 = { SIGN_POS, TW_Valid, EXP_BIAS-1, |
FPU_REG | 41 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_PI2extra = { SIGN_NEG, TW_Valid, EXP_BIAS-66, |
FPU_REG | 45 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_Z = { SIGN_POS, TW_Zero, EXP_UNDER, 0x0, 0x0 }; |
FPU_REG | 52 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_QNaN = { SIGN_NEG, TW_NaN, EXP_OVER, 0x00000000, 0xC0000000 }; |
FPU_REG | 55 | drivers/FPU-emu/reg_constant.c | FPU_REG const CONST_INF = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 }; |
FPU_REG | 59 | drivers/FPU-emu/reg_constant.c | static void fld_const(FPU_REG const *c) |
FPU_REG | 61 | drivers/FPU-emu/reg_constant.c | FPU_REG *st_new_ptr; |
FPU_REG | 14 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_1; |
FPU_REG | 15 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_2; |
FPU_REG | 16 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_HALF; |
FPU_REG | 17 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_L2T; |
FPU_REG | 18 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_L2E; |
FPU_REG | 19 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PI; |
FPU_REG | 20 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PI2; |
FPU_REG | 21 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PI2extra; |
FPU_REG | 22 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PI4; |
FPU_REG | 23 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_LG2; |
FPU_REG | 24 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_LN2; |
FPU_REG | 25 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_Z; |
FPU_REG | 26 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_PINF; |
FPU_REG | 27 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_INF; |
FPU_REG | 28 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_MINF; |
FPU_REG | 29 | drivers/FPU-emu/reg_constant.h | extern FPU_REG const CONST_QNaN; |
FPU_REG | 41 | drivers/FPU-emu/reg_ld_str.c | static void write_to_extended(FPU_REG *rp, char *d); |
FPU_REG | 43 | drivers/FPU-emu/reg_ld_str.c | FPU_REG FPU_loaded_data; |
FPU_REG | 476 | drivers/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 671 | drivers/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 854 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 913 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 967 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 1021 | drivers/FPU-emu/reg_ld_str.c | FPU_REG t; |
FPU_REG | 1093 | drivers/FPU-emu/reg_ld_str.c | int round_to_int(FPU_REG *r) |
FPU_REG | 1329 | drivers/FPU-emu/reg_ld_str.c | static void write_to_extended(FPU_REG *rp, char *d) |
FPU_REG | 1332 | drivers/FPU-emu/reg_ld_str.c | FPU_REG tmp; |
FPU_REG | 24 | drivers/FPU-emu/reg_mul.c | int reg_mul(FPU_REG const *a, FPU_REG const *b, |
FPU_REG | 25 | drivers/FPU-emu/reg_mul.c | FPU_REG *dest, unsigned int control_w) |