Searched refs:directions (Results 1 - 8 of 8) sorted by relevance

/external/webkit/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js272 this.directions = new Array(4);
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]);
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[
[all...]
/external/webkit/SunSpider/tests/sunspider-0.9.1/
H A D3d-raytrace.js272 this.directions = new Array(4);
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]);
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[
[all...]
/external/qemu/distrib/sdl-1.2.12/src/joystick/mint/
H A DSDL_sysjoystick.c606 Uint16 directions; member in struct:JOYPAD_IO_S
634 jp_directions = (~(JOYPAD_IO.directions));
656 JOYPAD_IO.directions = joypad_masks[(i*4)+j];
659 cur_dir = (~(JOYPAD_IO.directions)>>8) & 15;
670 JOYPAD_IO.directions = joypad_masks[(i*4)+j];
673 cur_dir = (~(JOYPAD_IO.directions)>>12) & 15;
680 JOYPAD_IO.directions=0xffff;
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
H A Dcpvh223multiplex.h80 void LowerLayerError(TPVDirection directions, PVMFStatus error);
/external/quake/quake/src/WinQuake/
H A Dquake-rogue.spec.sh71 directions for Quake to date; and the most popular too!
/external/iproute2/doc/
H A Dip-tunnels.tex81 A: Linux-2.2 has single module \verb|ipip| for both directions of tunneling
275 output directions by prefixing corresponding keywords with letter
H A Dip-cref.tex2418 The \verb|key| parameter sets the key to use in both directions.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4746 At this point, we are pointing to the last node of the list. Lists are terminated in all directions by a \textbf{NULL} pointer. All nodes are doubly linked so that you

Completed in 181 milliseconds