View | Details | Raw Unified | Return to bug 280965
Collapse All | Expand All

(-)b/lib/msun/src/math_private.h (-1 / +1 lines)
Lines 405-411 do { \ Link Here
405
 * any extra precision into the type of 'a' -- 'a' should have type float_t,
405
 * any extra precision into the type of 'a' -- 'a' should have type float_t,
406
 * double_t or long double.  b's type should be no larger than 'a's type.
406
 * double_t or long double.  b's type should be no larger than 'a's type.
407
 * Callers should use these types with scopes as large as possible, to
407
 * Callers should use these types with scopes as large as possible, to
408
 * reduce their own extra-precision and efficiciency problems.  In
408
 * reduce their own extra-precision and efficiency problems.  In
409
 * particular, they shouldn't convert back and forth just to call here.
409
 * particular, they shouldn't convert back and forth just to call here.
410
 */
410
 */
411
#ifdef DEBUG
411
#ifdef DEBUG

Return to bug 280965