Home
last modified time | relevance | path

Searched refs:Floating (Results 1 - 7 of 7) sorted by relevance

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1019 typedef testing::internal::FloatingPoint<RawType> Floating; typedef in testing::gmock_matchers_test::__anon3001::FloatingPointTest
1020 typedef typename Floating::Bits Bits;
1023 : max_ulps_(Floating::kMaxUlps), in FloatingPointTest()
1024 zero_bits_(Floating(0).bits()), in FloatingPointTest()
1025 one_bits_(Floating(1).bits()), in FloatingPointTest()
1026 infinity_bits_(Floating(Floating::Infinity()).bits()), in FloatingPointTest()
1028 Floating::ReinterpretBits(zero_bits_ + max_ulps_ / 2)), in FloatingPointTest()
1030 -Floating::ReinterpretBits(zero_bits_ + max_ulps_ - max_ulps_ / 2)), in FloatingPointTest()
1031 further_from_negative_zero_(-Floating in FloatingPointTest()
[all...]
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim12 " Floating point number with decimal no E or e (+,-)
16 " Floating point like number with E and no decimal point (+,-)
20 " Floating point like number with E and decimal point (+,-)
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc2735 typedef typename testing::internal::FloatingPoint<RawType> Floating; typedef in __anon3058::FloatingPointTest
2736 typedef typename Floating::Bits Bits;
2739 const uint32_t max_ulps = Floating::kMaxUlps;
2742 const Bits zero_bits = Floating(0).bits();
2746 Floating::ReinterpretBits(zero_bits + max_ulps / 2);
2748 -Floating::ReinterpretBits(zero_bits + max_ulps - max_ulps / 2);
2750 -Floating::ReinterpretBits(zero_bits + max_ulps + 1 - max_ulps / 2);
2753 const Bits one_bits = Floating(1).bits();
2756 values_.close_to_one = Floating::ReinterpretBits(one_bits + max_ulps);
2758 Floating
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc559 template <typename Floating>
560 void TestWithMultipleFormatsHelper(const std::vector<Floating> &floats, in TestWithMultipleFormatsHelper()
561 const std::set<Floating> &skip_verify) { in TestWithMultipleFormatsHelper()
592 for (Floating d : floats) { in TestWithMultipleFormatsHelper()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp3426 namespace Floating {
3464 } // namespace Floating
3468 Floating::WithinUlpsMatcher WithinULP(double target, uint64_t maxUlpDiff);
3469 Floating::WithinUlpsMatcher WithinULP(float target, uint64_t maxUlpDiff);
3470 Floating::WithinAbsMatcher WithinAbs(double target, double margin);
3471 Floating::WithinRelMatcher WithinRel(double target, double eps);
3473 Floating::WithinRelMatcher WithinRel(double target);
3474 Floating::WithinRelMatcher WithinRel(float target, float eps);
3476 Floating::WithinRelMatcher WithinRel(float target);
10877 { SIGFPE, "SIGFPE - Floating poin
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DAttributor.cpp104 STATS_DECLTRACK(NAME, Floating, \
6877 SWITCH_PK_CREATE(CLASS, IRP, IRP_FLOAT, Floating) \
6893 SWITCH_PK_CREATE(CLASS, IRP, IRP_FLOAT, Floating) \
6926 SWITCH_PK_CREATE(CLASS, IRP, IRP_FLOAT, Floating) \
/third_party/json/single_include/nlohmann/
H A Djson.hpp16820 [1] Loitsch, "Printing Floating-Point Numbers Quickly and Accurately with
16823 [2] Burger, Dybvig, "Printing Floating-Point Numbers Quickly and Accurately",
20758 to other types. There a few things to note: (1) Floating-point numbers can
21037 to other types. There a few things to note: (1) Floating-point numbers can

Completed in 65 milliseconds