Home
last modified time | relevance | path

Searched refs:coshl (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/config/
D_como.h96 # define coshl cosh macro
118 # define coshl cosh macro
168 # define coshl cosh macro
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h66 coshl, enumerator
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp171 TLI.setUnavailable(LibFunc::coshl); in initialize()
/external/stlport/stlport/stl/
D_cmath.h97 inline long double coshl(long double v) { return __coshl(v); } in coshl() function
/external/clang/lib/Headers/
Dtgmath.h336 __tg_cosh(long double __x) {return coshl(__x);} in __tg_cosh()