Searched defs:kIEEE_one_minus_2_epsilon (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/geometry/ | ||
H A D | GrPathUtils.cpp | 566 constexpr static uint32_t kIEEE_one_minus_2_epsilon = (127 << 23) - 2 * (1 << (24 - 11)); in findCubicConvex180Chops() local |
Completed in 6 milliseconds