HomeSort by relevance Sort by last modified time
    Searched defs:normal (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon92153
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon92920
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon93699
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon94477
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon95253
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon96030
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon96800
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon97567
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon98346
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon99124
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon99900
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
atmlec.h 84 } normal; member in union:atmlec_msg::__anon100677
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 328 final File normal = new File(context.getCacheDir(), "normal"); local
338 normal.mkdir();
345 final File a = useFallocate(makeUniqueFile(normal), size, normalTime);
346 final File b = useFallocate(makeUniqueFile(normal), size, normalTime);
347 final File c = useFallocate(makeUniqueFile(normal), size, normalTime);
357 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/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...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 71 float normal[3]; member in struct:vertex
78 normal[0] = nx;
79 normal[1] = ny;
80 normal[2] = nz;
227 {"NORMAL", 0, DXGI_FORMAT_R32G32B32_FLOAT, 0, 12, D3D11_INPUT_PER_VERTEX_DATA, 0},
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 261 float normal[2]; local
268 bezier_normal_at(b1, i, normal);
269 l = ABS(normal[0]) + ABS(normal[1]);
271 d = ABS(normal[0]*(p1[1] - p2[1]) - normal[1]*(p1[0] - p2[0]) ) / l;
319 float normal[4]; local
323 line_normal(line, normal);
324 line_normalize(normal);
326 res[0] = normal[2]
    [all...]
matrix.h 452 VGfloat normal[4]; local
454 line_normal(line, normal);
456 vec[0] = normal[2] - normal[0];
457 vec[1] = normal[3] - normal[1];
  /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 {
50 // Position + Normal
74 // Normal
103 normals_.emplace_back(Normal{ v[3], v[4], v[5] });
126 const Normal &normal = normals_[i]; local
130 dst[3] = normal.x;
131 dst[4] = normal.y;
132 dst[5] = normal.z;
159 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:
  /external/ImageMagick/MagickCore/
effect.c 3459 normal; local
    [all...]
  /external/skia/src/core/
SkStroke.cpp 20 // largest seen for normal cubics : 5, 26
21 // largest seen for normal quads : 11
56 SkVector* normal, SkVector* unitNormal) {
62 unitNormal->scale(radius, normal);
68 SkVector* normal, SkVector* unitNormal) {
73 unitNormal->scale(radius, normal);
238 bool preJoinTo(const SkPoint&, SkVector* normal, SkVector* unitNormal,
240 void postJoinTo(const SkPoint&, const SkVector& normal,
243 void line_to(const SkPoint& currPt, const SkVector& normal);
248 bool SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal,
428 SkVector normal, unitNormal; local
    [all...]

Completed in 7291 milliseconds

1 23 4 5 6 7