Searched refs:dot2 (Results 1 - 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dhlo_schedule_test.cc69 HloInstruction* dot2 = builder.AddInstruction( local
73 module->AddEntryComputation(builder.Build(dot2));
77 streams->StreamNumberForHlo(*dot2));
82 HloVec({dot1, dot2}));
84 // Parameters x,y,z are mutually unordered, while dot1 and dot2 are
88 EXPECT_TRUE(order->ExecutesBefore(x, dot2));
90 EXPECT_TRUE(order->ExecutesBefore(y, dot2));
91 EXPECT_TRUE(order->ExecutesBefore(z, dot2));
92 EXPECT_TRUE(order->ExecutesBefore(dot1, dot2));
108 EXPECT_FALSE(order->ExecutesBefore(dot2,
197 HloInstruction* dot2 = builder.AddInstruction( local
[all...]
H A Dstream_assignment_test.cc45 HloInstruction* dot2 = builder.AddInstruction( local
49 module->AddEntryComputation(builder.Build(dot2));
53 assignment->StreamNumberForHlo(*dot2));
64 HloInstruction* dot2 = builder.AddInstruction( local
67 HloInstruction::CreateBinary(f32_2x2_, HloOpcode::kAdd, dot1, dot2));
74 assignment->StreamNumberForHlo(*dot2));
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DDormandPrince54StepInterpolator.java203 final double dot2 = 1 - twoTheta;
209 interpolatedDerivatives[i] = v1[i] + dot2 * v2[i] + dot3 * v3[i] + dot4 * v4[i];
H A DGraggBulirschStoerStepInterpolator.java322 final double dot2 = theta * (2 - 3 * theta) / h;
332 interpolatedDerivatives[i] = dot1 * p1 + dot2 * p2 + dot3 * p3;
H A DDormandPrince853StepInterpolator.java364 final double dot2 = theta * (2 - 3 * theta);
379 interpolatedDerivatives[i] = v[0][i] + dot1 * v[1][i] + dot2 * v[2][i] +
/external/swiftshader/src/Shader/
H A DShaderCore.cpp460 Float4 dot2(const Vector4f &v0, const Vector4f &v1) function in namespace:sw
853 dst = Sqrt(dot2(src, src));
875 Float4 dot2 = dx * dx + dy * dy; local
876 dst = Sqrt(dot2);
910 Float4 t = dot2(src0, src1);
920 Float4 t = dot2(src0, src1) + src2.x;
1323 Int4 flip = CmpNLT(dot2(Nref, I), Float4(0.0f)) & Int4(0x80000000);
1357 Float4 d = dot2(N, I);
1394 Float4 d = dot2(N, I);
1462 Float4 dot = dot2(sr
[all...]
H A DShaderCore.hpp80 Float4 dot2(const Vector4f &v0, const Vector4f &v1);
/external/deqp/modules/gles2/functional/
H A Des2fMultisampleTests.cpp104 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); local
107 return (dot0 > 0) == (dot1 > 0) && (dot1 > 0) == (dot2 > 0) && (dot2 > 0) == (dot3 > 0);
/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp106 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); local
109 return (dot0 > 0) == (dot1 > 0) && (dot1 > 0) == (dot2 > 0) && (dot2 > 0) == (dot3 > 0);
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 184 milliseconds