Lines Matching full:infinity
169 * Infinity? in vfp_double_normaliseround()
177 vd->exponent = 2047; /* infinity */ in vfp_double_normaliseround()
204 * 'n' is always a NaN. 'm' may be a number, NaN or infinity.
463 * If we have an infinity or a NaN, the exponent must be 255 in vfp_double_fcvts()
711 * One infinity and one number -> infinity in vfp_double_fadd_nonnumber()
750 * Is 'n' an infinity or a NaN? Note that 'm' may be a number, in vfp_double_add()
751 * infinity or a NaN here. in vfp_double_add()
811 * If 'n' is an infinity or NaN, handle it. 'm' may be anything. in vfp_double_multiply()
1034 * If n and m are infinity, the result is invalid in vfp_double_fdiv()
1041 * If n is infinity, the result is infinity in vfp_double_fdiv()
1044 goto infinity; in vfp_double_fdiv()
1053 * If m is infinity, or n is zero, the result is zero in vfp_double_fdiv()
1102 infinity: in vfp_double_fdiv()