Print this page
11210 libm should be cstyle(1ONBLD) clean

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libm/common/Q/_TBL_expm1l.c
          +++ new/usr/src/lib/libm/common/Q/_TBL_expm1l.c
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23   23   * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24   24   */
       25 +
  25   26  /*
  26   27   * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  27   28   * Use is subject to license terms.
  28   29   */
  29   30  
  30   31  /*
  31   32   * Table of constants for expm1l.
  32   33   * By K.C. Ng, June 30, 1995
  33   34   */
  34   35  
↓ open down ↓ 158 lines elided ↑ open up ↑
 193  194          -1.1484375000000000000000000000000021185e+00L,
 194  195          -1.1640625000000000000000000000000188741e+00L,
 195  196          -1.1796874999999999999999999999999915259e+00L,
 196  197          -1.1953125000000000000000000000000196445e+00L,
 197  198          -1.2109374999999999999999999999999965333e+00L,
 198  199          -1.2265624999999999999999999999999940296e+00L,
 199  200          -1.2421874999999999999999999999999955704e+00L,
 200  201          -1.2578125000000000000000000000000036593e+00L,
 201  202          -1.2734375000000000000000000000000005778e+00L,
 202  203  };
      204 +
 203  205  const long double _TBL_expm1l[] = {
 204  206          +7.8430972064479776934535597601230757455e-03L,
 205  207          +2.3714316602357916968850532165767719684e-02L,
 206  208          +3.9835471336230000576622009875172135295e-02L,
 207  209          +5.6210497316931971181336703768137839969e-02L,
 208  210          +7.2843392434877444411300095010815562014e-02L,
 209  211          +8.9738217538093231018282025418516874073e-02L,
 210  212          +1.0689909742365748278760239374175648642e-01L,
 211  213          +1.2433022184475071745173290544494115241e-01L,
 212  214          +1.4203584653356558967616143134879189360e-01L,
↓ open down ↓ 156 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX