Home
last modified time | relevance | path

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

/llvm-project/libc/src/math/generic/
H A Dcos.cpp157 double r_upper = rr.hi + rlp; // (rr.lo + ERR); global() variable
H A Dsin.cpp168 double r_upper = rr.hi + rlp; // (rr.lo + ERR); global() variable
H A Dpowf.cpp828 float r_upper = static_cast<float>(cpp::bit_cast<double>(r_u + ERR)); global() variable