Home
last modified time | relevance | path

Searched defs:dot4 (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/glam/src/
Dwasm32.rs39 pub(crate) fn dot4(lhs: v128, rhs: v128) -> f32 { in dot4() function
Dcoresimd.rs35 pub(crate) fn dot4(lhs: f32x4, rhs: f32x4) -> f32 { in dot4() function
Dsse2.rs70 pub(crate) unsafe fn dot4(lhs: __m128, rhs: __m128) -> f32 { in dot4() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54StepInterpolator.java205 final double dot4 = twoTheta * (1 + theta * (twoTheta - 3)); in computeInterpolatedStateAndDerivatives() local
DDormandPrince853StepInterpolator.java366 final double dot4 = theta2 * (3 + theta * (5 * theta - 8)); in computeInterpolatedStateAndDerivatives() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_post_vs.c66 dot4(const float *a, const float *b) in dot4() function
Ddraw_pipe_clip.c298 dot4(const float *a, const float *b) in dot4() function
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dsimd_vec4.inl619 GLM_FUNC_QUALIFIER detail::fvec4SIMD dot4 function