Home
last modified time | relevance | path

Searched refs:denormal_operand (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_trig.c273 if ( denormal_operand() < 0 ) in f2xm1()
356 if ( denormal_operand() < 0 ) in fptan()
425 if (denormal_operand() < 0 ) in fxtract()
533 if ( denormal_operand() < 0 ) in fsqrt_()
565 if (denormal_operand() < 0 ) in frndint_()
641 if ( denormal_operand() < 0 ) in fsin()
735 if ( denormal_operand() < 0 ) in f_cos()
1057 if ( denormal_operand() < 0 ) in do_fprem()
1074 if ( denormal_operand() < 0 ) in do_fprem()
1093 && (denormal_operand() < 0) ) in do_fprem()
[all …]
Dreg_divide.c108 if ( denormal_operand() < 0 ) in FPU_div()
127 if ( denormal_operand() < 0 ) in FPU_div()
178 if ( (tagb == TW_Denormal) && (denormal_operand() < 0) ) in FPU_div()
190 if ( (taga == TW_Denormal) && (denormal_operand() < 0) ) in FPU_div()
Dreg_mul.c64 if ( denormal_operand() < 0 ) in FPU_mul()
82 && (denormal_operand() < 0) ) in FPU_mul()
106 && (denormal_operand() < 0) ) in FPU_mul()
Dreg_compare.c211 return denormal_operand() < 0; in FPU_compare_st_data()
263 return denormal_operand() < 0; in compare_st_st()
320 return denormal_operand() < 0; in compare_u_st_st()
Dreg_add_sub.c112 if ( denormal_operand() < 0 ) in FPU_add()
252 if ( denormal_operand() < 0 ) in FPU_sub()
297 && (denormal_operand() < 0) ) in add_sub_specials()
Dfpu_etc.c65 if ( denormal_operand() < 0 ) in ftst_()
Dreg_ld_str.c156 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_double()
203 | (denormal_operand() < 0 ? FPU_Exception : 0); in FPU_load_single()
561 denormal_operand(); in FPU_store_double()
778 denormal_operand(); in FPU_store_single()
Dfpu_proto.h17 extern int denormal_operand(void);
Derrors.c588 asmlinkage int denormal_operand(void) in denormal_operand() function