/external/llvm-project/libc/utils/FPUtil/ |
D | ManipulationFunctions.h | 25 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>
|
D | FloatOperations.h | 22 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>
|
D | ClassificationFunctions.h | 29 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>
|
D | BasicOperations.h | 20 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>
|
D | NearestIntegerOperations.h | 20 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>
|
D | TestHelpers.h | 21 cpp::EnableIfType<cpp::IsFloatingPointType<ValType>::Value, void> 27 static_assert(__llvm_libc::cpp::IsFloatingPointType<T>::Value,
|
D | TestHelpers.cpp | 36 cpp::EnableIfType<cpp::IsFloatingPointType<ValType>::Value, void>
|
D | DivisionAndRemainderOperations.h | 26 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
|
D | Sqrt.h | 91 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
|
D | FPBits.h | 61 static_assert(cpp::IsFloatingPointType<T>::Value,
|
D | Hypot.h | 119 cpp::EnableIfType<cpp::IsFloatingPointType<T>::Value, int> = 0>
|
/external/llvm-project/libc/utils/MPFRWrapper/ |
D | MPFRUtils.h | 67 __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 &&
|
D | MPFRUtils.cpp | 210 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/ |
D | TypeTraits.h | 62 template <typename Type> struct IsFloatingPointType { 71 IsIntegral<Type>::Value || IsFloatingPointType<Type>::Value;
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | iota_test.cc | 105 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/ |
D | comparison_expander.cc | 69 primitive_util::IsFloatingPointType(lhs->shape().element_type())) { in InstructionMatchesPattern() 87 CHECK(primitive_util::IsFloatingPointType(compare_type)); in ExpandInstruction()
|
D | rng_expander.cc | 100 if (primitive_util::IsFloatingPointType(result_shape.element_type())) { in GetComputationForRng()
|
/external/llvm-project/libc/fuzzing/math/ |
D | Compare.h | 15 __llvm_libc::cpp::EnableIfType<__llvm_libc::cpp::IsFloatingPointType<T>::Value,
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | cast_op.cc | 62 xla::primitive_util::IsFloatingPointType(src_type_) && in Compile() 63 xla::primitive_util::IsFloatingPointType(dst_type_), in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | primitive_util.h | 139 bool IsFloatingPointType(PrimitiveType type);
|
D | primitive_util.cc | 78 bool IsFloatingPointType(PrimitiveType type) { in IsFloatingPointType() function
|
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABIWindows_x86_64.cpp | 341 } 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()
|
D | ABISysV_x86_64.cpp | 334 } 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/ |
D | constants.h | 36 !(primitive_util::IsFloatingPointType(type) || in ConstantR0WithType()
|
/external/llvm-project/lldb/source/Plugins/ABI/ARM/ |
D | ABISysV_arm.cpp | 1640 } 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()
|