Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/math/generic/
H A Ddp_trig.cpp64 static constexpr uint64_t TwoPI[] = {0xc90fdaa22168c234, 0xc4c6628b80dc1cd1, variable
86 return mod_impl(x, TwoPI, InvTwoPI, TwoPIExponent, InvTwoPIExponent); in mod_2pi()
94 return mod_impl(x, TwoPI, InvTwoPI, TwoPIExponent - 2, InvTwoPIExponent + 2); in mod_pi_over_2()
102 return mod_impl(x, TwoPI, InvTwoPI, TwoPIExponent - 3, InvTwoPIExponent + 3); in mod_pi_over_4()