Searched refs:eps2 (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 208 // In infinite precision, with 0 <= eps1, eps2 <= U = 2^-HW: 211 // x_UQ0_hw = (1/b_hw + e_n) * (1 - e_n*b_hw + 2*eps1) - eps2 212 // = 1/b_hw - e_n + 2*eps1/b_hw + e_n - e_n^2*b_hw + 2*e_n*eps1 - eps2 213 // = 1/b_hw + 2*eps1/b_hw - e_n^2*b_hw + 2*e_n*eps1 - eps2 214 // e_{n+1} = -e_n^2*b_hw + 2*eps1/b_hw + 2*e_n*eps1 - eps2 215 // = 2*e_n*eps1 - (e_n^2*b_hw + eps2) + 2*eps1/b_hw 293 // With 0 <= eps1, eps2 < 2^-W 294 // E_N = 4 * E_{N-1} * eps1 - (E_{N-1}^2 * b + 4 * eps2) + 4 * eps1 / b
|
/openbsd/usr.bin/lex/ |
H A D | main.c | 98 int sectnum, nummt, hshcol, dfaeql, numeps, eps2, num_reallocs; variable 824 numeps, eps2); in flexend() 1400 numecs = numeps = eps2 = num_reallocs = hshcol = dfaeql = totnst = in flexinit()
|
H A D | nfa.c | 684 ++eps2; in mkxtion()
|
H A D | flexdef.h | 637 extern int sectnum, nummt, hshcol, dfaeql, numeps, eps2, num_reallocs;
|