tag | line | file | source code |
control_w | 149 | arch/i386/math-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
control_w | 151 | arch/i386/math-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
control_w | 153 | arch/i386/math-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
control_w | 155 | arch/i386/math-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
control_w | 157 | arch/i386/math-emu/fpu_emu.h | FPU_REG *answ, unsigned int control_w); |
control_w | 158 | arch/i386/math-emu/fpu_emu.h | asmlinkage int wm_sqrt(FPU_REG *n, unsigned int control_w); |
control_w | 163 | arch/i386/math-emu/fpu_emu.h | unsigned int control_w); |
control_w | 96 | arch/i386/math-emu/fpu_proto.h | FPU_REG *dest, int control_w); |
control_w | 98 | arch/i386/math-emu/fpu_proto.h | FPU_REG *dest, int control_w); |
control_w | 137 | arch/i386/math-emu/fpu_proto.h | FPU_REG *dest, unsigned int control_w); |
control_w | 25 | arch/i386/math-emu/reg_add_sub.c | int reg_add(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
control_w | 37 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
control_w | 61 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(a, b, dest, control_w) ) |
control_w | 76 | arch/i386/math-emu/reg_add_sub.c | dest->sign = ((control_w & CW_RC) != RC_DOWN) |
control_w | 82 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(b, a, dest, control_w) ) |
control_w | 105 | arch/i386/math-emu/reg_add_sub.c | dest->sign = ((control_w & CW_RC) != RC_DOWN) |
control_w | 165 | arch/i386/math-emu/reg_add_sub.c | int reg_sub(FPU_REG const *a, FPU_REG const *b, FPU_REG *dest, int control_w) |
control_w | 193 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(a, b, dest, control_w) ) |
control_w | 209 | arch/i386/math-emu/reg_add_sub.c | dest->sign = ((control_w & CW_RC) != RC_DOWN) |
control_w | 215 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_sub(b, a, dest, control_w) ) |
control_w | 224 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
control_w | 232 | arch/i386/math-emu/reg_add_sub.c | if ( reg_u_add(a, b, dest, control_w) ) |
control_w | 255 | arch/i386/math-emu/reg_add_sub.c | dest->sign = ((control_w & CW_RC) != RC_DOWN) |
control_w | 25 | arch/i386/math-emu/reg_mul.c | FPU_REG *dest, unsigned int control_w) |
control_w | 34 | arch/i386/math-emu/reg_mul.c | if ( reg_u_mul(a, b, dest, control_w) ) |