
/* 
 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 * See https://llvm.org/LICENSE.txt for license information.
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 *
 */


#define CONST_PIOVER2  1.57079632679489661923132169163975144209858469968754
#define CONST_ONE      1.0
#define CONST_INF      0x7F800000
#define CONST_SGN      0x7FFFFFFF

#define DBL17_C0  9.999999847657754514784755883738e-01
#define DBL17_C1 -3.333307334510667852001120081695e-01
#define DBL17_C2  1.999261939282235556181177571489e-01
#define DBL17_C3 -1.420364447586542067103465569744e-01
#define DBL17_C4  1.064093406202807207128202549029e-01
#define DBL17_C5 -7.504294616933972206229697121671e-02
#define DBL17_C6  4.269152018815716709276841811516e-02
#define DBL17_C7 -1.606862952136682218262642152240e-02
#define DBL17_C8  2.849889760370922456994557947496e-03

