Searched refs:epsilon (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/netbsd-tests/lib/libm/
H A Dt_libm.h11 long double epsilon = epsilon_; \
15 if (r != expect && e > epsilon) \
19 subtest, arg, r, r, expect, expect, e, e, epsilon); \
/freebsd-10-stable/contrib/groff/font/devps/generate/
H A Dlgreekmap8 epsilon *e
H A Dsymbolchars41 epsilon *e
/freebsd-10-stable/contrib/libstdc++/include/std/
H A Dstd_limits.h294 /** The @e machine @e epsilon: the difference between 1 and the least
296 static _Tp epsilon() throw() { return static_cast<_Tp>(0); } function in struct:numeric_limits
332 static bool epsilon() throw() function in struct:numeric_limits
386 static char epsilon() throw() function in struct:numeric_limits
437 static signed char epsilon() throw() function in struct:numeric_limits
488 static unsigned char epsilon() throw() function in struct:numeric_limits
539 static wchar_t epsilon() throw() function in struct:numeric_limits
590 static short epsilon() throw() function in struct:numeric_limits
641 static unsigned short epsilon() throw() function in struct:numeric_limits
692 static int epsilon() thro function in struct:numeric_limits
743 static unsigned int epsilon() throw() function in struct:numeric_limits
794 static long epsilon() throw() function in struct:numeric_limits
845 static unsigned long epsilon() throw() function in struct:numeric_limits
896 static long long epsilon() throw() function in struct:numeric_limits
947 static unsigned long long epsilon() throw() function in struct:numeric_limits
998 static float epsilon() throw() function in struct:numeric_limits
1055 static double epsilon() throw() function in struct:numeric_limits
1112 static long double epsilon() throw() function in struct:numeric_limits
[all...]
/freebsd-10-stable/usr.bin/calendar/
H A Dsunpos.c103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; local
117 epsilon = 23.452 - 0.013 * T; /* 7 */
118 fixup(&epsilon);
122 alpha = ATAN(TAN(lambda) * COS(epsilon)); /* 9 */
134 *DEC = ASIN(SIN(lambda) * SIN(epsilon)); /* 10 */
172 comp("epsilon", epsilon, fixup(&expepsilon));
/freebsd-10-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp590 register double epsilon; local
603 epsilon = 1.0 / resolution;
612 xs += epsilon * ys;
614 ys -= epsilon * xs;
/freebsd-10-stable/lib/libc/tests/stdio/
H A Dscanfloat_test.c46 _eq(long double epsilon, long double a, long double b) argument
51 return (delta <= epsilon);
/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp500 double epsilon = lt.dash_width/(rad*100.0); local
509 0, M_PI/4.0 - epsilon, slt, vert_gap_width, &offset);
518 M_PI/2, 3*M_PI/4.0 - epsilon, slt, hor_gap_width, &offset);
527 M_PI, 5.0*M_PI/4.0 - epsilon, slt, vert_gap_width, &offset);
536 3*M_PI/2, 7*M_PI/4 - epsilon, slt, hor_gap_width, &offset);

Completed in 696 milliseconds