Home
last modified time | relevance | path

Searched defs:epsilon (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/tests/stdio/
H A Dscanfloat_test.c43 _eq(long double epsilon, long double a, long double b) in _eq()
/freebsd/usr.bin/calendar/
H A Dsunpos.c103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1673 const double epsilon = in DoubleNearPredFormat() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3104 Approx& epsilon( T const& newEpsilon ) { in epsilon() function in Catch::Detail::Approx
3649 ApproxMatcher& epsilon( T const& newEpsilon ) { in epsilon() function
11486 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher()