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 tanl(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_tanl_hi[] = {
39 +1.575341073252716106852257741724104864870e-0001L,
40 +1.615397840495214763092752400110463977418e-0001L,
41 +1.655505192739339762139309125850523900470e-0001L,
42 +1.695664452197665101509706065437500194264e-0001L,
43 +1.735876947679815208446734114353616329985e-0001L,
44 +1.776144014774467276317429269586882243819e-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 tanl(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_tanl_hi[] = {
40 +1.575341073252716106852257741724104864870e-0001L,
41 +1.615397840495214763092752400110463977418e-0001L,
42 +1.655505192739339762139309125850523900470e-0001L,
43 +1.695664452197665101509706065437500194264e-0001L,
44 +1.735876947679815208446734114353616329985e-0001L,
45 +1.776144014774467276317429269586882243819e-0001L,
|