File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
#include " src/__support/FPUtil/sqrt.h"
15
15
#include " src/__support/macros/config.h"
16
16
#include " src/__support/macros/optimization.h" // LIBC_UNLIKELY
17
- #include " src/math/generic/common_constants.h"
18
17
#include " src/__support/math/explogxf.h"
18
+ #include " src/math/generic/common_constants.h"
19
19
20
20
namespace LIBC_NAMESPACE_DECL {
21
21
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " src/math/acoshf16.h"
10
- #include " src/__support/math/explogxf.h"
11
10
#include " hdr/errno_macros.h"
12
11
#include " hdr/fenv_macros.h"
13
12
#include " src/__support/FPUtil/FEnvImpl.h"
20
19
#include " src/__support/common.h"
21
20
#include " src/__support/macros/config.h"
22
21
#include " src/__support/macros/optimization.h"
22
+ #include " src/__support/math/explogxf.h"
23
23
24
24
namespace LIBC_NAMESPACE_DECL {
25
25
Original file line number Diff line number Diff line change 13
13
#include " src/__support/FPUtil/sqrt.h"
14
14
#include " src/__support/macros/config.h"
15
15
#include " src/__support/macros/optimization.h" // LIBC_UNLIKELY
16
- #include " src/math/generic/common_constants.h"
17
16
#include " src/__support/math/explogxf.h"
17
+ #include " src/math/generic/common_constants.h"
18
18
19
19
namespace LIBC_NAMESPACE_DECL {
20
20
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " src/math/asinhf16.h"
10
- #include " src/__support/math/explogxf.h"
11
10
#include " hdr/fenv_macros.h"
12
11
#include " src/__support/FPUtil/FEnvImpl.h"
13
12
#include " src/__support/FPUtil/FPBits.h"
20
19
#include " src/__support/common.h"
21
20
#include " src/__support/macros/config.h"
22
21
#include " src/__support/macros/optimization.h"
22
+ #include " src/__support/math/explogxf.h"
23
23
24
24
namespace LIBC_NAMESPACE_DECL {
25
25
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " src/math/atanhf16.h"
10
- #include " src/__support/math/explogxf.h"
11
10
#include " hdr/errno_macros.h"
12
11
#include " hdr/fenv_macros.h"
13
12
#include " src/__support/FPUtil/FEnvImpl.h"
19
18
#include " src/__support/common.h"
20
19
#include " src/__support/macros/config.h"
21
20
#include " src/__support/macros/optimization.h"
21
+ #include " src/__support/math/explogxf.h"
22
22
23
23
namespace LIBC_NAMESPACE_DECL {
24
24
Original file line number Diff line number Diff line change 8
8
9
9
#include " src/math/exp2.h"
10
10
#include " common_constants.h" // Lookup tables EXP2_MID1 and EXP_M2.
11
- #include " src/__support/math/explogxf.h" // ziv_test_denorm.
12
11
#include " src/__support/CPP/bit.h"
13
12
#include " src/__support/CPP/optional.h"
14
13
#include " src/__support/FPUtil/FEnvImpl.h"
24
23
#include " src/__support/integer_literals.h"
25
24
#include " src/__support/macros/config.h"
26
25
#include " src/__support/macros/optimization.h" // LIBC_UNLIKELY
26
+ #include " src/__support/math/explogxf.h" // ziv_test_denorm.
27
27
28
28
namespace LIBC_NAMESPACE_DECL {
29
29
Original file line number Diff line number Diff line change 8
8
9
9
#include " src/math/expm1.h"
10
10
#include " common_constants.h" // Lookup tables EXP_M1 and EXP_M2.
11
- #include " src/__support/math/explogxf.h" // ziv_test_denorm.
12
11
#include " src/__support/CPP/bit.h"
13
12
#include " src/__support/CPP/optional.h"
14
13
#include " src/__support/FPUtil/FEnvImpl.h"
25
24
#include " src/__support/integer_literals.h"
26
25
#include " src/__support/macros/config.h"
27
26
#include " src/__support/macros/optimization.h" // LIBC_UNLIKELY
27
+ #include " src/__support/math/explogxf.h" // ziv_test_denorm.
28
28
29
29
#if ((LIBC_MATH & LIBC_MATH_SKIP_ACCURATE_PASS) != 0)
30
30
#define LIBC_MATH_EXPM1_SKIP_ACCURATE_PASS
You can’t perform that action at this time.
0 commit comments