Searched refs:e_ (Results 1 – 3 of 3) sorted by relevance
52 explicit NonConstView(int *b, int *e) : b_(b), e_(e) {} in NonConstView()54 const int *end() { return e_; } // deliberately non-const in end()56 const int *e_; member
11 declare void @e_() sanitize_memory speculatable43 call void @e_()
214 // e_{n+1} = -e_n^2*b_hw + 2*eps1/b_hw + 2*e_n*eps1 - eps2217 // abs(e_{n+1}) <= 2*abs(e_n)*U + max(2*e_n^2 + U, 2 * U)221 // then abs(e_{n+1}) <= 2 * u_n * U^2 + max(2 * u_n^2 * U^2 + U, 2 * U)