Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc64 HloInstruction* dot1 = in TEST_F() local
Dinstruction_fusion_test.cc116 auto dot1 = builder.AddInstruction( in TEST_F() local
135 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/
Ddot_merger_test.cc56 const HloInstruction* dot1 = nullptr; in TEST_F() local
Dheap_simulator_test.cc763 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local
804 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() 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/rust/crates/glam/src/f32/scalar/
Dmat4.rs662 let dot1 = dot0.x + dot0.y + dot0.z + dot0.w; in inverse() localVariable
/external/rust/crates/glam/src/f64/
Ddmat4.rs645 let dot1 = dot0.x + dot0.y + dot0.z + dot0.w; in inverse() localVariable
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c447 #define dot1(c) (*(c) == '.' && eocomp(c+1)) macro