| /freebsd/contrib/netbsd-tests/lib/libm/ |
| H A D | t_libm.h | 11 long double epsilon = epsilon_; \ 15 if (!(r == expect || e <= epsilon)) \ 19 subtest, arg, r, r, expect, expect, e, e, epsilon); \
|
| /freebsd/usr.bin/calendar/ |
| H A D | sunpos.c | 103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local 117 epsilon = 23.452 - 0.013 * T; /* 7 */ in sunpos() 118 fixup(&epsilon); in sunpos() 122 alpha = ATAN(TAN(lambda) * COS(epsilon)); /* 9 */ in sunpos() 134 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */ in sunpos() 172 comp("epsilon", epsilon, fixup(&expepsilon)); in sunpos()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | limits | 35 static constexpr T epsilon() noexcept; 153 …[[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT { return… 200 …[[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT { return… 249 …[[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT { return… 294 …[[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT { return… 351 …[[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT { return… 408 …[[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT { return… 469 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type epsilon() _NOEXCEPT { 470 return __base::epsilon();
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | limits | 35 static constexpr T epsilon() noexcept; 147 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static type epsilon() _NOEXCEPT { return type(); } 204 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static type epsilon() _NOEXCEPT { return type(0); } 255 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static type epsilon() _NOEXCEPT { return type(0); } 300 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static type epsilon() _NOEXCEPT { return __FLT_EPSILON__; } 349 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static type epsilon() _NOEXCEPT { return __DBL_EPSILON__; } 398 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static type epsilon() _NOEXCEPT { return __LDBL_EPSILON__;… 451 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static type epsilon() _NOEXCEPT { return __base::epsilon()…
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | test.ini | 37 beta = epsilon
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | scanfloat_test.c | 43 _eq(long double epsilon, long double a, long double b) in _eq() argument 48 return (delta <= epsilon); in _eq()
|
| /freebsd/crypto/openssh/regress/unittests/test_helper/ |
| H A D | test_helper.c | 611 const double epsilon = 0.000000001; in assert_double() local 615 if (fabs(aa1 - aa2) < epsilon) in assert_double() 619 if (fabs(aa1 - aa2) >= epsilon) in assert_double()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_flags.inc | 29 // FIXME: should this be specified in units of epsilon instead?
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentHTMLNamedCharacterReferences.td | 124 def : NCR<"epsilon", 0x003B5>;
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 2304 wlc_phy_papd_decode_epsilon(u32 epsilon, s32 *eps_real, s32 *eps_imag) in wlc_phy_papd_decode_epsilon() argument 2306 *eps_imag = (epsilon >> 13); in wlc_phy_papd_decode_epsilon() 2310 *eps_real = (epsilon & 0x1fff); in wlc_phy_papd_decode_epsilon()
|
| H A D | phy_int.h | 936 void wlc_phy_papd_decode_epsilon(u32 epsilon, s32 *eps_real, s32 *eps_imag);
|
| /freebsd/usr.bin/units/ |
| H A D | definitions.units | 103 epsilon 1.0 /mu/c2
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 3040 void setEpsilon(double epsilon); 3104 Approx& epsilon( T const& newEpsilon ) { in epsilon() function in Catch::Detail::Approx 3407 WithinRelMatcher(double target, double epsilon); 3649 ApproxMatcher& epsilon( T const& newEpsilon ) { in epsilon() function 3650 approx.epsilon(newEpsilon); in epsilon() 7785 : m_epsilon( std::numeric_limits<float>::epsilon()*100 ), in Approx() 11486 WithinRelMatcher::WithinRelMatcher(double target, double epsilon): in WithinRelMatcher() argument 11488 m_epsilon(epsilon){ in WithinRelMatcher() 11524 return Floating::WithinRelMatcher(target, std::numeric_limits<double>::epsilon() * 100); in WithinRel() 11532 return Floating::WithinRelMatcher(target, std::numeric_limits<float>::epsilon() * 100); in WithinRel()
|
| /freebsd/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1700 const double epsilon = in DoubleNearPredFormat() local 1709 abs_error < epsilon) { in DoubleNearPredFormat() 1718 << epsilon in DoubleNearPredFormat()
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 23388 …ower bound to determine whether any two of $n$ real numbers are within $\epsilon$ of each other is…
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 21202 # lisaterm from ulysses!gamma!epsilon!mb2c!jed (John E. Duncan III) via BRL;
|
| /freebsd/share/dict/ |
| H A D | web2 | 63997 epsilon
|