Searched refs:denormal_operand (Results 1 – 9 of 9) sorted by relevance
273 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 …]
108 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()
64 if ( denormal_operand() < 0 ) in FPU_mul()82 && (denormal_operand() < 0) ) in FPU_mul()106 && (denormal_operand() < 0) ) in FPU_mul()
211 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()
112 if ( denormal_operand() < 0 ) in FPU_add()252 if ( denormal_operand() < 0 ) in FPU_sub()297 && (denormal_operand() < 0) ) in add_sub_specials()
65 if ( denormal_operand() < 0 ) in ftst_()
156 | (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()
17 extern int denormal_operand(void);
588 asmlinkage int denormal_operand(void) in denormal_operand() function