Home
last modified time | relevance | path

Searched defs:u_hi_sq (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dsincos_eval.h37 double u_hi_sq = u.hi * u.hi; // Error < ulp(u_hi^2) < 2^(-6 - 52) = 2^-58. sincos_eval() local
[all...]
H A Dtan.cpp74 double u_hi_sq = u.hi * u.hi; // Error < ulp(u_hi^2) < 2^(-6 - 52) = 2^-58. tan_eval() local