HomeSort by relevance Sort by last modified time
    Searched refs:sinhl (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 98 inline long double sinhl(long double v) { return __sinhl(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 98 inline long double sinhl(long double v) { return __sinhl(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 98 inline long double sinhl(long double v) { return __sinhl(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 98 inline long double sinhl(long double v) { return __sinhl(v); } function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 169 static_assert((std::is_same<decltype(sinhl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 365 __tg_sinh(long double __x) {return sinhl(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 365 __tg_sinh(long double __x) {return sinhl(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 371 static_assert((std::is_same<decltype(std::sinhl(0)), long double>::value), "");
    [all...]

Completed in 225 milliseconds

1 2 3 45