Searched defs:nan_eq_nan (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h1562 // NANs as equal if nan_eq_nan is true. Otherwise, under IEEE standards,
1564 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan) : argument
1565 rhs_(rhs), nan_eq_nan_(nan_eq_nan) {}
1571 Impl(FloatType rhs, bool nan_eq_nan) : argument
1572 rhs_(rhs), nan_eq_nan_(nan_eq_nan) {}
/external/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1892 // NANs as equal if nan_eq_nan is true. Otherwise, under IEEE standards,
1896 FloatingEqMatcher(FloatType expected, bool nan_eq_nan) : argument
1897 expected_(expected), nan_eq_nan_(nan_eq_nan), max_abs_error_(-1) {
1903 FloatingEqMatcher(FloatType expected, bool nan_eq_nan, argument
1906 nan_eq_nan_(nan_eq_nan),
1916 Impl(FloatType expected, bool nan_eq_nan, FloatType max_abs_error) argument
1918 nan_eq_nan_(nan_eq_nan),
/external/v8/testing/gmock/include/gmock/
H A Dgmock-matchers.h1892 // NANs as equal if nan_eq_nan is true. Otherwise, under IEEE standards,
1896 FloatingEqMatcher(FloatType expected, bool nan_eq_nan) : argument
1897 expected_(expected), nan_eq_nan_(nan_eq_nan), max_abs_error_(-1) {
1903 FloatingEqMatcher(FloatType expected, bool nan_eq_nan, argument
1906 nan_eq_nan_(nan_eq_nan),
1916 Impl(FloatType expected, bool nan_eq_nan, FloatType max_abs_error) argument
1918 nan_eq_nan_(nan_eq_nan),
/external/fmtlib/test/gmock/
H A Dgmock.h6472 // NANs as equal if nan_eq_nan is true. Otherwise, under IEEE standards,
6476 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan) : argument
6477 rhs_(rhs), nan_eq_nan_(nan_eq_nan), max_abs_error_(-1) {
6483 FloatingEqMatcher(FloatType rhs, bool nan_eq_nan, FloatType max_abs_error) : argument
6484 rhs_(rhs), nan_eq_nan_(nan_eq_nan), max_abs_error_(max_abs_error) {
6493 Impl(FloatType rhs, bool nan_eq_nan, FloatType max_abs_error) : argument
6494 rhs_(rhs), nan_eq_nan_(nan_eq_nan), max_abs_error_(max_abs_error) {}

Completed in 356 milliseconds