Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces
gmock-matchers-arithmetic_test.cc File Reference
#include <cmath>
#include <limits>
#include <memory>
#include <string>
#include "gmock/gmock.h"
#include "test/gmock-matchers_test.h"
#include "gtest/gtest.h"
Include dependency graph for gmock-matchers-arithmetic_test.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 testing
 
 testing::gmock_matchers_test
 
 testing::gmock_matchers_test::adl_test
 

Variable Documentation

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.