Home
last modified time | relevance | path

Searched refs:dot2 (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc79 HloInstruction* dot2 = in TEST_F() local
83 module->AddEntryComputation(builder.Build(dot2)); in TEST_F()
87 streams->StreamNumberForHlo(*dot2)); in TEST_F()
92 HloVec({dot1, dot2})); in TEST_F()
98 EXPECT_TRUE(order->ExecutesBefore(x, dot2)); in TEST_F()
100 EXPECT_TRUE(order->ExecutesBefore(y, dot2)); in TEST_F()
101 EXPECT_TRUE(order->ExecutesBefore(z, dot2)); in TEST_F()
102 EXPECT_TRUE(order->ExecutesBefore(dot1, dot2)); in TEST_F()
118 EXPECT_FALSE(order->ExecutesBefore(dot2, x)); in TEST_F()
119 EXPECT_FALSE(order->ExecutesBefore(dot2, y)); in TEST_F()
[all …]
Dstream_assignment_test.cc55 HloInstruction* dot2 = in TEST_F() local
59 module->AddEntryComputation(builder.Build(dot2)); in TEST_F()
63 assignment->StreamNumberForHlo(*dot2)); in TEST_F()
74 HloInstruction* dot2 = in TEST_F() local
77 HloInstruction::CreateBinary(f32_2x2_, HloOpcode::kAdd, dot1, dot2)); in TEST_F()
84 assignment->StreamNumberForHlo(*dot2)); in TEST_F()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54StepInterpolator.java203 final double dot2 = 1 - twoTheta; in computeInterpolatedStateAndDerivatives() local
209 interpolatedDerivatives[i] = v1[i] + dot2 * v2[i] + dot3 * v3[i] + dot4 * v4[i]; in computeInterpolatedStateAndDerivatives()
DGraggBulirschStoerStepInterpolator.java322 final double dot2 = theta * (2 - 3 * theta) / h; in computeInterpolatedStateAndDerivatives() local
332 interpolatedDerivatives[i] = dot1 * p1 + dot2 * p2 + dot3 * p3; in computeInterpolatedStateAndDerivatives()
DDormandPrince853StepInterpolator.java364 final double dot2 = theta * (2 - 3 * theta); in computeInterpolatedStateAndDerivatives() local
379 interpolatedDerivatives[i] = v[0][i] + dot1 * v[1][i] + dot2 * v[2][i] + in computeInterpolatedStateAndDerivatives()
/external/swiftshader/src/Pipeline/
DShaderCore.cpp459 Float4 dot2(const Vector4f &v0, const Vector4f &v1) in dot2() function
946 dst = Sqrt(dot2(src, src)); in len2()
968 Float4 dot2 = dx * dx + dy * dy; in dist2() local
969 dst = Sqrt(dot2); in dist2()
1003 Float4 t = dot2(src0, src1); in dp2()
1013 Float4 t = dot2(src0, src1) + src2.x; in dp2add()
1416 Int4 flip = CmpNLT(dot2(Nref, I), Float4(0.0f)) & Int4(0x80000000); in forward2()
1450 Float4 d = dot2(N, I); in reflect2()
1487 Float4 d = dot2(N, I); in refract2()
1555 Float4 dot = dot2(src, src); in nrm2()
DShaderCore.hpp82 Float4 dot2(const Vector4f &v0, const Vector4f &v1);
/external/swiftshader/src/Shader/
DShaderCore.cpp459 Float4 dot2(const Vector4f &v0, const Vector4f &v1) in dot2() function
946 dst = Sqrt(dot2(src, src)); in len2()
968 Float4 dot2 = dx * dx + dy * dy; in dist2() local
969 dst = Sqrt(dot2); in dist2()
1003 Float4 t = dot2(src0, src1); in dp2()
1013 Float4 t = dot2(src0, src1) + src2.x; in dp2add()
1416 Int4 flip = CmpNLT(dot2(Nref, I), Float4(0.0f)) & Int4(0x80000000); in forward2()
1450 Float4 d = dot2(N, I); in reflect2()
1487 Float4 d = dot2(N, I); in refract2()
1555 Float4 dot = dot2(src, src); in nrm2()
DShaderCore.hpp82 Float4 dot2(const Vector4f &v0, const Vector4f &v1);
/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp104 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local
107 return (dot0 > 0) == (dot1 > 0) && (dot1 > 0) == (dot2 > 0) && (dot2 > 0) == (dot3 > 0); in isInsideQuad()
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp106 int dot2 = (point.x()-p2.x()) * (p3.y()-p2.y()) + (point.y()-p2.y()) * (p2.x()-p3.x()); in isInsideQuad() local
109 return (dot0 > 0) == (dot1 > 0) && (dot1 > 0) == (dot2 > 0) && (dot2 > 0) == (dot3 > 0); in isInsideQuad()
/external/wayland/doc/publican/sources/css/
Dcommon.css651 list-style-image: url("../images/dot2.png");