| /external/vulkan-validation-layers/libs/glm/gtx/ |
| D | handed_coordinate_space.inl | 17 detail::tvec3<T, P> const & normal 28 detail::tvec3<T, P> const & normal
|
| D | transform2.inl | 71 const detail::tvec3<T, P>& normal) 84 const detail::tvec3<T, P>& normal) 104 const detail::tvec3<T, P>& normal) 117 const detail::tvec3<T, P>& normal)
|
| D | rotate_vector.inl | 38 detail::tvec3<T, P> const & normal 60 detail::tvec3<T, P> const & normal
|
| /external/webrtc/webrtc/modules/audio_coding/neteq/ |
| D | normal_unittest.cc | 42 Normal normal(fs, &db, bgn, &expand); in TEST() local 57 Normal normal(fs, &db, bgn, &expand); in TEST() local 103 Normal normal(fs, &db, bgn, &expand); in TEST() local
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | SolidSurfaceComponent.java | 75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { in addSurface() 95 Vector2 normal = mNormal; in update() local
|
| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/ |
| D | SynchronizedTest.java | 33 public void normal() { in normal() method in SynchronizedTest
|
| /external/clang/test/SemaCXX/ |
| D | warn-unused-attribute.cpp | 15 TestNormal normal; in main() local
|
| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/ |
| D | Synchronized.java | 26 private static void normal() { in normal() method in Synchronized
|
| /external/mesa3d/src/mesa/tnl/ |
| D | t_vb_texgen.c | 99 const GLvector4f *normal, in build_m3() 126 const GLvector4f *normal, in build_m2() 175 const GLvector4f *normal, in build_f3() 202 const GLvector4f *normal, in build_f2() 278 GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen_normal_map_nv() local 343 const GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen() local
|
| D | t_vb_lighttmp.h | 59 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local 245 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local 421 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local 527 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
|
| D | t_vb_normals.c | 42 GLvector4f normal; member
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
| D | MicrosphereInterpolatingFunction.java | 67 private final RealVector normal; field in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement 87 RealVector normal() { in normal() method in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
|
| /external/iproute2/netem/ |
| D | normal.c | 18 normal(double x, double mu, double sigma) in normal() function
|
| D | paretonormal.c | 26 normal(double x, double mu, double sigma) in normal() function
|
| /external/skqp/src/core/ |
| D | SkStrokerPriv.cpp | 13 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper() 18 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper() 29 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper()
|
| /external/skia/src/core/ |
| D | SkStrokerPriv.cpp | 13 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper() 18 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper() 29 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper()
|
| /external/eigen/Eigen/src/Geometry/ |
| D | Hyperplane.h | 157 …EIGEN_DEVICE_FUNC inline ConstNormalReturnType normal() const { return ConstNormalReturnType(m_coe… in normal() function 162 …EIGEN_DEVICE_FUNC inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1)… in normal() function
|
| /external/tensorflow/tensorflow/python/keras/_impl/keras/ |
| D | initializers.py | 178 normal = random_normal = RandomNormal variable
|
| /external/skqp/src/utils/ |
| D | SkShadowTessellator.cpp | 101 SkVector normal; in compute_normal() local 433 SkVector normal; in SkAmbientShadowTessellator() local 576 SkVector normal; in handleLine() local 612 SkVector normal; in handleLine() local 906 SkVector normal; in SkSpotShadowTessellator() local 1298 SkVector normal; in handlePolyPoint() local
|
| /external/skia/src/utils/ |
| D | SkShadowTessellator.cpp | 101 SkVector normal; in compute_normal() local 446 SkVector normal; in SkAmbientShadowTessellator() local 589 SkVector normal; in handleLine() local 625 SkVector normal; in handleLine() local 926 SkVector normal; in SkSpotShadowTessellator() local 1318 SkVector normal; in handlePolyPoint() local
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
| D | ShadowRenderNodeAnimatorTest.java | 35 public void normal() { in normal() method in ShadowRenderNodeAnimatorTest
|
| /external/autotest/client/site_tests/graphics_SanAngeles/src/ |
| D | shader.c | 87 static void computeNormalMatrix(Matrix4x4 m, Matrix3x3 normal) in computeNormalMatrix()
|
| /external/webrtc/webrtc/modules/audio_processing/beamformer/ |
| D | array_util.cc | 108 const rtc::Optional<Point> normal = GetNormalIfPlanar(array_geometry); in GetArrayNormalIfExists() local
|
| /external/skqp/src/pathops/ |
| D | SkLineParameters.h | 126 double normal = sqrt(normalSquared()); in normalize() local
|
| /external/skia/src/pathops/ |
| D | SkLineParameters.h | 126 double normal = sqrt(normalSquared()); in normalize() local
|