Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector2-constrained.c487 vf = vec_floor(vf); in test_float()
493 vd = vec_floor(vd); in test_float()
Dbuiltins-systemz-zvector-constrained.c301 vd = vec_floor(vd); in test_float()
Dbuiltins-systemz-zvector2.c790 vf = vec_floor(vf); in test_float()
796 vd = vec_floor(vd); in test_float()
Dbuiltins-systemz-zvector.c4537 vd = vec_floor(vd); in test_float()
/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/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c649 res_vf = vec_floor(vf); in test1()
653 res_vd = vec_floor(vd); in test1()
Dbuiltins-ppc-altivec.c1389 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/llvm-project/clang/lib/Headers/
Dvecintrin.h9119 vec_floor(__vector float __a) { in vec_floor() function
9126 vec_floor(__vector double __a) { in vec_floor() function
Daltivec.h3650 static __inline__ vector float __ATTRS_o_ai vec_floor(vector float __a) { in vec_floor() function
3659 static __inline__ vector double __ATTRS_o_ai vec_floor(vector double __a) { in vec_floor() function
/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