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

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
ifunc.s 11 jmp normal@PLT
12 .type normal, @function
13 normal: label
  /external/clang/test/SemaCXX/
warn-unused-attribute.cpp 15 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
26 normal(double x, double mu, double sigma) function
56 i = rint(TABLESIZE*normal(x, 0.0, 1.0));
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
SynchronizedTest.java 30 * {@link Synchronized#normal()}
33 public void normal() { method in class:SynchronizedTest
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
Synchronized.java 26 private static void normal() { method in class:Synchronized
47 normal(); method
  /external/mesa3d/src/mesa/tnl/
t_vb_normals.c 42 GLvector4f normal; member in struct:normal_stage_data
58 /* We can only use the display list's saved normal lengths if we've
70 &store->normal ); /* resulting normals */
73 store->normal.stride = 4 * sizeof(GLfloat);
76 store->normal.stride = 0;
79 VB->AttribPtr[_TNL_ATTRIB_NORMAL] = &store->normal;
88 * to point to the appropriate normal transformation routine.
127 * transform normal vectors (just leave them in object coordinates)
158 _mesa_vector4f_alloc( &store->normal, 0, tnl->vb.Size, 32 );
171 _mesa_vector4f_free( &store->normal );
    [all...]
t_vb_lighttmp.h 59 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; local
88 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
161 /* Compute dot product or normal and vector from V to light pos */
162 n_dot_VP = DOT3( normal, VP );
206 n_dot_h = correction * DOT3(normal, h);
245 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; local
269 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
340 /* Compute dot product or normal and vector from V to light pos */
341 n_dot_VP = DOT3( normal, VP );
386 n_dot_h = correction * DOT3(normal, h)
421 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; local
527 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; local
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
shader.h 19 GLint normal; member in struct:__anon14214
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 208 fi_type normal[4]; local
226 CROSS3(&normal[0].f, du, dv);
227 NORMALIZE_3FV(&normal[0].f);
228 normal[3] = FLOAT_AS_UNION(1.0);
232 normal );
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 29 SkVector normal = tangent; local
30 SkPointPriv::RotateCCW(&normal);
31 normal.setLength(scale);
32 *p += normal;
  /external/skia/src/pathops/
SkLineParameters.h 126 double normal = sqrt(normalSquared()); local
127 if (approximately_zero(normal)) {
131 double reciprocal = 1 / normal;
  /external/skqp/src/effects/
SkDiscretePathEffect.cpp 29 SkVector normal = tangent; local
30 SkPointPriv::RotateCCW(&normal);
31 normal.setLength(scale);
32 *p += normal;
  /external/skqp/src/pathops/
SkLineParameters.h 126 double normal = sqrt(normalSquared()); local
127 if (approximately_zero(normal)) {
131 double reciprocal = 1 / normal;
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
array_util.cc 108 const rtc::Optional<Point> normal = GetNormalIfPlanar(array_geometry); local
109 if (normal && normal->z() < kMaxDotProduct) {
110 return normal;
  /frameworks/base/tests/Internal/src/com/android/internal/colorextraction/types/
TonalTest.java 45 GradientColors normal = new GradientColors(); local
47 tonal.extractInto(null, normal, new GradientColors(),
50 normal.getMainColor() == Tonal.MAIN_COLOR_LIGHT);
55 GradientColors normal = new GradientColors(); local
58 normal, new GradientColors(), new GradientColors());
60 normal.getMainColor() == Tonal.MAIN_COLOR_DARK);
64 normal, new GradientColors(), new GradientColors());
66 normal.getMainColor() == Tonal.MAIN_COLOR_LIGHT);
128 final GradientColors normal = new GradientColors(); local
129 tonal.extractInto(colorsFromBitmap, normal, new GradientColors()
146 final GradientColors normal = new GradientColors(); local
    [all...]
  /art/tools/ahat/src/test/com/android/ahat/
DiffFieldsTest.java 58 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); local
61 DiffedFieldValue x = DiffedFieldValue.matched(normal, nulled);
68 DiffedFieldValue y = DiffedFieldValue.matched(nulled, normal);
78 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); local
80 DiffedFieldValue x = DiffedFieldValue.added(normal);
100 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); local
102 DiffedFieldValue x = DiffedFieldValue.deleted(normal);
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/
NotificationMode.java 38 normal(0), enum constant in enum:NotificationMode.Value
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
MicrosphereInterpolatingFunction.java 66 /** Normal vector characterizing a surface element. */
67 private final RealVector normal; field in class:MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
76 * @param n Normal vector characterizing a surface element
80 normal = new ArrayRealVector(n);
84 * Return the normal vector.
85 * @return the normal vector
87 RealVector normal() { method in class:MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
88 return normal;
212 md.store(cosAngle(diff, md.normal()) * w, sd);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
PoissonDistributionImpl.java 51 /** Distribution used to compute normal approximation. */
52 private NormalDistribution normal; field in class:PoissonDistributionImpl
128 * @param z a normal distribution used to compute normal approximations.
159 setNormalAndMeanInternal(normal, p);
176 normal = z;
177 normal.setMean(p);
178 normal.setStandardDeviation(FastMath.sqrt(p));
223 * Calculates the Poisson distribution function using a normal
227 * The computation uses "half-correction" -- evaluating the normal
    [all...]
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 30 * \f$ n \cdot x + d = 0 \f$ where \f$ n \f$ is a unit normal vector of the plane (linear part)
64 /** Construct a plane from its normal \a n and a point \a e onto the plane.
65 * \warning the vector normal is assumed to be normalized.
70 normal() = n;
74 /** Constructs a plane from its normal \a n and distance to the origin \a d
76 * \warning the vector normal is assumed to be normalized.
81 normal() = n;
91 result.normal() = (p1 - p0).unitOrthogonal();
92 result.offset() = -p0.dot(result.normal());
104 result.normal() = v0.cross(v1)
157 EIGEN_DEVICE_FUNC inline ConstNormalReturnType normal() const { return ConstNormalReturnType(m_coeffs,0,0,dim(),1); } function in class:Eigen::Hyperplane
162 EIGEN_DEVICE_FUNC inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1); } function in class:Eigen::Hyperplane
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowRenderNodeAnimatorTest.java 35 public void normal() { method in class:ShadowRenderNodeAnimatorTest
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
stateless_random_ops.cc 262 // Convert uniform distribution to normal distribution by computing
264 auto normal = builder->Mul(builder->ConstantR0<float>(std::sqrt(2.0)), variable
266 ctx->SetOutput(0, normal);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedImageDrawableTest.java 602 Bitmap normal = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); local
604 Canvas canvas = new Canvas(normal);
618 assertEquals(normal.getPixel(i, j), flipped.getPixel(width - 1 - i, j));
623 drawAndCompare(normal, drawable);
629 drawAndCompare(normal, drawable);
  /bionic/libc/kernel/uapi/linux/
atmlec.h 71 } normal; member in union:atmlec_msg::__anon455

Completed in 1909 milliseconds

1 2 3 4 5 6 7