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 expl.
  32  * By K.C. Ng, March 9, 1989
  33  */
  34 
  35 #include "libm.h"
  36 
  37 const long double _TBL_expl_hi[] = {
  38         +1.000000000000000000000000000000000000000e+0000L,
  39         +1.021897148654116678234480134783299439782e+0000L,
  40         +1.044273782427413840321966478739929008785e+0000L,
  41         +1.067140400676823618169521120992809162607e+0000L,
  42         +1.090507732665257659207010655760707978993e+0000L,
  43         +1.114386742595892536308812956919603067800e+0000L,
  44         +1.138788634756691653703830283841511254720e+0000L,




   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 expl.
  33  * By K.C. Ng, March 9, 1989
  34  */
  35 
  36 #include "libm.h"
  37 
  38 const long double _TBL_expl_hi[] = {
  39         +1.000000000000000000000000000000000000000e+0000L,
  40         +1.021897148654116678234480134783299439782e+0000L,
  41         +1.044273782427413840321966478739929008785e+0000L,
  42         +1.067140400676823618169521120992809162607e+0000L,
  43         +1.090507732665257659207010655760707978993e+0000L,
  44         +1.114386742595892536308812956919603067800e+0000L,
  45         +1.138788634756691653703830283841511254720e+0000L,