Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <cmath>
#include <limits>
#include <memory>
#include <string>
#include "gmock/gmock.h"
#include "test/gmock-matchers_test.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
testing | |
testing::gmock_matchers_test | |
testing::gmock_matchers_test::adl_test | |
int threshold_ |
Definition at line 836 of file gmock-matchers-arithmetic_test.cc.
int number_ |
Definition at line 868 of file gmock-matchers-arithmetic_test.cc.
const Bits max_ulps_ |
Definition at line 1095 of file gmock-matchers-arithmetic_test.cc.
const Bits zero_bits_ |
Definition at line 1097 of file gmock-matchers-arithmetic_test.cc.
const Bits one_bits_ |
Definition at line 1098 of file gmock-matchers-arithmetic_test.cc.
const Bits infinity_bits_ |
Definition at line 1099 of file gmock-matchers-arithmetic_test.cc.
const RawType close_to_positive_zero_ |
Definition at line 1102 of file gmock-matchers-arithmetic_test.cc.
const RawType close_to_negative_zero_ |
Definition at line 1103 of file gmock-matchers-arithmetic_test.cc.
const RawType further_from_negative_zero_ |
Definition at line 1104 of file gmock-matchers-arithmetic_test.cc.
const RawType close_to_one_ |
Definition at line 1107 of file gmock-matchers-arithmetic_test.cc.
const RawType further_from_one_ |
Definition at line 1108 of file gmock-matchers-arithmetic_test.cc.
const RawType infinity_ |
Definition at line 1111 of file gmock-matchers-arithmetic_test.cc.
const RawType close_to_infinity_ |
Definition at line 1112 of file gmock-matchers-arithmetic_test.cc.
const RawType further_from_infinity_ |
Definition at line 1113 of file gmock-matchers-arithmetic_test.cc.
const RawType max_ |
Definition at line 1116 of file gmock-matchers-arithmetic_test.cc.
const RawType nan1_ |
Definition at line 1119 of file gmock-matchers-arithmetic_test.cc.
const RawType nan2_ |
Definition at line 1120 of file gmock-matchers-arithmetic_test.cc.