Home
last modified time | relevance | path

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

/llvm-project/libc/src/math/generic/
H A Dtanhf.cpp82 constexpr double HALF_WAY[2] = {-0.5, 0.5}; global() variable
H A Dexplogxf.h226 constexpr double HALF_WAY[2] = {0.5, -0.5}; exp_pm_eval() local