Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dcos.cpp123 double r_upper = rr.hi + rlp; // (rr.lo + ERR); variable
H A Dsin.cpp134 double r_upper = rr.hi + rlp; // (rr.lo + ERR); variable
H A Dpowf.cpp835 float r_upper = static_cast<float>(cpp::bit_cast<double>(r_u + ERR)); variable