Searched defs:normal (Results 1 - 25 of 34) sorted by relevance

12

/external/iproute2/netem/
H A Dnormal.c18 normal(double x, double mu, double sigma) function
32 i = rint(TABLESIZE * normal(x, 0.0, 1.0));
37 printf("# This is the distribution table for the normal distribution.\n");
H A Dparetonormal.c4 * This distribution is simply .25*normal + .75*pareto; a combination
27 normal(double x, double mu, double sigma) function
57 i = rint(TABLESIZE*normal(x, 0.0, 1.0));
/external/quake/quake/src/WinQuake/
H A Dworld.h24 vec3_t normal; member in struct:__anon4733
35 plane_t plane; // surface normal at impact
H A Dgl_test.cpp29 vec3_t normal; member in struct:__anon4551
69 vec3_t normal; local
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
94 CrossProduct (incoming, p->normal, p->up);
96 CrossProduct (p->up, p->normal, p->right);
H A Dr_local.h89 vec3_t normal; member in struct:clipplane_s
136 void R_TransformPlane (mplane_t *p, float *normal, float *dist);
H A Dr_misc.cpp280 v[0] = screenedge[i].normal[2];
281 v[1] = -screenedge[i].normal[0];
282 v[2] = screenedge[i].normal[1];
288 VectorCopy (v2, view_clipplanes[i].normal);
317 void R_TransformPlane (mplane_t *p, float *normal, float *dist) argument
321 d = DotProduct (r_origin, p->normal);
324 TransformVector (p->normal, normal);
343 if (view_clipplanes[i].normal[j] < 0)
H A Dbspfile.h130 float normal[3]; member in struct:__anon4417
H A Dmodel.h61 vec3_t normal; member in struct:mplane_s
H A Dsv_phys.cpp27 pushmove objects do not obey gravity, and do not interact with each other or trigger fields, but block normal movement and push normal objects when they move.
190 int ClipVelocity (vec3_t in, vec3_t normal, vec3_t out, float overbounce) argument
197 if (normal[2] > 0)
199 if (!normal[2])
202 backoff = DotProduct (in, normal) * overbounce;
206 change = normal[i]*backoff;
281 if (trace.plane.normal[2] > 0.7)
290 if (!trace.plane.normal[2])
314 VectorCopy (trace.plane.normal, plane
[all...]
/external/skia/src/effects/
H A DSkDiscretePathEffect.cpp25 SkVector normal = tangent; local
26 normal.rotateCCW();
27 normal.setLength(scale);
28 *p += normal;
/external/quake/quake/src/QW/client/
H A Dgl_test.c29 vec3_t normal; member in struct:__anon4188
69 vec3_t normal; local
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
94 CrossProduct (incoming, p->normal, p->up);
96 CrossProduct (p->up, p->normal, p->right);
H A Dr_local.h90 vec3_t normal; member in struct:clipplane_s
137 void R_TransformPlane (mplane_t *p, float *normal, float *dist);
H A Dpmove.h23 vec3_t normal; member in struct:__anon4235
34 pmplane_t plane; // surface normal at impact
H A Dr_misc.c356 v[0] = screenedge[i].normal[2];
357 v[1] = -screenedge[i].normal[0];
358 v[2] = screenedge[i].normal[1];
364 VectorCopy (v2, view_clipplanes[i].normal);
393 void R_TransformPlane (mplane_t *p, float *normal, float *dist) argument
397 d = DotProduct (r_origin, p->normal);
400 TransformVector (p->normal, normal);
419 if (view_clipplanes[i].normal[j] < 0)
H A Dbspfile.h127 float normal[3]; member in struct:__anon4129
H A Dpmove.c72 int PM_ClipVelocity (vec3_t in, vec3_t normal, vec3_t out, float overbounce) argument
79 if (normal[2] > 0)
81 if (!normal[2])
84 backoff = DotProduct (in, normal) * overbounce;
88 change = normal[i]*backoff;
156 if (trace.plane.normal[2] > 0.7)
160 if (!trace.plane.normal[2])
174 VectorCopy (trace.plane.normal, planes[numplanes]);
289 if ( trace.plane.normal[2] < 0.7)
594 if ( tr.plane.normal[
[all...]
H A Dgl_model.h72 vec3_t normal; member in struct:mplane_s
/external/quake/quake/src/QW/server/
H A Dworld.h24 vec3_t normal; member in struct:__anon4410
35 plane_t plane; // surface normal at impact
H A Dsv_phys.c27 pushmove objects do not obey gravity, and do not interact with each other or trigger fields, but block normal movement and push normal objects when they move.
199 int ClipVelocity (vec3_t in, vec3_t normal, vec3_t out, float overbounce) argument
206 if (normal[2] > 0)
208 if (!normal[2])
211 backoff = DotProduct (in, normal) * overbounce;
215 change = normal[i]*backoff;
287 if (trace.plane.normal[2] > 0.7)
296 if (!trace.plane.normal[2])
320 VectorCopy (trace.plane.normal, plane
[all...]
/external/webkit/WebCore/platform/graphics/filters/
H A DFEBlend.cpp76 static unsigned char normal(unsigned char colorA, unsigned char colorB, unsigned char alphaA, unsigned char) function in namespace:WebCore
124 static const BlendType callEffect[] = {unknown, normal, multiply, screen, darken, lighten};
/external/freetype/src/pshinter/
H A Dpshglob.c390 /* However, for normal Type 1 fonts, EM_Size is 1000! */
477 PSH_Blue_Table normal, family; local
483 normal = &blues->normal_top;
488 normal = &blues->normal_bottom;
492 zone1 = normal->zones;
493 count1 = normal->count;
/external/skia/src/core/
H A DSkStrokerPriv.cpp23 const SkVector& normal, const SkPoint& stop,
30 const SkVector& normal, const SkPoint& stop,
35 SkScalar nx = normal.fX;
36 SkScalar ny = normal.fY;
49 const SkVector& normal, const SkPoint& stop,
53 normal.rotateCW(&parallel);
57 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY);
58 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal
22 ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, const SkPoint& stop, SkPath*) argument
29 RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, const SkPoint& stop, SkPath*) argument
48 SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, const SkPoint& stop, SkPath* otherPath) argument
[all...]
H A DSkStroke.cpp55 SkVector* normal, SkVector* unitNormal) {
60 unitNormal->scale(radius, normal);
66 SkVector* normal, SkVector* unitNormal) {
71 unitNormal->scale(radius, normal);
111 void preJoinTo(const SkPoint&, SkVector* normal, SkVector* unitNormal,
113 void postJoinTo(const SkPoint&, const SkVector& normal,
116 void line_to(const SkPoint& currPt, const SkVector& normal);
129 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, argument
136 SkAssertResult(set_normal_unitnormal(fPrevPt, currPt, fRadius, normal,
140 fFirstNormal = *normal;
53 set_normal_unitnormal(const SkPoint& before, const SkPoint& after, SkScalar radius, SkVector* normal, SkVector* unitNormal) argument
64 set_normal_unitnormal(const SkVector& vec, SkScalar radius, SkVector* normal, SkVector* unitNormal) argument
153 postJoinTo(const SkPoint& currPt, const SkVector& normal, const SkVector& unitNormal) argument
223 line_to(const SkPoint& currPt, const SkVector& normal) argument
232 SkVector normal, unitNormal; local
[all...]
/external/opencore/codecs_v2/utilities/colorconvert/src/
H A Dccrgb24torgb16.cpp173 int32 normal(uint8 *src, uint8 *dst, int32 *disp);
198 return normal(src, dst, disp_prop);
202 int32 normal(uint8 *src, uint8 *dst, int32 *disp) function
/external/expat/lib/
H A Dxmltok.c1248 struct normal_encoding normal; member in struct:unknown_encoding
1363 e->normal.type[i] = BT_MALFORM;
1372 e->normal.type[i] = (unsigned char)(BT_LEAD2 - (c + 2));
1381 e->normal.type[i] = latin1_encoding.type[c];
1387 e->normal.type[i] = BT_NONXML;
1397 e->normal.type[i] = BT_NMSTRT;
1399 e->normal.type[i] = BT_NAME;
1401 e->normal.type[i] = BT_OTHER;
1409 e->normal.isName2 = unknown_isName;
1410 e->normal
[all...]

Completed in 248 milliseconds

12