Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Datan2f.cpp102 float atan2f_double_double(double num_d, double den_d, double q_d, int idx, in atan2f_double_double()
251 double num_d = static_cast<double>(num_f); variable