Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/math/generic/
H A Dcosf.cpp30 if (abstop12(y) < abstop12(PIO4)) {
H A Dsincosf.cpp30 if (abstop12(y) < abstop12(PIO4)) {
H A Dsincosf_utils.h21 static constexpr double PIO4 = 0x1.921fb54442d18p-1; variable