HomeSort by relevance Sort by last modified time
    Searched defs:normal (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/clang/test/SemaCXX/
warn-unused-attribute.cpp 18 TestNormal normal; local
  /external/iproute2/netem/
normal.c 2 * Normal distribution table generator
18 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");
paretonormal.c 4 * 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/jmonkeyengine/engine/src/tools/jme3tools/optimize/
OCTTriangle.java 74 Vector3f normal = new Vector3f(pointb); local
75 normal.subtractLocal(pointa).crossLocal(pointc.x-pointa.x, pointc.y-pointa.y, pointc.z-pointa.z);
76 normal.normalizeLocal();
77 return normal;
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTriangle.java 70 Vector3f normal = new Vector3f(pointb); local
71 normal.subtractLocal(pointa).crossLocal(pointc.x-pointa.x, pointc.y-pointa.y, pointc.z-pointa.z);
72 normal.normalizeLocal();
73 return normal;
  /external/chromium_org/base/android/javatests/src/org/chromium/base/
ContextTypesTest.java 20 Context normal = new MockContext(); local
22 contextTypes.put(normal, CONTEXT_TYPE_NORMAL);
24 assertEquals(CONTEXT_TYPE_NORMAL, contextTypes.getType(normal));
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_normals.c 43 GLvector4f normal; member in struct:normal_stage_data
59 /* We can only use the display list's saved normal lengths if we've
71 &store->normal ); /* resulting normals */
74 store->normal.stride = 4 * sizeof(GLfloat);
77 store->normal.stride = 0;
80 VB->AttribPtr[_TNL_ATTRIB_NORMAL] = &store->normal;
89 * to point to the appropriate normal transformation routine.
128 * transform normal vectors (just leave them in object coordinates)
159 _mesa_vector4f_alloc( &store->normal, 0, tnl->vb.Size, 32 );
172 _mesa_vector4f_free( &store->normal );
    [all...]
t_vb_lighttmp.h 60 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
159 /* Compute dot product or normal and vector from V to light pos */
160 n_dot_VP = DOT3( normal, VP );
204 n_dot_h = correction * DOT3(normal, h);
243 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
337 /* Compute dot product or normal and vector from V to light pos */
338 n_dot_VP = DOT3( normal, VP );
383 n_dot_h = correction * DOT3(normal, h)
418 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; local
523 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkDiscretePathEffect.cpp 16 SkVector normal = tangent; local
17 normal.rotateCCW();
18 normal.setLength(scale);
19 *p += normal;
  /external/mesa3d/src/mesa/tnl/
t_vb_normals.c 43 GLvector4f normal; member in struct:normal_stage_data
59 /* We can only use the display list's saved normal lengths if we've
71 &store->normal ); /* resulting normals */
74 store->normal.stride = 4 * sizeof(GLfloat);
77 store->normal.stride = 0;
80 VB->AttribPtr[_TNL_ATTRIB_NORMAL] = &store->normal;
89 * to point to the appropriate normal transformation routine.
128 * transform normal vectors (just leave them in object coordinates)
159 _mesa_vector4f_alloc( &store->normal, 0, tnl->vb.Size, 32 );
172 _mesa_vector4f_free( &store->normal );
    [all...]
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 16 SkVector normal = tangent; local
17 normal.rotateCCW();
18 normal.setLength(scale);
19 *p += normal;
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.cc 28 int normal, pushed, hover, disabled, tooltip; local
31 normal = IDR_FORWARD;
38 normal = IDR_BACK;
47 normal, pushed, hover, disabled, stock, GTK_ICON_SIZE_SMALL_TOOLBAR));
  /external/chromium_org/chrome/browser/ui/gtk/
back_forward_button_gtk.cc 31 int normal, pushed, hover, disabled, tooltip; local
34 normal = IDR_FORWARD;
41 normal = IDR_BACK;
50 normal, pushed, hover, disabled, stock, GTK_ICON_SIZE_SMALL_TOOLBAR));
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_eval.c 223 GLfloat normal[4]; local
241 CROSS3(normal, du, dv);
242 NORMALIZE_3FV(normal);
243 normal[3] = 1.0;
247 normal );
  /external/chromium_org/third_party/skia/src/pathops/
SkLineParameters.h 66 double normal = sqrt(normalSquared()); local
67 if (approximately_zero(normal)) {
71 double reciprocal = 1 / normal;
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 223 GLfloat normal[4]; local
241 CROSS3(normal, du, dv);
242 NORMALIZE_3FV(normal);
243 normal[3] = 1.0;
247 normal );
  /external/skia/src/pathops/
SkLineParameters.h 66 double normal = sqrt(normalSquared()); local
67 if (approximately_zero(normal)) {
71 double reciprocal = 1 / normal;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_path.c 349 VGfloat point[2], normal[2]; local
351 point, normal);
357 *tangentX = -normal[1];
359 *tangentY = normal[0];
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h 29 * \f$ n \cdot x + d = 0 \f$ where \f$ n \f$ is a unit normal vector of the plane (linear part)
53 /** Construct a plane from its normal \a n and a point \a e onto the plane.
54 * \warning the vector normal is assumed to be normalized.
59 normal() = n;
63 /** Constructs a plane from its normal \a n and distance to the origin \a d
65 * \warning the vector normal is assumed to be normalized.
70 normal() = n;
80 result.normal() = (p1 - p0).unitOrthogonal();
81 result.offset() = -result.normal().eigen2_dot(p0);
92 result.normal() = (p2 - p0).cross(p1 - p0).normalized()
136 inline const NormalReturnType normal() const { return NormalReturnType(*const_cast<Coefficients*>(&m_coeffs),0,0,dim(),1); } function in class:Eigen::Hyperplane
141 inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1); } function in class:Eigen::Hyperplane
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_path.c 349 VGfloat point[2], normal[2]; local
351 point, normal);
357 *tangentX = -normal[1];
359 *tangentY = normal[0];
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Plane.java 40 * <code>Plane</code> defines a plane where Normal dot (x,y,z) = Constant.
43 * point is on the non-normal side of the plane.
62 * Vector normal to the plane.
64 protected Vector3f normal = new Vector3f(); field in class:Plane
73 * default object and contains a normal of (0,0,0) and a constant of 0.
79 * Constructor instantiates a new <code>Plane</code> object. The normal
82 * @param normal
83 * the normal of the plane.
87 public Plane(Vector3f normal, float constant) {
88 if (normal == null) {
    [all...]
Triangle.java 55 private transient Vector3f normal; field in class:Triangle
182 * calculateNormal generates the normal for this triangle
186 if (normal == null) {
187 normal = new Vector3f(pointb);
189 normal.set(pointb);
191 normal.subtractLocal(pointa).crossLocal(pointc.x - pointa.x, pointc.y - pointa.y, pointc.z - pointa.z);
192 normal.normalizeLocal();
215 * obtains the unit length normal vector of this triangle, if set or
218 * @return the normal vector
221 if (normal == null) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/filters/
FEBlendNEON.h 47 static inline uint16x8_t normal(uint16x8_t pixelA, uint16x8_t pixelB, uint16x8_t alphaA, uint16x8_t, function in class:WebCore::FEBlendUtilitiesNEON
134 result = FEBlendUtilitiesNEON::normal(doubblePixelA, doubblePixelB, alphaA, alphaB, sixteenConst255, sixteenConstOne);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 147 uint64_t free_bytes; // Total bytes on normal freelists
154 // normal and returned free lists for that size.
163 int64 normal_pages; // Combined page length of normal large spans
222 // lists: one for normal spans, and one for spans whose memory
225 Span normal; member in struct:tcmalloc::PageHeap::SpanList
276 // Release the last span on the normal portion of this list.
  /external/chromium_org/ui/views/
accessible_pane_view.cc 98 ui::AcceleratorManager::HandlerPriority normal = local
100 focus_manager_->RegisterAccelerator(home_key_, normal, this);
101 focus_manager_->RegisterAccelerator(end_key_, normal, this);
102 focus_manager_->RegisterAccelerator(escape_key_, normal, this);
103 focus_manager_->RegisterAccelerator(left_key_, normal, this);
104 focus_manager_->RegisterAccelerator(right_key_, normal, this);

Completed in 4433 milliseconds

1 2 3 4