Home | History | Annotate | Download | only in base

Lines Matching full:invpio2

200    * invpio2:  53 bits of 2/pi
213 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */
261 n = static_cast<int32_t>(t * invpio2 + half);