Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/math/generic/
H A Ddp_trig.cpp67 static constexpr int InvTwoPIExponent = -3; 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()