Searched defs:N_EXCEPTS (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libc/src/math/generic/ | ||
H A D | cosf.cpp | 25 static constexpr size_t N_EXCEPTS = 6; global() variable |
H A D | sincosf.cpp | 24 static constexpr int N_EXCEPTS = 6; global() variable |
H A D | tanf.cpp | 26 constexpr size_t N_EXCEPTS = 6; global() variable |
H A D | acosf.cpp | 24 static constexpr size_t N_EXCEPTS = 4; global() variable |
H A D | asinf.cpp | 25 static constexpr size_t N_EXCEPTS = 2; global() variable |