Searched defs:x_d (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libc/src/math/generic/ | ||
H A D | asinhf.cpp | 35 double x_d = x; global() variable |
H A D | atanf.cpp | 35 double x_d = static_cast<double>(x); global() variable |
H A D | acoshf.cpp | 67 double x_d = static_cast<double>(x); global() variable |
H A D | powf.cpp | 588 double x_d = static_cast<double>(x); global() variable |
/llvm-project/libc/test/src/stdfix/ | ||
H A D | ISqrtTest.h | 52 double x_d = 0.0; in testSpecialNumbers() local |
H A D | ExpTest.h | 38 double x_d = 0.0; in test_range_with_step() local |