Searched refs:normalize_no_excep (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/math-emu/
H A Dreg_ld_str.c40 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) function
155 return normalize_no_excep(loaded_data, DOUBLE_Emin, negative)
202 return normalize_no_excep(loaded_data, SINGLE_Emin, negative)
267 return normalize_no_excep(st0_ptr, 63, sign);
296 return normalize_no_excep(loaded_data, 31, negative);
325 return normalize_no_excep(loaded_data, 15, negative);
366 return normalize_no_excep(st0_ptr, 63, sign);

Completed in 101 milliseconds