Searched refs:coshl (Results 1 - 6 of 6) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h96 # define coshl cosh macro
118 # define coshl cosh macro
168 # define coshl cosh macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h162 /// long double coshl(long double x);
163 coshl, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp97 "coshl",
381 TLI.setUnavailable(LibFunc::coshl);
/external/stlport/stlport/stl/
H A D_cmath.h97 inline long double coshl(long double v) { return __coshl(v); } function
/external/clang/lib/Headers/
H A Dtgmath.h336 __tg_cosh(long double __x) {return coshl(__x);}
/external/clang/lib/include/
H A Dtgmath.h336 __tg_cosh(long double __x) {return coshl(__x);}

Completed in 602 milliseconds