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

12 3 4 5 6 7

  /bootable/recovery/tests/component/
imgdiff_test.cpp 51 size_t normal = 0; local
63 normal++;
80 if (num_normal != nullptr) *num_normal = normal;
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 390 /* 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/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleValidityChecker.java 123 normal, anything, reorder, codepoints, subdivision, rgKey; enum constant in enum:LocaleValidityChecker.SpecialCase
136 return normal;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleValidityChecker.java 121 normal, anything, reorder, codepoints, subdivision, rgKey; enum constant in enum:LocaleValidityChecker.SpecialCase
134 return normal;
  /external/kernel-headers/original/uapi/linux/
atmlec.h 73 } normal; member in union:atmlec_msg::__anon22661
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_float.c 60 * Small numbers may get converted to denorms, depending on normal
81 LLVMValueRef i32_floatexpmask, i32_smallexpmask, magic, normal; local
133 normal = lp_build_mul(&f32_bld, rescale_src, magic);
140 normal = lp_build_min(&f32_bld, normal, small_max);
141 normal = LLVMBuildBitCast(builder, normal, i32_bld.vec_type, "");
194 res = lp_build_select(&i32_bld, is_nan_or_inf, nan_or_inf, normal);
262 * bits than a normal float32 to a float32. The mantissa of
354 LLVMValueRef exp_one, isdenorm, denorm, normal, exp_adj local
    [all...]
  /external/mesa3d/src/mesa/main/
eval.c 33 * compute surface normal vectors properly. Bernd and Volker applied
914 static GLfloat normal[3] = { 0.0, 0.0, 1.0 }; local
923 init_1d_map( &ctx->EvalMap.Map1Normal, 3, normal );
933 init_2d_map( &ctx->EvalMap.Map2Normal, 3, normal );
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 99 const GLvector4f *normal,
105 const GLfloat *norm = normal->start;
108 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
126 const GLvector4f *normal,
133 GLfloat *norm = normal->start;
136 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
156 const GLvector4f *normal,
175 const GLvector4f *normal,
182 GLfloat *norm = normal->start;
195 STRIDE_F(norm, normal->stride)
278 GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; local
343 const GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
SolidSurfaceComponent.java 75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) {
78 mNormals.add(normal);
95 Vector2 normal = mNormal; local
118 normal.set(normals.get(x));
120 normal.flipHorizontal(0);
124 normal.flipVertical(0);
127 collision.addTemporarySurface(start, end, normal, parentObject);
  /external/vulkan-validation-layers/libs/glm/detail/
dummy.cpp 144 glm::vec3 normal; member in struct:intersection
168 float Diffuse = glm::dot(Intersection.normal, LightVector);
177 glm::normalize(Intersection.normal)));
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java 48 private static double[] normal(double[] a) { method in class:Quaternion
54 double[] vec1 = normal(v1);
55 double[] vec2 = normal(v2);
56 double[] axis = normal(cross(vec1, vec2));
62 double[] vec1 = normal(v1);
63 double[] vec2 = normal(v2);
68 double[] vec1 = normal(v1);
69 double[] vec2 = normal(v2);
70 return normal(cross(vec1, vec2));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmlec.h 79 } normal; member in union:atmlec_msg::__anon62376
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
dummy.cpp 146 glm::vec3 normal;
170 float Diffuse = glm::dot(Intersection.normal, LightVector);
179 glm::normalize(Intersection.normal)));
144 glm::vec3 normal; member in struct:intersection
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 332 final File normal = new File(context.getCacheDir(), "normal"); local
342 normal.mkdir();
349 final File a = useFallocate(makeUniqueFile(normal), size, normalTime);
350 final File b = useFallocate(makeUniqueFile(normal), size, normalTime);
351 final File c = useFallocate(makeUniqueFile(normal), size, normalTime);
361 normal.setLastModified(normalTime);
  /art/test/003-omnibus-opcodes/src/
IntMath.java 277 * normal division.
280 int normal = 0; local
286 normal = (start+i) / j;
290 normal = (start+i) / j;
294 normal = (start+i) / j;
298 normal = (start+i) / j;
302 normal = (start+i) / j;
306 normal = (start+i) / j;
310 normal = (start+i) / j;
314 normal = (start+i) / j
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
CloserTest.java 68 TestCloseable c1 = closer.register(TestCloseable.normal());
69 TestCloseable c2 = closer.register(TestCloseable.normal());
70 TestCloseable c3 = closer.register(TestCloseable.normal());
88 TestCloseable c1 = closer.register(TestCloseable.normal());
89 TestCloseable c2 = closer.register(TestCloseable.normal());
119 c1 = closer.register(TestCloseable.normal());
120 c2 = closer.register(TestCloseable.normal());
145 TestCloseable c2 = closer.register(TestCloseable.normal());
165 TestCloseable c1 = closer.register(TestCloseable.normal());
439 static TestCloseable normal() throws IOException method in class:CloserTest.TestCloseable
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DeviceConfig.java 21 public static final ScreenSize DEFAULT_SCREEN_SIZE = ScreenSize.normal;
29 normal(320, 470, Configuration.SCREENLAYOUT_SIZE_NORMAL), enum constant in enum:DeviceConfig.ScreenSize
68 return normal;
  /external/skia/tools/fonts/
create_test_font.cpp 32 constexpr NamedFontStyle normal = {"Normal", SkFontStyle::Normal() }; member in namespace:__anon34356
45 {"monospace", normal, "Liberation Mono", "LiberationMono-Regular.ttf", -1},
49 {"sans-serif", normal, "Liberation Sans", "LiberationSans-Regular.ttf", -1},
53 {"serif", normal, "Liberation Serif", "LiberationSerif-Regular.ttf", -1},
  /external/skqp/tools/
create_test_font.cpp 32 constexpr NamedFontStyle normal = {"Normal", SkFontStyle::Normal() }; member in namespace:__anon35023
45 {"monospace", normal, "Liberation Mono", "LiberationMono-Regular.ttf", -1},
49 {"sans-serif", normal, "Liberation Sans", "LiberationSans-Regular.ttf", -1},
53 {"serif", normal, "Liberation Serif", "LiberationSerif-Regular.ttf", -1},
  /external/swiftshader/src/Shader/
VertexPipeline.cpp 164 Vector4f normal; local
184 normal = transformBlend(v[Normal], Pointer<Byte>(data + OFFSET(DrawData,ff.normalTransformT)), false);
188 normal = normalize(normal);
299 dot = dot3(L, normal);
348 Float4 dot = Max(dot3(C, normal), Float4(0.0f)); // FIXME: max(dot3(C, normal), 0)
538 processTextureCoordinate(stage, normal, position);
544 void VertexPipeline::processTextureCoordinate(int stage, Vector4f &normal, Vector4f &position
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ImageDecoderTest.java 443 // Normal decode
448 Bitmap normal = ImageDecoder.decodeBitmap(src); local
449 assertNotNull(normal);
450 assertEquals(normal.hasAlpha(), hasAlpha[i]);
451 assertEquals(normal.isPremultiplied(), hasAlpha[i]);
803 Bitmap normal = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); local
805 Canvas canvas = new Canvas(normal);
820 int normalColor = normal.getPixel(i, j)
1684 Bitmap normal = null; local
    [all...]
  /external/v8/benchmarks/
raytrace.js 446 info.normal = Flog.RayTracer.Vector.prototype.subtract(
496 info.normal = this.position;
527 normal: null,
725 var L = v.dot(info.normal);
746 var reflectionRay = this.getReflectionRay(info.position, info.normal, ray.direction);
798 var glossWeight = Math.pow(Math.max(info.normal.dot(H), 0), shininess);
526 position: null, property in class:Flog.RayTracer.IntersectionInfo
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 36 struct Normal {
49 // Position + Normal
71 // Normal
95 normals_.emplace_back(Normal{v[3], v[4], v[5]});
110 const Normal &normal = normals_[i]; local
114 dst[3] = normal.x;
115 dst[4] = normal.y;
116 dst[5] = normal.z;
136 std::vector<Normal> normals_
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StrictMathTest.java 1003 double normal = StrictMath.scalb(0.2345, -25); local
1157 float normal = StrictMath.scalb(0.2345f, -25); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
PreferencesTest.java 210 static final int normal = 0; field in class:PreferencesTest.MockInputStream
216 int result = normal;
226 case normal:

Completed in 488 milliseconds

12 3 4 5 6 7