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


   5  * Common Development and Distribution License (the "License").
   6  * You may not use this file except in compliance with the License.
   7  *
   8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9  * or http://www.opensolaris.org/os/licensing.
  10  * See the License for the specific language governing permissions
  11  * and limitations under the License.
  12  *
  13  * When distributing Covered Code, include this CDDL HEADER in each
  14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15  * If applicable, add the following below this CDDL HEADER, with the
  16  * fields enclosed by brackets "[]" replaced with your own identifying
  17  * information: Portions Copyright [yyyy] [name of copyright owner]
  18  *
  19  * CDDL HEADER END
  20  */
  21 
  22 /*
  23  * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24  */

  25 /*
  26  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  27  * Use is subject to license terms.
  28  */
  29 
  30 /*
  31  * Table of constants for r_atan_().
  32  * By K.C. Ng, March 9, 1989
  33  */
  34 
  35 #include "libm.h"
  36 
  37 const float _TBL_r_atan_hi[] = {
  38         4.636476040e-01, 4.883339405e-01, 5.123894811e-01, 5.358112454e-01,
  39         5.585992932e-01, 5.807563663e-01, 6.022873521e-01, 6.231993437e-01,
  40         6.435011029e-01, 6.632030010e-01, 6.823165417e-01, 7.008544207e-01,
  41         7.188299894e-01, 7.362574339e-01, 7.531512976e-01, 7.695264816e-01,
  42         7.853981853e-01, 8.156919479e-01, 8.441540003e-01, 8.709034324e-01,
  43         8.960554004e-01, 9.197195768e-01, 9.420000315e-01, 9.629943371e-01,
  44         9.827937484e-01, 1.001483083e+00, 1.019141316e+00, 1.035841227e+00,




   5  * Common Development and Distribution License (the "License").
   6  * You may not use this file except in compliance with the License.
   7  *
   8  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9  * or http://www.opensolaris.org/os/licensing.
  10  * See the License for the specific language governing permissions
  11  * and limitations under the License.
  12  *
  13  * When distributing Covered Code, include this CDDL HEADER in each
  14  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15  * If applicable, add the following below this CDDL HEADER, with the
  16  * fields enclosed by brackets "[]" replaced with your own identifying
  17  * information: Portions Copyright [yyyy] [name of copyright owner]
  18  *
  19  * CDDL HEADER END
  20  */
  21 
  22 /*
  23  * Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
  24  */
  25 
  26 /*
  27  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  28  * Use is subject to license terms.
  29  */
  30 
  31 /*
  32  * Table of constants for r_atan_().
  33  * By K.C. Ng, March 9, 1989
  34  */
  35 
  36 #include "libm.h"
  37 
  38 const float _TBL_r_atan_hi[] = {
  39         4.636476040e-01, 4.883339405e-01, 5.123894811e-01, 5.358112454e-01,
  40         5.585992932e-01, 5.807563663e-01, 6.022873521e-01, 6.231993437e-01,
  41         6.435011029e-01, 6.632030010e-01, 6.823165417e-01, 7.008544207e-01,
  42         7.188299894e-01, 7.362574339e-01, 7.531512976e-01, 7.695264816e-01,
  43         7.853981853e-01, 8.156919479e-01, 8.441540003e-01, 8.709034324e-01,
  44         8.960554004e-01, 9.197195768e-01, 9.420000315e-01, 9.629943371e-01,
  45         9.827937484e-01, 1.001483083e+00, 1.019141316e+00, 1.035841227e+00,