Searched refs:normalize_no_excep (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/i386/math-emu/ |
D | reg_ld_str.c | 40 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep() function 155 return normalize_no_excep(loaded_data, DOUBLE_Emin, negative) in FPU_load_double() 202 return normalize_no_excep(loaded_data, SINGLE_Emin, negative) in FPU_load_single() 266 return normalize_no_excep(st0_ptr, 63, sign); in FPU_load_int64() 295 return normalize_no_excep(loaded_data, 31, negative); in FPU_load_int32() 324 return normalize_no_excep(loaded_data, 15, negative); in FPU_load_int16() 365 return normalize_no_excep(st0_ptr, 63, sign); in FPU_load_bcd()
|