Home
last modified time | relevance | path

Searched refs:v4f (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h45 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 …]
DMathFunctions.h99 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]);
DComplex.h144 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/
D2004-08-20-PackedControlFlow.ll3 %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/
D2004-08-20-PackedControlFlow.ll3 %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/
Dopenglsupport.cpp240 VERIFY_UNIFORM(fv,v4f, Vector4f); in test_openglsupport()
/external/python/cpython2/Modules/
Dcstubs1340 void v4f float s[4]
Dglmodule.c6988 v4f( arg1 ); in gl_v4f()