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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2526 double val1,
2529 const double diff = fabs(val1 - val2);
2537 << expr1 << " evaluates to " << val1 << ",\n"
2547 RawType val1,
2549 // Returns success if val1 is less than val2,
2550 if (val1 < val2) {
2554 // or if val1 is almost equal to val2.
2555 const FloatingPoint<RawType> lhs(val1), rhs(val2);
2560 // Note that the above two checks will both fail if either val1 or
2566 << val1;
2523 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
2545 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
2582 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
2589 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]

Completed in 36 milliseconds