OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:normalise
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js
94
function
normalise
(v) {
function
146
this.normal =
normalise
(normal);
273
this.directions[0] =
normalise
([-0.7, 0.7, 1]);
274
this.directions[1] =
normalise
([ 0.7, 0.7, 1]);
275
this.directions[2] =
normalise
([ 0.7, -0.7, 1]);
276
this.directions[3] =
normalise
([-0.7, -0.7, 1]);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js
94
function
normalise
(v) {
function
146
this.normal =
normalise
(normal);
273
this.directions[0] =
normalise
([-0.7, 0.7, 1]);
274
this.directions[1] =
normalise
([ 0.7, 0.7, 1]);
275
this.directions[2] =
normalise
([ 0.7, -0.7, 1]);
276
this.directions[3] =
normalise
([-0.7, -0.7, 1]);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
3d-raytrace.js
94
function
normalise
(v) {
function
146
this.normal =
normalise
(normal);
273
this.directions[0] =
normalise
([-0.7, 0.7, 1]);
274
this.directions[1] =
normalise
([ 0.7, 0.7, 1]);
275
this.directions[2] =
normalise
([ 0.7, -0.7, 1]);
276
this.directions[3] =
normalise
([-0.7, -0.7, 1]);
Completed in 59 milliseconds