Searched refs:E_N (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | bmhParser.cpp | 32 #define E_N Exemplary::kNo macro 38 { "", MarkType::kNone, R_Y, E_N, 0 } 39 , { "A", MarkType::kAnchor, R_N, E_N, 0 } 40 , { "Alias", MarkType::kAlias, R_N, E_N, M_ST | M(Const) } 41 , { "Bug", MarkType::kBug, R_N, E_N, M_CSST | M_MDCM | M_E 44 , { "Code", MarkType::kCode, R_K, E_N, M_CSST | M_E | M_MD | M(Typedef) } 45 , { "", MarkType::kColumn, R_Y, E_N, M(Row) } 46 , { "", MarkType::kComment, R_N, E_N, 0 } 49 , { "Description", MarkType::kDescription, R_Y, E_N, M(Example) | M(NoExample) } 50 , { "Details", MarkType::kDetails, R_N, E_N, M(Const) } [all …]
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | fp_div_impl.inc | 294 // E_N = 4 * E_{N-1} * eps1 - (E_{N-1}^2 * b + 4 * eps2) + 4 * eps1 / b 295 // abs(E_N) <= 2^-W * [ 4 * abs(E_{N-1}) + max(2 * abs(E_{N-1})^2 * 2^W + 4, 8)) ] 296 // abs(E_N) <= 2^-W * [ 4 * (u_{N-1} + 3.01) * 2^-HW + max(4 + 2 * (u_{N-1} + 3.01)^2, 8) ]
|