s_ceill.c (e7c95ee5fe550a71a3de6028504314519b7156de) | s_ceill.c (5014f8ded47a5e6d770ca588a2b929dff2617667) |
---|---|
1/* 2 * ==================================================== 3 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 4 * 5 * Developed at SunPro, a Sun Microsystems, Inc. business. 6 * Permission to use, copy, modify, and distribute this 7 * software is freely granted, provided that this notice 8 * is preserved. --- 85 unchanged lines hidden (view full) --- 94 INC_MANH(u, 1); 95 } 96 } 97 if (huge + x > 0.0) /* raise inexact flag */ 98 u.bits.manl &= ~m; 99 } 100 return (u.e); 101} | 1/* 2 * ==================================================== 3 * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. 4 * 5 * Developed at SunPro, a Sun Microsystems, Inc. business. 6 * Permission to use, copy, modify, and distribute this 7 * software is freely granted, provided that this notice 8 * is preserved. --- 85 unchanged lines hidden (view full) --- 94 INC_MANH(u, 1); 95 } 96 } 97 if (huge + x > 0.0) /* raise inexact flag */ 98 u.bits.manl &= ~m; 99 } 100 return (u.e); 101} |
102 103#if LDBL_MANT_DIG == 53 104__weak_reference(ceil, ceill); 105#endif | |