Home
last modified time | relevance | path

Searched refs:vec_floor (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h57 fx = vec_floor(fx);
DPacketMath.h645 res.v4f[0] = vec_floor(a.v4f[0]);
646 res.v4f[1] = vec_floor(a.v4f[1]);
649 template<> EIGEN_STRONG_INLINE Packet2d pfloor<Packet2d>(const Packet2d& a) { return vec_floor(a); }
/external/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c634 res_vf = vec_floor(vf); in test1()
638 res_vd = vec_floor(vd); in test1()
Dbuiltins-systemz-zvector.c2952 vd = vec_floor(vd); in test_float()
Dbuiltins-ppc-altivec.c1216 res_vf = vec_floor(vf); in test6()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h411 template<> EIGEN_STRONG_INLINE Packet4f pfloor<Packet4f>(const Packet4f& a) { return vec_floor(a); }
927 template<> EIGEN_STRONG_INLINE Packet2d pfloor<Packet2d>(const Packet2d& a) { return vec_floor(a); }
/external/clang/lib/Headers/
Daltivec.h2227 static __inline__ vector float __ATTRS_o_ai vec_floor(vector float __a) { in vec_floor() function
2236 static __inline__ vector double __ATTRS_o_ai vec_floor(vector double __a) { in vec_floor() function
Dvecintrin.h7370 vec_floor(vector double __a) { in vec_floor() function
/external/valgrind/none/tests/ppc32/
DtestVMX.c1846 Faux1.v = vec_floor( Fcons1 ); in part1()