Home
last modified time | relevance | path

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

/llvm-project/libc/src/math/generic/
H A Datan2f.cpp102 // final_sign = sign of the final result in atan2f_double_double() argument
275 double final_sign = IS_NEG[(x_sign != y_sign) != recip]; global() variable
H A Datanf.cpp84 double x_d, const_term, final_sign; global() variable