Symbol: denormal_operand
arch/x86/math-emu/fpu_etc.c
57
if (denormal_operand() < 0) {
arch/x86/math-emu/fpu_proto.h
17
asmlinkage int denormal_operand(void);
arch/x86/math-emu/fpu_trig.c
1120
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1131
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
1149
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1173
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1222
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
1252
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1267
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1277
if ((st0_tag == TW_Denormal) && (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1292
if ((st1_tag == TW_Denormal) && (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1348
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
1358
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
1398
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1403
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1420
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1425
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1448
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1463
else if ((st1_tag == TW_Denormal) && (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1543
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1551
denormal_operand();
arch/x86/math-emu/fpu_trig.c
1555
denormal_operand();
arch/x86/math-emu/fpu_trig.c
1560
&& (denormal_operand() < 0))
arch/x86/math-emu/fpu_trig.c
1581
denormal_operand();
arch/x86/math-emu/fpu_trig.c
1600
denormal_operand();
arch/x86/math-emu/fpu_trig.c
261
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
336
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
400
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
492
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
521
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
589
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
672
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
968
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
979
if (denormal_operand() < 0)
arch/x86/math-emu/fpu_trig.c
998
&& (denormal_operand() < 0))
arch/x86/math-emu/reg_add_sub.c
105
if (denormal_operand() < 0)
arch/x86/math-emu/reg_add_sub.c
236
if (denormal_operand() < 0)
arch/x86/math-emu/reg_add_sub.c
276
&& (denormal_operand() < 0))
arch/x86/math-emu/reg_compare.c
202
return denormal_operand() < 0;
arch/x86/math-emu/reg_compare.c
248
return denormal_operand() < 0;
arch/x86/math-emu/reg_compare.c
296
return denormal_operand() < 0;
arch/x86/math-emu/reg_compare.c
346
return denormal_operand() < 0;
arch/x86/math-emu/reg_compare.c
398
return denormal_operand() < 0;
arch/x86/math-emu/reg_divide.c
113
if (denormal_operand() < 0)
arch/x86/math-emu/reg_divide.c
157
if ((tagb == TW_Denormal) && (denormal_operand() < 0))
arch/x86/math-emu/reg_divide.c
167
if ((taga == TW_Denormal) && (denormal_operand() < 0))
arch/x86/math-emu/reg_divide.c
98
if (denormal_operand() < 0)
arch/x86/math-emu/reg_ld_str.c
140
| (denormal_operand() < 0 ? FPU_Exception : 0);
arch/x86/math-emu/reg_ld_str.c
182
| (denormal_operand() < 0 ? FPU_Exception : 0);
arch/x86/math-emu/reg_ld_str.c
504
denormal_operand();
arch/x86/math-emu/reg_ld_str.c
687
denormal_operand();
arch/x86/math-emu/reg_mul.c
62
if (denormal_operand() < 0)
arch/x86/math-emu/reg_mul.c
77
&& (denormal_operand() < 0))
arch/x86/math-emu/reg_mul.c
97
&& (denormal_operand() < 0)) {