
/* 
 * Copyright (c) 2016-2018, NVIDIA CORPORATION.  All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */


#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

