OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dot4
(Results
1 - 9
of
9
) 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
122
if (
dot4
(clipvertex, plane[plane_idx]) < 0)
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);
/external/vulkan-validation-layers/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
902
GLfixed sd =
dot4
(equation.v, s->eye.v);
906
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);
Completed in 454 milliseconds