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 cosl(x) where x is 0.15625 + i*0.03125, i=0,1,...,74.
32 * {0x3ffc4000,0,0,0} --> (inc 0x800) --> {0x3ffe9000,0,0,0}
33 * 0.15625 0.03125 0.78125 (pi/4 = 0.785395663...)
34 */
35
36 #include "libm.h"
37
38 const long double _TBL_cosl_hi[] = {
39 +9.878177838164719441005030343632113165093e-0001L,
40 +9.872023778548304903960885335116224443952e-0001L,
41 +9.865719083994975887573374074953084086015e-0001L,
42 +9.859263850706614357470592528694354441508e-0001L,
43 +9.852658177182138162042947097595789939359e-0001L,
44 +9.845902164215998060143951077820687364441e-0001L,
|
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 cosl(x) where x is 0.15625 + i*0.03125, i=0,1,...,74.
33 * {0x3ffc4000,0,0,0} --> (inc 0x800) --> {0x3ffe9000,0,0,0}
34 * 0.15625 0.03125 0.78125 (pi/4 = 0.785395663...)
35 */
36
37 #include "libm.h"
38
39 const long double _TBL_cosl_hi[] = {
40 +9.878177838164719441005030343632113165093e-0001L,
41 +9.872023778548304903960885335116224443952e-0001L,
42 +9.865719083994975887573374074953084086015e-0001L,
43 +9.859263850706614357470592528694354441508e-0001L,
44 +9.852658177182138162042947097595789939359e-0001L,
45 +9.845902164215998060143951077820687364441e-0001L,
|