Home
last modified time | relevance | path

Searched refs:IsFloatingPointType (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm-project/libc/utils/FPUtil/
DManipulationFunctions.h25 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
42 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
64 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
72 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
101 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
120 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
DFloatOperations.h22 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
31 cpp::IsFloatingPointType<FloatTypeT<BitsType>>::Value, int> = 0>
38 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
55 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
DClassificationFunctions.h29 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
42 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
60 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
67 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
78 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
DBasicOperations.h20 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
28 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
47 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
66 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
DNearestIntegerOperations.h20 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
52 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
91 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
102 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
DTestHelpers.h21 cpp::EnableIfType<cpp::IsFloatingPointType<ValType>::Value, void>
27 static_assert(__llvm_libc::cpp::IsFloatingPointType<T>::Value,
DTestHelpers.cpp36 cpp::EnableIfType<cpp::IsFloatingPointType<ValType>::Value, void>
DDivisionAndRemainderOperations.h26 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
DSqrt.h91 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
DFPBits.h61 static_assert(cpp::IsFloatingPointType<T>::Value,
DHypot.h119 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.h67 __llvm_libc::cpp::IsFloatingPointType<T>::Value,
76 __llvm_libc::cpp::IsFloatingPointType<T>::Value,
97 static constexpr bool value = cpp::IsFloatingPointType<T>::Value;
213 cpp::IsFloatingPointType<InputType>::Value) ||
216 cpp::IsFloatingPointType<InputType>::Value &&
220 cpp::IsFloatingPointType<OutputType>::Value &&
228 cpp::IsFloatingPointType<OutputType>::Value &&
DMPFRUtils.cpp210 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, double> ulp(T input) { in ulp()
244 cpp::EnableIfType<cpp::IsFloatingPointType<InputType>::Value, MPFRNumber>
274 cpp::EnableIfType<cpp::IsFloatingPointType<InputType>::Value, MPFRNumber>
286 cpp::EnableIfType<cpp::IsFloatingPointType<InputType>::Value, MPFRNumber>
298 cpp::EnableIfType<cpp::IsFloatingPointType<InputType>::Value, MPFRNumber>
/external/llvm-project/libc/utils/CPP/
DTypeTraits.h62 template <typename Type> struct IsFloatingPointType {
71 IsIntegral<Type>::Value || IsFloatingPointType<Type>::Value;
/external/tensorflow/tensorflow/compiler/xla/tests/
Diota_test.cc105 if (primitive_util::IsFloatingPointType(element_type)) { in XLA_TEST_P()
137 if (primitive_util::IsFloatingPointType(element_type)) { in XLA_TEST_P()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomparison_expander.cc69 primitive_util::IsFloatingPointType(lhs->shape().element_type())) { in InstructionMatchesPattern()
87 CHECK(primitive_util::IsFloatingPointType(compare_type)); in ExpandInstruction()
Drng_expander.cc100 if (primitive_util::IsFloatingPointType(result_shape.element_type())) { in GetComputationForRng()
/external/llvm-project/libc/fuzzing/math/
DCompare.h15 __llvm_libc::cpp::EnableIfType<__llvm_libc::cpp::IsFloatingPointType<T>::Value,
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcast_op.cc62 xla::primitive_util::IsFloatingPointType(src_type_) && in Compile()
63 xla::primitive_util::IsFloatingPointType(dst_type_), in Compile()
/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.h139 bool IsFloatingPointType(PrimitiveType type);
Dprimitive_util.cc78 bool IsFloatingPointType(PrimitiveType type) { in IsFloatingPointType() function
/external/llvm-project/lldb/source/Plugins/ABI/X86/
DABIWindows_x86_64.cpp341 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
580 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType()
685 field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
DABISysV_x86_64.cpp334 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()
602 field_compiler_type.IsFloatingPointType(count, is_complex)) { in FlattenAggregateType()
728 } else if (field_compiler_type.IsFloatingPointType(count, is_complex)) { in GetReturnValueObjectImpl()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dconstants.h36 !(primitive_util::IsFloatingPointType(type) || in ConstantR0WithType()
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABISysV_arm.cpp1640 } else if (compiler_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl()
1715 } else if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl()
1733 if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl()
1889 } else if (compiler_type.IsFloatingPointType(count, is_complex)) { in SetReturnValueObject()

12