HomeSort by relevance Sort by last modified time
    Searched refs:sinhf (Results 151 - 170 of 170) sorted by null

1 2 3 4 5 67

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 319 float sinhf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 319 float sinhf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 319 float sinhf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 319 float sinhf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 88 inline float sinhf(float v) { return __sinhf(v); } function
  /bionic/tests/
math_test.cpp 460 TEST(math, sinhf) {
461 ASSERT_FLOAT_EQ(0.0f, sinhf(0.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 383 return sinhf(x);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 168 static_assert((std::is_same<decltype(sinhf(0)), float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 168 static_assert((std::is_same<decltype(sinhf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 383 static_assert((std::is_same<decltype(std::sinhf(0)), float>::value), "");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 383 static_assert((std::is_same<decltype(std::sinhf(0)), float>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 936 milliseconds

1 2 3 4 5 67