Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_ld_str.c1120 u_char very_big; in FPU_round_to_int() local
1137 very_big = !(~(r->sigh) | ~(r->sigl)); /* test for 0xfff...fff */ in FPU_round_to_int()
1147 if ( very_big ) return 1; /* overflow */ in FPU_round_to_int()
1155 if ( very_big ) return 1; /* overflow */ in FPU_round_to_int()
1163 if ( very_big ) return 1; /* overflow */ in FPU_round_to_int()