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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 64 dot4(const float *a, const float *b) function
draw_pipe_clip.c 262 dot4(const float *a, const float *b) function
289 dp = dot4(vert->clip, plane);
  /frameworks/native/opengl/libagl/
matrix.h 383 GLfixed dot4(const GLfixed* a, const GLfixed* b) function in namespace:android
  /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] +

Completed in 69 milliseconds