taglinefilesource code
FPU_REG168arch/i386/math-emu/errors.cFPU_REG *r = &st(i);
FPU_REG386arch/i386/math-emu/errors.casmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest)
FPU_REG388arch/i386/math-emu/errors.cFPU_REG const *x;
FPU_REG452arch/i386/math-emu/errors.casmlinkage int arith_invalid(FPU_REG *dest)
FPU_REG469arch/i386/math-emu/errors.casmlinkage int divide_by_zero(int sign, FPU_REG *dest)
FPU_REG542arch/i386/math-emu/errors.casmlinkage int arith_overflow(FPU_REG *dest)
FPU_REG576arch/i386/math-emu/errors.casmlinkage int arith_underflow(FPU_REG *dest)
FPU_REG101arch/i386/math-emu/fpu_aux.cFPU_REG *st_new_ptr;
FPU_REG126arch/i386/math-emu/fpu_aux.cFPU_REG t;
FPU_REG127arch/i386/math-emu/fpu_aux.cregister FPU_REG *sti_ptr = &st(FPU_rm), *st0_ptr = &st(0);
FPU_REG103arch/i386/math-emu/fpu_emu.htypedef struct fpu_reg FPU_REG;
FPU_REG104arch/i386/math-emu/fpu_emu.htypedef void (*FUNC_ST0)(FPU_REG *st0_ptr);
FPU_REG146arch/i386/math-emu/fpu_emu.hasmlinkage void normalize(FPU_REG *x);
FPU_REG147arch/i386/math-emu/fpu_emu.hasmlinkage void normalize_nuo(FPU_REG *x);
FPU_REG148arch/i386/math-emu/fpu_emu.hasmlinkage int reg_div(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG149arch/i386/math-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG150arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_sub(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG151arch/i386/math-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG152arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_mul(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG153arch/i386/math-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG154arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_div(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG155arch/i386/math-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG156arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
FPU_REG157arch/i386/math-emu/fpu_emu.hFPU_REG *answ, unsigned int control_w);
FPU_REG158arch/i386/math-emu/fpu_emu.hasmlinkage int wm_sqrt(FPU_REG *n, unsigned int control_w);
FPU_REG162arch/i386/math-emu/fpu_emu.hasmlinkage void round_reg(FPU_REG *arg, unsigned int extent,
FPU_REG137arch/i386/math-emu/fpu_entry.cFPU_REG loaded_data;
FPU_REG144arch/i386/math-emu/fpu_entry.cFPU_REG      *st0_ptr;
FPU_REG20arch/i386/math-emu/fpu_etc.cstatic void fchs(FPU_REG *st0_ptr)
FPU_REG31arch/i386/math-emu/fpu_etc.cstatic void fabs(FPU_REG *st0_ptr)
FPU_REG43arch/i386/math-emu/fpu_etc.cstatic void ftst_(FPU_REG *st0_ptr)
FPU_REG90arch/i386/math-emu/fpu_etc.cstatic void fxam(FPU_REG *st0_ptr)
FPU_REG11arch/i386/math-emu/fpu_proto.hasmlinkage int real_2op_NaN(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest);
FPU_REG12arch/i386/math-emu/fpu_proto.hasmlinkage int arith_invalid(FPU_REG *dest);
FPU_REG13arch/i386/math-emu/fpu_proto.hasmlinkage int divide_by_zero(int sign, FPU_REG *dest);
FPU_REG17arch/i386/math-emu/fpu_proto.hasmlinkage int arith_overflow(FPU_REG *dest);
FPU_REG18arch/i386/math-emu/fpu_proto.hasmlinkage int arith_underflow(FPU_REG *dest);
FPU_REG61arch/i386/math-emu/fpu_proto.hextern void convert_l2reg(long const *arg, FPU_REG *dest);
FPU_REG78arch/i386/math-emu/fpu_proto.hextern int poly_2xm1(FPU_REG const *arg, FPU_REG *result);
FPU_REG81arch/i386/math-emu/fpu_proto.hextern void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result);
FPU_REG84arch/i386/math-emu/fpu_proto.hextern void poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result);
FPU_REG85arch/i386/math-emu/fpu_proto.hextern int poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result);
FPU_REG88arch/i386/math-emu/fpu_proto.hextern void poly_sine(FPU_REG const *arg, FPU_REG *result);
FPU_REG89arch/i386/math-emu/fpu_proto.hextern void poly_cos(FPU_REG const *arg, FPU_REG *result);
FPU_REG92arch/i386/math-emu/fpu_proto.hextern void poly_tan(FPU_REG const *arg, FPU_REG *result);
FPU_REG95arch/i386/math-emu/fpu_proto.hextern int reg_add(FPU_REG const *a, FPU_REG const *b,
FPU_REG96arch/i386/math-emu/fpu_proto.hFPU_REG *dest, int control_w);
FPU_REG97arch/i386/math-emu/fpu_proto.hextern int reg_sub(FPU_REG const *a, FPU_REG const *b,
FPU_REG98arch/i386/math-emu/fpu_proto.hFPU_REG *dest, int control_w);
FPU_REG101arch/i386/math-emu/fpu_proto.hextern int compare(FPU_REG const *b);
FPU_REG102arch/i386/math-emu/fpu_proto.hextern int compare_st_data(FPU_REG const *b);
FPU_REG114arch/i386/math-emu/fpu_proto.hextern int reg_load_extended(long double *addr, FPU_REG *loaded_data);
FPU_REG115arch/i386/math-emu/fpu_proto.hextern int reg_load_double(double *dfloat, FPU_REG *loaded_data);
FPU_REG116arch/i386/math-emu/fpu_proto.hextern int reg_load_single(float *single, FPU_REG *loaded_data);
FPU_REG117arch/i386/math-emu/fpu_proto.hextern void reg_load_int64(long long *_s, FPU_REG *loaded_data);
FPU_REG118arch/i386/math-emu/fpu_proto.hextern void reg_load_int32(long *_s, FPU_REG *loaded_data);
FPU_REG119arch/i386/math-emu/fpu_proto.hextern void reg_load_int16(short *_s, FPU_REG *loaded_data);
FPU_REG120arch/i386/math-emu/fpu_proto.hextern void reg_load_bcd(char *s, FPU_REG *loaded_data);
FPU_REG121arch/i386/math-emu/fpu_proto.hextern int reg_store_extended(long double *d, FPU_REG *st0_ptr);
FPU_REG122arch/i386/math-emu/fpu_proto.hextern int reg_store_double(double *dfloat, FPU_REG *st0_ptr);
FPU_REG123arch/i386/math-emu/fpu_proto.hextern int reg_store_single(float *single, FPU_REG *st0_ptr);
FPU_REG124arch/i386/math-emu/fpu_proto.hextern int reg_store_int64(long long *d, FPU_REG *st0_ptr);
FPU_REG125arch/i386/math-emu/fpu_proto.hextern int reg_store_int32(long *d, FPU_REG *st0_ptr);
FPU_REG126arch/i386/math-emu/fpu_proto.hextern int reg_store_int16(short *d, FPU_REG *st0_ptr);
FPU_REG127arch/i386/math-emu/fpu_proto.hextern int reg_store_bcd(char *d, FPU_REG *st0_ptr);
FPU_REG128arch/i386/math-emu/fpu_proto.hextern int round_to_int(FPU_REG *r);
FPU_REG136arch/i386/math-emu/fpu_proto.hextern int reg_mul(FPU_REG const *a, FPU_REG const *b,
FPU_REG137arch/i386/math-emu/fpu_proto.hFPU_REG *dest, unsigned int control_w);
FPU_REG38arch/i386/math-emu/fpu_trig.cstatic int trig_arg(FPU_REG *X, int even)
FPU_REG40arch/i386/math-emu/fpu_trig.cFPU_REG tmp;
FPU_REG152arch/i386/math-emu/fpu_trig.cvoid convert_l2reg(long const *arg, FPU_REG *dest)
FPU_REG172arch/i386/math-emu/fpu_trig.cstatic void single_arg_error(FPU_REG *st0_ptr)
FPU_REG195arch/i386/math-emu/fpu_trig.cstatic void single_arg_2_error(FPU_REG *st0_ptr)
FPU_REG197arch/i386/math-emu/fpu_trig.cFPU_REG *st_new_ptr;
FPU_REG233arch/i386/math-emu/fpu_trig.cstatic void f2xm1(FPU_REG *st0_ptr)
FPU_REG279arch/i386/math-emu/fpu_trig.cstatic void fptan(FPU_REG *st0_ptr)
FPU_REG282arch/i386/math-emu/fpu_trig.cFPU_REG *st_new_ptr;
FPU_REG366arch/i386/math-emu/fpu_trig.cstatic void fxtract(FPU_REG *st0_ptr)
FPU_REG369arch/i386/math-emu/fpu_trig.cFPU_REG *st_new_ptr;
FPU_REG370arch/i386/math-emu/fpu_trig.cregister FPU_REG *st1_ptr = st0_ptr;  /* anticipate */
FPU_REG437arch/i386/math-emu/fpu_trig.cstatic void fdecstp(FPU_REG *st0_ptr)
FPU_REG443arch/i386/math-emu/fpu_trig.cstatic void fincstp(FPU_REG *st0_ptr)
FPU_REG450arch/i386/math-emu/fpu_trig.cstatic void fsqrt_(FPU_REG *st0_ptr)
FPU_REG492arch/i386/math-emu/fpu_trig.cstatic void frndint_(FPU_REG *st0_ptr)
FPU_REG522arch/i386/math-emu/fpu_trig.cstatic void fsin(FPU_REG *st0_ptr)
FPU_REG529arch/i386/math-emu/fpu_trig.cFPU_REG rv;
FPU_REG593arch/i386/math-emu/fpu_trig.cstatic int f_cos(FPU_REG *arg)
FPU_REG599arch/i386/math-emu/fpu_trig.cFPU_REG rv;
FPU_REG674arch/i386/math-emu/fpu_trig.cstatic void fcos(FPU_REG *st0_ptr)
FPU_REG680arch/i386/math-emu/fpu_trig.cstatic void fsincos(FPU_REG *st0_ptr)
FPU_REG683arch/i386/math-emu/fpu_trig.cFPU_REG *st_new_ptr;
FPU_REG684arch/i386/math-emu/fpu_trig.cFPU_REG arg;
FPU_REG763arch/i386/math-emu/fpu_trig.cstatic void do_fprem(FPU_REG *st0_ptr, int round)
FPU_REG765arch/i386/math-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1);
FPU_REG772arch/i386/math-emu/fpu_trig.cFPU_REG tmp;
FPU_REG981arch/i386/math-emu/fpu_trig.cstatic void fyl2x(FPU_REG *st0_ptr)
FPU_REG984arch/i386/math-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1), exponent;
FPU_REG1191arch/i386/math-emu/fpu_trig.cstatic void fpatan(FPU_REG *st0_ptr)
FPU_REG1194arch/i386/math-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1);
FPU_REG1319arch/i386/math-emu/fpu_trig.cstatic void fprem(FPU_REG *st0_ptr)
FPU_REG1325arch/i386/math-emu/fpu_trig.cstatic void fprem1(FPU_REG *st0_ptr)
FPU_REG1331arch/i386/math-emu/fpu_trig.cstatic void fyl2xp1(FPU_REG *st0_ptr)
FPU_REG1334arch/i386/math-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1);
FPU_REG1544arch/i386/math-emu/fpu_trig.cstatic void fscale(FPU_REG *st0_ptr)
FPU_REG1547arch/i386/math-emu/fpu_trig.cFPU_REG *st1_ptr = &st(1);
FPU_REG1556arch/i386/math-emu/fpu_trig.cFPU_REG tmp;
FPU_REG66arch/i386/math-emu/load_store.cFPU_REG loaded_data;
FPU_REG67arch/i386/math-emu/load_store.cFPU_REG *st0_ptr;
FPU_REG53arch/i386/math-emu/poly_2xm1.cint  poly_2xm1(FPU_REG const *arg, FPU_REG *result)
FPU_REG54arch/i386/math-emu/poly_atan.cvoid  poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result)
FPU_REG22arch/i386/math-emu/poly_l2.cstatic void log2_kernel(FPU_REG const *arg,
FPU_REG29arch/i386/math-emu/poly_l2.cvoid  poly_l2(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result)
FPU_REG34arch/i386/math-emu/poly_l2.cFPU_REG              x;
FPU_REG114arch/i386/math-emu/poly_l2.cint  poly_l2p1(FPU_REG const *arg, FPU_REG const *y, FPU_REG *result)
FPU_REG183arch/i386/math-emu/poly_l2.cstatic void log2_kernel(FPU_REG const *arg, Xsig *accum_result,
FPU_REG65arch/i386/math-emu/poly_sin.cvoid  poly_sine(FPU_REG const *arg, FPU_REG *result)
FPU_REG217arch/i386/math-emu/poly_sin.cvoid  poly_cos(FPU_REG const *arg, FPU_REG *result)
FPU_REG55arch/i386/math-emu/poly_tan.cvoid  poly_tan(FPU_REG const *arg, FPU_REG *result)
FPU_REG25arch/i386/math-emu/reg_add_sub.cint reg_add(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w)
FPU_REG165arch/i386/math-emu/reg_add_sub.cint reg_sub(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w)
FPU_REG24arch/i386/math-emu/reg_compare.cint compare(FPU_REG const *b)
FPU_REG28arch/i386/math-emu/reg_compare.cFPU_REG      *st0_ptr;
FPU_REG176arch/i386/math-emu/reg_compare.cint compare_st_data(FPU_REG const *loaded_data)
FPU_REG19arch/i386/math-emu/reg_constant.cFPU_REG const CONST_1    = { SIGN_POS, TW_Valid, EXP_BIAS,
FPU_REG21arch/i386/math-emu/reg_constant.cFPU_REG const CONST_2    = { SIGN_POS, TW_Valid, EXP_BIAS+1,
FPU_REG23arch/i386/math-emu/reg_constant.cFPU_REG const CONST_HALF = { SIGN_POS, TW_Valid, EXP_BIAS-1,
FPU_REG25arch/i386/math-emu/reg_constant.cFPU_REG const CONST_L2T  = { SIGN_POS, TW_Valid, EXP_BIAS+1,
FPU_REG27arch/i386/math-emu/reg_constant.cFPU_REG const CONST_L2E  = { SIGN_POS, TW_Valid, EXP_BIAS,
FPU_REG29arch/i386/math-emu/reg_constant.cFPU_REG const CONST_PI   = { SIGN_POS, TW_Valid, EXP_BIAS+1,
FPU_REG31arch/i386/math-emu/reg_constant.cFPU_REG const CONST_PI2  = { SIGN_POS, TW_Valid, EXP_BIAS,
FPU_REG33arch/i386/math-emu/reg_constant.cFPU_REG const CONST_PI4  = { SIGN_POS, TW_Valid, EXP_BIAS-1,
FPU_REG35arch/i386/math-emu/reg_constant.cFPU_REG const CONST_LG2  = { SIGN_POS, TW_Valid, EXP_BIAS-2,
FPU_REG37arch/i386/math-emu/reg_constant.cFPU_REG const CONST_LN2  = { SIGN_POS, TW_Valid, EXP_BIAS-1,
FPU_REG41arch/i386/math-emu/reg_constant.cFPU_REG const CONST_PI2extra = { SIGN_NEG, TW_Valid, EXP_BIAS-66,
FPU_REG45arch/i386/math-emu/reg_constant.cFPU_REG const CONST_Z    = { SIGN_POS, TW_Zero, EXP_UNDER, 0x0, 0x0 };
FPU_REG52arch/i386/math-emu/reg_constant.cFPU_REG const CONST_QNaN = { SIGN_NEG, TW_NaN, EXP_OVER, 0x00000000, 0xC0000000 };
FPU_REG55arch/i386/math-emu/reg_constant.cFPU_REG const CONST_INF  = { SIGN_POS, TW_Infinity, EXP_OVER, 0x00000000, 0x80000000 };
FPU_REG59arch/i386/math-emu/reg_constant.cstatic void fld_const(FPU_REG const *c)
FPU_REG61arch/i386/math-emu/reg_constant.cFPU_REG *st_new_ptr;
FPU_REG14arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_1;
FPU_REG15arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_2;
FPU_REG16arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_HALF;
FPU_REG17arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_L2T;
FPU_REG18arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_L2E;
FPU_REG19arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_PI;
FPU_REG20arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_PI2;
FPU_REG21arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_PI2extra;
FPU_REG22arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_PI4;
FPU_REG23arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_LG2;
FPU_REG24arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_LN2;
FPU_REG25arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_Z;
FPU_REG26arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_PINF;
FPU_REG27arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_INF;
FPU_REG28arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_MINF;
FPU_REG29arch/i386/math-emu/reg_constant.hextern FPU_REG const CONST_QNaN;
FPU_REG41arch/i386/math-emu/reg_ld_str.cstatic void write_to_extended(FPU_REG *rp, char *d);
FPU_REG45arch/i386/math-emu/reg_ld_str.cint reg_load_extended(long double *s, FPU_REG *loaded_data)
FPU_REG140arch/i386/math-emu/reg_ld_str.cint reg_load_double(double *dfloat, FPU_REG *loaded_data)
FPU_REG217arch/i386/math-emu/reg_ld_str.cint reg_load_single(float *single, FPU_REG *loaded_data)
FPU_REG285arch/i386/math-emu/reg_ld_str.cvoid reg_load_int64(long long *_s, FPU_REG *loaded_data)
FPU_REG316arch/i386/math-emu/reg_ld_str.cvoid reg_load_int32(long *_s, FPU_REG *loaded_data)
FPU_REG347arch/i386/math-emu/reg_ld_str.cvoid reg_load_int16(short *_s, FPU_REG *loaded_data)
FPU_REG379arch/i386/math-emu/reg_ld_str.cvoid reg_load_bcd(char *s, FPU_REG *loaded_data)
FPU_REG423arch/i386/math-emu/reg_ld_str.cint reg_store_extended(long double *d, FPU_REG *st0_ptr)
FPU_REG461arch/i386/math-emu/reg_ld_str.cint reg_store_double(double *dfloat, FPU_REG *st0_ptr)
FPU_REG470arch/i386/math-emu/reg_ld_str.cFPU_REG tmp;
FPU_REG656arch/i386/math-emu/reg_ld_str.cint reg_store_single(float *single, FPU_REG *st0_ptr)
FPU_REG665arch/i386/math-emu/reg_ld_str.cFPU_REG tmp;
FPU_REG845arch/i386/math-emu/reg_ld_str.cint reg_store_int64(long long *d, FPU_REG *st0_ptr)
FPU_REG847arch/i386/math-emu/reg_ld_str.cFPU_REG t;
FPU_REG904arch/i386/math-emu/reg_ld_str.cint reg_store_int32(long *d, FPU_REG *st0_ptr)
FPU_REG906arch/i386/math-emu/reg_ld_str.cFPU_REG t;
FPU_REG958arch/i386/math-emu/reg_ld_str.cint reg_store_int16(short *d, FPU_REG *st0_ptr)
FPU_REG960arch/i386/math-emu/reg_ld_str.cFPU_REG t;
FPU_REG1012arch/i386/math-emu/reg_ld_str.cint reg_store_bcd(char *d, FPU_REG *st0_ptr)
FPU_REG1014arch/i386/math-emu/reg_ld_str.cFPU_REG t;
FPU_REG1089arch/i386/math-emu/reg_ld_str.cint round_to_int(FPU_REG *r)
FPU_REG1380arch/i386/math-emu/reg_ld_str.cstatic void write_to_extended(FPU_REG *rp, char *d)
FPU_REG1383arch/i386/math-emu/reg_ld_str.cFPU_REG tmp;
FPU_REG24arch/i386/math-emu/reg_mul.cint reg_mul(FPU_REG const *a, FPU_REG const *b,
FPU_REG25arch/i386/math-emu/reg_mul.cFPU_REG *dest, unsigned int control_w)