HomeSort by relevance Sort by last modified time
    Searched refs:dot4 (Results 1 - 16 of 16) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54StepInterpolator.java 205 final double dot4 = twoTheta * (1 + theta * (twoTheta - 3)); local
209 interpolatedDerivatives[i] = v1[i] + dot2 * v2[i] + dot3 * v3[i] + dot4 * v4[i];
DormandPrince853StepInterpolator.java 366 final double dot4 = theta2 * (3 + theta * (5 * theta - 8)); local
380 dot3 * v[3][i] + dot4 * v[4][i] +
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 150 if (!(dot4(clipvertex, plane[plane_idx]) >= 0))
draw_pt_post_vs.c 66 dot4(const float *a, const float *b) function
draw_pipe_clip.c 343 dot4(const float *a, const float *b) function
365 dp = dot4(vert->clip_pos, plane);
379 dp = dot4(vert->data[clipper->cv_attr], plane);
382 dp = dot4(vert->clip_pos, plane);
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_vec4.hpp 480 detail::fvec4SIMD dot4(
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
simd_vec4.hpp 480 detail::fvec4SIMD dot4(
  /frameworks/native/opengl/libagl/
matrix.h 383 GLfixed dot4(const GLfixed* a, const GLfixed* b) function in namespace:android
primitives.cpp 903 GLfixed sd = dot4(equation.v, s->eye.v);
907 const GLfixed pd = dot4(equation.v, p->eye.v);
    [all...]
vertex.cpp 124 GLfixed d = dot4(c->clipPlanes.plane[i].equation.v, v->eye.v);
  /external/swiftshader/src/Shader/
PixelProgram.cpp     [all...]
VertexProgram.cpp     [all...]
ShaderCore.cpp 470 Float4 dot4(const Vector4f &v0, const Vector4f &v1) function in namespace:sw
863 dst = Sqrt(dot4(src, src));
894 Float4 dot4 = dx * dx + dy * dy + dz * dz + dw * dw; local
895 dst = Sqrt(dot4);
940 Float4 dot = dot4(src0, src1);
    [all...]
VertexPipeline.cpp 763 t.w = dot4(T, texTrans3);
770 t.z = dot4(T, texTrans2);
777 t.y = dot4(T, texTrans1);
784 t.x = dot4(T, texTrans0);
ShaderCore.hpp 82 Float4 dot4(const Vector4f &v0, const Vector4f &v1);
  /prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar 

Completed in 323 milliseconds