Searched refs:v4f (Results 1 – 9 of 9) sorted by relevance
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | PacketMath.h | 45 Packet2d v4f[2]; member 268 splat.v4f[0] = vec_splat(from.v4f[0], 0); 269 splat.v4f[1] = splat.v4f[0]; 272 splat.v4f[0] = vec_splat(from.v4f[0], 1); 273 splat.v4f[1] = splat.v4f[0]; 276 splat.v4f[0] = vec_splat(from.v4f[1], 0); 277 splat.v4f[1] = splat.v4f[0]; 280 splat.v4f[0] = vec_splat(from.v4f[1], 1); 281 splat.v4f[1] = splat.v4f[0]; 312 first.v4f[0] = vec_sld(first.v4f[0], first.v4f[1], 8); [all …]
|
D | MathFunctions.h | 99 res.v4f[0] = pexp<Packet2d>(x.v4f[0]); 100 res.v4f[1] = pexp<Packet2d>(x.v4f[1]); 114 res.v4f[0] = psqrt<Packet2d>(x.v4f[0]); 115 res.v4f[1] = psqrt<Packet2d>(x.v4f[1]); 128 res.v4f[0] = prsqrt<Packet2d>(x.v4f[0]); 129 res.v4f[1] = prsqrt<Packet2d>(x.v4f[1]);
|
D | Complex.h | 144 res.v.v4f[0] = pconj(Packet1cd(reinterpret_cast<Packet2d>(a.v.v4f[0]))).v; 145 res.v.v4f[1] = pconj(Packet1cd(reinterpret_cast<Packet2d>(a.v.v4f[1]))).v; 169 …res.v.v4f[0] = pmul(Packet1cd(reinterpret_cast<Packet2d>(a.v.v4f[0])), Packet1cd(reinterpret_cast<… 170 …res.v.v4f[1] = pmul(Packet1cd(reinterpret_cast<Packet2d>(a.v.v4f[1])), Packet1cd(reinterpret_cast<…
|
/external/llvm/test/Other/ |
D | 2004-08-20-PackedControlFlow.ll | 3 %v4f = type <4 x float> 4 @foo = external global %v4f ; <%v4f*> [#uses=1] 5 @bar = external global %v4f ; <%v4f*> [#uses=1] 11 store %v4f %t2, %v4f* @bar 15 %t2 = fadd %v4f %t0, %t0 ; <%v4f> [#uses=1] 19 %t0 = load %v4f, %v4f* @foo ; <%v4f> [#uses=2]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | 2004-08-20-PackedControlFlow.ll | 3 %v4f = type <4 x float> 4 @foo = external global %v4f ; <%v4f*> [#uses=1] 5 @bar = external global %v4f ; <%v4f*> [#uses=1] 11 store %v4f %t2, %v4f* @bar 15 %t2 = fadd %v4f %t0, %t0 ; <%v4f> [#uses=1] 19 %t0 = load %v4f, %v4f* @foo ; <%v4f> [#uses=2]
|
/external/swiftshader/third_party/LLVM/test/Other/ |
D | 2004-08-20-PackedControlFlow.ll | 3 %v4f = type <4 x float> 4 @foo = external global %v4f ; <%v4f*> [#uses=1] 5 @bar = external global %v4f ; <%v4f*> [#uses=1] 11 store %v4f %t2, %v4f* @bar 15 %t2 = fadd %v4f %t0, %t0 ; <%v4f> [#uses=1] 19 %t0 = load %v4f* @foo ; <%v4f> [#uses=2]
|
/external/eigen/unsupported/test/ |
D | openglsupport.cpp | 240 VERIFY_UNIFORM(fv,v4f, Vector4f); in test_openglsupport()
|
/external/python/cpython2/Modules/ |
D | cstubs | 1340 void v4f float s[4]
|
D | glmodule.c | 6988 v4f( arg1 ); in gl_v4f()
|