HomeSort by relevance Sort by last modified time
    Searched refs:normal (Results 126 - 150 of 270) sorted by null

1 2 3 4 56 7 8 91011

  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 472 info.normal = Flog.RayTracer.Vector.prototype.subtract(
522 info.normal = this.position;
553 normal: null,
751 var L = v.dot(info.normal);
772 var reflectionRay = this.getReflectionRay(info.position, info.normal, ray.direction);
824 var glossWeight = Math.pow(Math.max(info.normal.dot(H), 0), shininess);
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 441 info.normal = Flog.RayTracer.Vector.prototype.subtract(
491 info.normal = this.position;
522 normal: null,
720 var L = v.dot(info.normal);
741 var reflectionRay = this.getReflectionRay(info.position, info.normal, ray.direction);
793 var glossWeight = Math.pow(Math.max(info.normal.dot(H), 0), shininess);
  /external/webkit/Source/WebCore/css/
html.css 392 letter-spacing: normal;
393 word-spacing: normal;
394 line-height: normal;
615 font-weight: normal;
650 line-height: normal;
850 line-height: normal;
  /bionic/libc/tzcode/
strftime.c 179 static char *getformat(int modifier, char *normal, char *underscore,
192 return normal;
  /external/quake/quake/src/QW/client/
r_surf.c 84 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) -
95 surf->plane->normal[i]*dist;
gl_model.h 72 vec3_t normal; member in struct:mplane_s
  /external/quake/quake/src/WinQuake/
r_surf.cpp 84 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) -
95 surf->plane->normal[i]*dist;
gl_model.h 69 vec3_t normal; member in struct:mplane_s
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument11.js 81 and load cycle, putting the document in a "normal" form.
documentnormalizedocument09.js 110 and load cycle, putting the document in a "normal" form.
documentnormalizedocument10.js 80 and load cycle, putting the document in a "normal" form.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.css 221 font-weight: normal !important;
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 367 const RE normal(TypeParam(".*(\\w+)"));
368 EXPECT_STREQ(".*(\\w+)", normal.pattern());
829 const RE normal(NULL);
833 const RE normal(".*(\\w+");
    [all...]
  /external/icu4c/
icu4c.css 438 font-weight: normal;
446 font-weight: normal;
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 264 D3DVECTOR normal; member in struct:_D3DRMVERTEX
321 * Reflect a ray about a given normal. Returns its first argument.
  /external/quake/quake/src/QW/server/
model.c 75 d = DotProduct (p,plane->normal) - plane->dist;
1028 out->normal[j] = LittleFloat (in->normal[j]);
1029 if (out->normal[j] < 0)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 264 D3DVECTOR normal; member in struct:_D3DRMVERTEX
321 * Reflect a ray about a given normal. Returns its first argument.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 939 double normal = StrictMath.scalb(0.2345, -25); local
1093 float normal = StrictMath.scalb(0.2345f, -25); local
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 83 * This is a getter rather than a normal property because the fileManager
mock_chrome.js 11 * Return a normal HTML5 filesystem api, rather than the real local
  /external/chromium/chrome/browser/resources/ntp/
most_visited.css 34 font-weight: normal;
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 241 white-space: normal;
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 85 font-weight: normal;
91 font-weight: normal;
    [all...]
  /external/v8/test/mjsunit/
div-mod.js 123 // All combinations of NaN, Infinity, normal, denormal and zero.
value-wrapper.js 103 // Test with normal setup of prototype.

Completed in 916 milliseconds

1 2 3 4 56 7 8 91011