llvm-project/libc/utils/FPUtil
Siva Chandra Reddy e7e71e9454 [libc][NFC] Remove few deprecated FPUtil header files and test patterns.
Few tests have been converted to the new test patterns to facilitate
this.
2021-06-30 22:09:23 +00:00
..
aarch64 [libc][Obvious] Fix typo in implementation of aarch64 clearExcept. 2021-06-28 23:17:37 -07:00
generic [libc] Add implementation of expm1f. 2021-06-10 14:58:34 -04:00
x86_64 [libc] Allow reading and writing __FE_DENORM if available on x86_64. 2021-06-30 17:32:24 +00:00
BasicOperations.h [libc] Make FPBits a union. 2021-04-13 09:21:35 -07:00
CMakeLists.txt [libc][NFC] Remove few deprecated FPUtil header files and test patterns. 2021-06-30 22:09:23 +00:00
DivisionAndRemainderOperations.h [libc] Make FPBits a union. 2021-04-13 09:21:35 -07:00
DummyFEnv.h [libc] Add implementations of the remaining fenv functions. 2021-02-18 13:29:40 -08:00
FEnv.h [libc] Extend the current fenv functions to aarch64. 2021-01-19 12:47:54 -08:00
FMA.h [libc] Add hardware implementations of fma and fmaf for x86_64 and aarch64. 2021-04-21 04:31:27 +00:00
FPBits.h [libc] Add few macro definitions to make it easy to accommodate Windows. 2021-06-18 07:17:36 +00:00
FloatProperties.h [libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h. 2020-06-01 08:36:59 -07:00
Hypot.h [libc][NFC] Make conversion from FPBits to the float point type explicit. 2021-04-17 05:22:20 +00:00
LongDoubleBitsX86.h [libc] Make FPBits a union. 2021-04-13 09:21:35 -07:00
ManipulationFunctions.h [libc] Add few macro definitions to make it easy to accommodate Windows. 2021-06-18 07:17:36 +00:00
NearestIntegerOperations.h [libc][NFC] Make conversion from FPBits to the float point type explicit. 2021-04-17 05:22:20 +00:00
NextAfterLongDoubleX86.h [libc] Make FPBits a union. 2021-04-13 09:21:35 -07:00
NormalFloat.h [libc] Add few macro definitions to make it easy to accommodate Windows. 2021-06-18 07:17:36 +00:00
PlatformDefs.h [libc] Add few macro definitions to make it easy to accommodate Windows. 2021-06-18 07:17:36 +00:00
PolyEval.h [libc] Add implementation of expm1f. 2021-06-10 14:58:34 -04:00
Sqrt.h [libc] Add few macro definitions to make it easy to accommodate Windows. 2021-06-18 07:17:36 +00:00
SqrtLongDoubleX86.h [libc] Add few macro definitions to make it easy to accommodate Windows. 2021-06-18 07:17:36 +00:00
TestHelpers.cpp [libc] Make FPBits a union. 2021-04-13 09:21:35 -07:00
TestHelpers.h [libc][NFC] Make conversion from FPBits to the float point type explicit. 2021-04-17 05:22:20 +00:00