Home
last modified time | relevance | path

Searched defs:r_lower (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dcos.cpp158 double r_lower = rr.hi + rlm; // (rr.lo - ERR); global() variable
H A Dsin.cpp169 double r_lower = rr.hi + rlm; // (rr.lo - ERR); global() variable
H A Dpowf.cpp829 float r_lower = static_cast<float>(cpp::bit_cast<double>(r_u - ERR)); global() variable