Home
last modified time | relevance | path

Searched defs:APFloatBase (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DAPFloat.h142 struct APFloatBase { struct
143 typedef APInt::WordType integerPart;
144 static constexpr unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
147 typedef int32_t ExponentType;
151 enum Semantics {
220 enum cmpResult {
228 using roundingMode = llvm::RoundingMode;
230 static constexpr roundingMode rmNearestTiesToEven =
232 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;
233 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DAPFloat.h142 struct APFloatBase { struct
143 typedef APInt::WordType integerPart;
144 static constexpr unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
147 typedef int32_t ExponentType;
151 enum Semantics {
220 enum cmpResult {
228 using roundingMode = llvm::RoundingMode;
230 static constexpr roundingMode rmNearestTiesToEven =
232 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;
233 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPFloat.h142 struct APFloatBase { struct
143 typedef APInt::WordType integerPart;
144 static constexpr unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
147 typedef int32_t ExponentType;
151 enum Semantics {
190 enum cmpResult {
198 using roundingMode = llvm::RoundingMode;
200 static constexpr roundingMode rmNearestTiesToEven =
202 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;
203 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DAPFloat.h142 struct APFloatBase { struct
143 typedef APInt::WordType integerPart;
144 static constexpr unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
147 typedef int32_t ExponentType;
151 enum Semantics {
220 enum cmpResult {
228 using roundingMode = llvm::RoundingMode;
230 static constexpr roundingMode rmNearestTiesToEven =
232 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;
233 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DAPFloat.h142 struct APFloatBase { struct
143 typedef APInt::WordType integerPart;
144 static constexpr unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
147 typedef int32_t ExponentType;
151 enum Semantics {
220 enum cmpResult {
228 using roundingMode = llvm::RoundingMode;
230 static constexpr roundingMode rmNearestTiesToEven =
232 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive;
233 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h142 struct APFloatBase { struct
143 typedef APInt::WordType integerPart;
144 static const unsigned integerPartWidth = APInt::APINT_BITS_PER_WORD;
147 typedef int32_t ExponentType;
151 enum Semantics {
177 enum cmpResult {
185 enum roundingMode {
201 enum opStatus {
211 enum fltCategory {
242 class IEEEFloat final : public APFloatBase { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h132 struct APFloatBase { struct
134 typedef signed short ExponentType;
153 enum cmpResult {
161 enum roundingMode {
172 enum opStatus {
182 enum fltCategory {
213 class IEEEFloat final : public APFloatBase { argument