Home
last modified time | relevance | path

Searched refs:describeValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libc/utils/FPUtil/
DTestHelpers.cpp37 describeValue(const char *label, ValType value, in describeValue() function
66 template void describeValue<float>(const char *, float,
68 template void describeValue<double>(const char *, double,
70 template void describeValue<long double>(const char *, long double,
DTestHelpers.h22 describeValue(const char *label, ValType value,
54 describeValue("Expected floating point value: ", expected, stream); in explainError()
55 describeValue(" Actual floating point value: ", actual, stream); in explainError()
/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp320 __llvm_libc::fputil::testing::describeValue(" Input bits: ", input, OS); in explainUnaryOperationSingleOutputError()
322 __llvm_libc::fputil::testing::describeValue(" Match bits: ", matchValue, in explainUnaryOperationSingleOutputError()
325 __llvm_libc::fputil::testing::describeValue( in explainUnaryOperationSingleOutputError()
364 __llvm_libc::fputil::testing::describeValue( in explainUnaryOperationTwoOutputsError()
369 __llvm_libc::fputil::testing::describeValue( in explainUnaryOperationTwoOutputsError()
405 __llvm_libc::fputil::testing::describeValue( in explainBinaryOperationTwoOutputsError()
407 __llvm_libc::fputil::testing::describeValue( in explainBinaryOperationTwoOutputsError()
435 __llvm_libc::fputil::testing::describeValue("First input bits: ", input.x, in explainBinaryOperationOneOutputError()
437 __llvm_libc::fputil::testing::describeValue("Second input bits: ", input.y, in explainBinaryOperationOneOutputError()
442 __llvm_libc::fputil::testing::describeValue( in explainBinaryOperationOneOutputError()
[all …]
/external/llvm-project/libc/utils/UnitTest/
DTest.cpp39 describeValue(ValType Value) { in describeValue() function
43 std::string describeValue(std::string Value) { return std::string(Value); } in describeValue() function
47 template <> std::string describeValue<__uint128_t>(__uint128_t Value) { in describeValue() function
67 << Offset << "Which is: " << describeValue(LHS) << '\n' in explainDifference()
69 << Offset << "Which is: " << describeValue(RHS) << '\n'; in explainDifference()