Home
last modified time | relevance | path

Searched defs:dot1 (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_assignment_test.cc53 HloInstruction* dot1 = in TEST_F() local
72 HloInstruction* dot1 = in TEST_F() local
Dgpu_hlo_schedule_test.cc77 HloInstruction* dot1 = in TEST_F() local
205 HloInstruction* dot1 = in TEST_F() local
Dinstruction_fusion_test.cc115 auto dot1 = builder.AddInstruction( in TEST_F() local
132 auto dot1 = builder.AddInstruction( in TEST_F() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerStepInterpolator.java321 final double dot1 = 1.0 / h; in computeInterpolatedStateAndDerivatives() local
DDormandPrince853StepInterpolator.java363 final double dot1 = 1 - twoTheta; in computeInterpolatedStateAndDerivatives() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc570 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local
611 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local
/external/skia/src/gpu/ccpr/
DGrCCFillGeometry.cpp123 float dot1 = dot(tan1, v); in is_convex_curve_monotonic() local
/external/skqp/src/gpu/ccpr/
DGrCCFillGeometry.cpp123 float dot1 = dot(tan1, v); in is_convex_curve_monotonic() local
/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp103 int dot1 = (point.x()-p1.x()) * (p2.y()-p1.y()) + (point.y()-p1.y()) * (p1.x()-p2.x()); in isInsideQuad() local
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp105 int dot1 = (point.x()-p1.x()) * (p2.y()-p1.y()) + (point.y()-p1.y()) * (p1.x()-p2.x()); in isInsideQuad() local
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c447 #define dot1(c) (*(c) == '.' && eocomp(c+1)) macro