Home
last modified time | relevance | path

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

/external/rust/crates/glam/src/
Dwasm32.rs28 pub(crate) fn dot3(lhs: v128, rhs: v128) -> f32 { in dot3() function
Dcoresimd.rs24 pub(crate) fn dot3(lhs: f32x4, rhs: f32x4) -> f32 { in dot3() function
Dsse2.rs59 pub(crate) unsafe fn dot3(lhs: __m128, rhs: __m128) -> f32 { in dot3() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54StepInterpolator.java204 final double dot3 = theta * (2 - 3 * theta); in computeInterpolatedStateAndDerivatives() local
DGraggBulirschStoerStepInterpolator.java323 final double dot3 = ((3 * theta - 4) * theta + 1) / h; in computeInterpolatedStateAndDerivatives() local
DDormandPrince853StepInterpolator.java365 final double dot3 = twoTheta * (1 + theta * (twoTheta -3)); in computeInterpolatedStateAndDerivatives() local
/external/rust/crates/syn/src/
Dty.rs1064 let dot3 = input.parse::<Token![...]>()?; in parse_bare_fn_arg() localVariable
Dexpr.rs2808 let dot3: Token![...] = input.parse()?; in parse() localVariable
/external/skia/tests/
DSkSLInterpreterTest.cpp735 const SkSL::FunctionDeclaration* dot3 = program->getFunction("Dot3_test"); in DEF_TEST() local
/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp105 int dot3 = (point.x()-p3.x()) * (p0.y()-p3.y()) + (point.y()-p3.y()) * (p3.x()-p0.x()); in isInsideQuad() local
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp107 int dot3 = (point.x()-p3.x()) * (p0.y()-p3.y()) + (point.y()-p3.y()) * (p3.x()-p0.x()); in isInsideQuad() local