HomeSort by relevance Sort by last modified time
    Searched full:ptanh (Results 1 - 16 of 16) sorted by null

  /art/runtime/arch/x86/
entrypoints_init_x86.cc 82 qpoints->pTanh = tanh;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 105 qpoints->pTanh = tanh;
  /art/runtime/
entrypoints_order_test.cc 252 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pTan, pTanh, sizeof(void*));
253 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pTanh, pFmod, sizeof(void*));
thread.cc     [all...]
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 158 qpoints->pTanh = tanh;
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 180 qpoints->pTanh = tanh;
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 182 qpoints->pTanh = tanh;
  /external/eigen/Eigen/src/Core/arch/AVX/
MathFunctions.h 271 ptanh<Packet8f>(const Packet8f& x) { function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 530 ptanh<Packet4f>(const Packet4f& x) { function in namespace:Eigen::internal
  /external/eigen/test/
packetmath.cpp 372 CHECK_CWISE1_IF(PacketTraits::HasTanh, std::tanh, internal::ptanh);
405 h.store(data2, internal::ptanh(h.load(data1)));
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 374 qpoints->pTanh = tanh;
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 398 Packet ptanh(const Packet& a) { using std::tanh; return tanh(a); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/functors/
UnaryFunctors.h 503 EIGEN_DEVICE_FUNC inline Packet packetOp(const Packet& x) const { return ptanh(x); }
  /system/core/libbacktrace/testdata/arm/
libart.so 
  /system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libart.so 
  /system/core/libunwindstack/tests/files/offline/jit_debug_arm/
libart.so 

Completed in 475 milliseconds