Home
last modified time | relevance | path

Searched refs:newEpsilon (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_approx.h91 Approx& epsilon( T const& newEpsilon ) { in epsilon() argument
92 double epsilonAsDouble = static_cast<double>(newEpsilon); in epsilon()
/external/bcc/tests/cc/
Dcatch.hpp2663 Approx& epsilon( double newEpsilon ) { in epsilon() argument
2664 m_epsilon = newEpsilon; in epsilon()
/external/catch2/single_include/catch2/
Dcatch.hpp2811 Approx& epsilon( T const& newEpsilon ) { in epsilon() argument
2812 double epsilonAsDouble = static_cast<double>(newEpsilon); in epsilon()