Home
last modified time | relevance | path

Searched refs:e_ (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.transform/
H A Dgeneral.pass.cpp52 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
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Dattributes.ll11 declare void @e_() sanitize_memory speculatable
43 call void @e_()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc214 // e_{n+1} = -e_n^2*b_hw + 2*eps1/b_hw + 2*e_n*eps1 - eps2
217 // 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)