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

  /art/runtime/arch/x86/
entrypoints_init_x86.cc 67 qpoints->pAcos = acos;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 90 qpoints->pAcos = acos;
  /art/runtime/
entrypoints_order_test.cc 237 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pSin, pAcos, sizeof(void*));
238 EXPECT_OFFSET_DIFFNP(QuickEntryPoints, pAcos, pAsin, sizeof(void*));
thread.cc     [all...]
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 143 qpoints->pAcos = acos;
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 165 qpoints->pAcos = acos;
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 167 qpoints->pAcos = acos;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 344 qpoints->pAcos = acos;
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 382 Packet pacos(const Packet& a) { using std::acos; return acos(a); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/functors/
UnaryFunctors.h 444 EIGEN_DEVICE_FUNC inline Packet packetOp(const Packet& a) const { return internal::pacos(a); }
  /external/eigen/test/
packetmath.cpp 359 CHECK_CWISE1_IF(PacketTraits::HasACos, std::acos, internal::pacos);
  /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 591 milliseconds