clang 23.0.0git
math.h
Go to the documentation of this file.
1/*===----------------------------- math.h ----------------------------------===
2 *
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 * See https://llvm.org/LICENSE.txt for license information.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 *
7 *===-----------------------------------------------------------------------===
8 */
9
10#ifndef __ZOS_WRAPPERS_MATH_H
11#define __ZOS_WRAPPERS_MATH_H
12#if __has_include_next(<math.h>)
13#include_next <math.h>
14#ifdef __math
15#undef __math
16#define __math __math
17#endif
18#ifndef __BFP__
19#ifdef __cplusplus
20extern "C"
21#endif
22 double fabs(double x) __THROW;
23#endif
24#if !defined(__LP64__) && !defined(__BFP__)
25#ifdef __C99
26#pragma map(tgammaf, "\174\174TGMFH9")
27#pragma map(tgamma, "\174\174TGMAH9")
28#endif
29#endif
30#endif /* __has_include_next(<math.h>) */
31#endif /* __ZOS_WRAPPERS_MATH_H */
#define fabs(__x)
Definition tgmath.h:549