/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
symshift.pl | 3 # "plane" and create combined symbol table 21 # into a corresponding plane when forming such input sequences: 23 # id_combined = id_original + 256 * plane 26 # constants (e.g. the plane for each set). Also, some hard-coded 97 the appropriate plane 118 %plane = ( 128 $table{$plane{$table}} = $table; 185 #printf STDERR "doing table $table (plane %d)\n", $plane{$table}; 188 $plane = $plane{$table} [all...] |
/external/quake/quake/src/QW/client/ |
pmovetst.c | 97 mplane_t *plane;
local 105 plane = hull->planes + node->planenum;
107 if (plane->type < 3)
108 d = p[plane->type] - plane->dist;
110 d = DotProduct (plane->normal, p) - plane->dist;
130 mplane_t *plane;
local 144 plane = hull->planes + node->planenum;
146 if (plane->type < 3) 179 mplane_t *plane; local [all...] |
gl_test.c | 27 plane_t *plane;
member in struct:__anon4999 60 junk = trace.plane;
71 plane_t *plane;
local 84 plane = HitPlane (r_refdef.vieworg, temp);
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
|
pmove.h | 29 qboolean allsolid; // if true, plane is not valid
34 pmplane_t plane; // surface normal at impact
member in struct:__anon5047
|
r_light.c | 79 splitplane = node->plane; 146 mplane_t *plane; local 162 plane = node->plane; 163 front = DotProduct (start, plane->normal) - plane->dist; 164 back = DotProduct (end, plane->normal) - plane->dist;
|
r_bsp.c | 171 // transform the BSP plane into model space 173 splitplane = pnode->plane; 180 // clip edges to BSP plane 268 // plane to both sides (but in opposite directions) 348 pplane = psurf->plane; 426 pplane = psurf->plane; 452 mplane_t *plane; local 532 plane = node->plane; 534 switch (plane->type [all...] |
vid_svgalib.c | 109 int i, j, k, plane, reps, repshift, offset, vidpage, off; local 127 for (plane=0 ; plane<4 ; plane++) 129 // select the correct plane for reading and writing 131 outb(1 << plane, 0x3C5); 133 outb(plane, 0x3CF); 141 backingbuf[(i + k) * 24 + (j << 2) + plane] = 146 (j << 2) + plane]; 173 int i, j, k, plane, reps, repshift, offset, vidpage, off local [all...] |
/external/quake/quake/src/QW/server/ |
worlda.s | 36 // mplane_t *plane; 62 // plane = hull->planes + node->planenum; 71 // if (plane->type < 3) 72 // d = p[plane->type] - plane->dist; 78 // d = DotProduct (plane->normal, p) - plane->dist;
|
world.c | 345 splitplane = node->plane; 457 mplane_t *plane; local 465 plane = hull->planes + node->planenum; 467 if (plane->type < 3) 468 d = p[plane->type] - plane->dist; 470 d = DotProduct (plane->normal, p) - plane->dist; 536 mplane_t *plane; local 567 plane = hull->planes + node->planenum [all...] |
world.h | 30 qboolean allsolid; // if true, plane is not valid 35 plane_t plane; // surface normal at impact member in struct:__anon5222
|
/external/quake/quake/src/WinQuake/ |
gl_test.cpp | 27 plane_t *plane;
member in struct:__anon5362 60 junk = trace.plane;
71 plane_t *plane;
local 84 plane = HitPlane (r_refdef.vieworg, temp);
87 d = DotProduct (incoming, plane->normal);
89 VectorMA (p->reflect, d*2, plane->normal, p->reflect);
92 VectorCopy (plane->normal, p->normal);
|
vid_vga.cpp | 65 int i, j, k, plane, reps, repshift;
local 83 for (plane=0 ; plane<4 ; plane++)
85 // select the correct plane for reading and writing
87 outportb (SC_DATA, 1 << plane);
89 outportb (GC_DATA, plane);
97 backingbuf[(i + k) * 24 + (j << 2) + plane] =
102 (j << 2) + plane];
136 int i, j, k, plane, reps, repshift; local [all...] |
worlda.s | 56 // mplane_t *plane; 82 // plane = hull->planes + node->planenum; 91 // if (plane->type < 3) 92 // d = p[plane->type] - plane->dist; 98 // d = DotProduct (plane->normal, p) - plane->dist;
|
r_light.cpp | 79 splitplane = node->plane;
146 mplane_t *plane;
local 162 plane = node->plane;
163 front = DotProduct (start, plane->normal) - plane->dist;
164 back = DotProduct (end, plane->normal) - plane->dist;
|
world.cpp | 355 splitplane = node->plane; 495 mplane_t *plane; local 503 plane = hull->planes + node->planenum; 505 if (plane->type < 3) 506 d = p[plane->type] - plane->dist; 508 d = DotProduct (plane->normal, p) - plane->dist; 584 mplane_t *plane; local 615 plane = hull->planes + node->planenum [all...] |
r_bsp.cpp | 171 // transform the BSP plane into model space
173 splitplane = pnode->plane;
180 // clip edges to BSP plane
268 // plane to both sides (but in opposite directions)
348 pplane = psurf->plane;
426 pplane = psurf->plane;
452 mplane_t *plane;
local 532 plane = node->plane;
534 switch (plane->type) [all...] |
world.h | 30 qboolean allsolid; // if true, plane is not valid
35 plane_t plane; // surface normal at impact
member in struct:__anon5545
|
vid_svgalib.cpp | 108 int i, j, k, plane, reps, repshift, offset, vidpage, off; local 126 for (plane=0 ; plane<4 ; plane++) 128 // select the correct plane for reading and writing 130 outb(1 << plane, 0x3C5); 132 outb(plane, 0x3CF); 140 backingbuf[(i + k) * 24 + (j << 2) + plane] = 145 (j << 2) + plane]; 172 int i, j, k, plane, reps, repshift, offset, vidpage, off local [all...] |
/external/webkit/WebCore/manual-tests/ |
non-bmp.html | 7 Listed below are Mathematical Bold Capital A through E (U+1D400 .. U+1D404). Note that you need to install a font covering Plane 1 like Code2001 for this test.
|
/external/icu4c/data/mappings/ |
noop-cns-11643.ucm | 23 # (state 0) lead byte, selects the CNS plane (0x80 + plane number)
|
/external/icu4c/i18n/ |
csr2022.cpp | 127 {0x1b, 0x24, 0x29, 0x47, 0x00}, // CNS 11643-1992 Plane 1 128 {0x1b, 0x24, 0x2A, 0x48, 0x00}, // CNS 11643-1992 Plane 2 130 {0x1b, 0x24, 0x2B, 0x49, 0x00}, // CNS 11643-1992 Plane 3 131 {0x1b, 0x24, 0x2B, 0x4A, 0x00}, // CNS 11643-1992 Plane 4 132 {0x1b, 0x24, 0x2B, 0x4B, 0x00}, // CNS 11643-1992 Plane 5 133 {0x1b, 0x24, 0x2B, 0x4C, 0x00}, // CNS 11643-1992 Plane 6 134 {0x1b, 0x24, 0x2B, 0x4D, 0x00}, // CNS 11643-1992 Plane 7
|
/external/svox/pico/lib/ |
picokfst.h | 63 PICOKFST_PLANE_PHONEMES = 0, /* phoneme plane */ 64 PICOKFST_PLANE_ASCII = 1, /* "ascii" plane (values > 127 may be used internally) */ 65 PICOKFST_PLANE_XSAMPA = 2, /* x-sampa primitives plane (pico-specific table) */ 66 PICOKFST_PLANE_ACCENTS = 4, /* accent plane */ 67 PICOKFST_PLANE_POS = 5, /* part of speech plane */ 68 PICOKFST_PLANE_PB_STRENGTHS = 6, /* phrase boundary strength plane */ 69 PICOKFST_PLANE_INTERN = 7 /* internal plane, e.g. phonStartId, phonTermId */
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.h | 16 * @param strides The number of row bytes in each image plane. 29 * @param offsets The offsets in each image plane with respect to inYuv.
|
/frameworks/base/opengl/tools/glgen/specs/jsr239/ |
glspec-1.1 | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|
/frameworks/base/opengl/tools/glgen/specs/gles11/ |
GLES11.spec | 4 void glClipPlanef ( GLenum plane, const GLfloat *equation ) 5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
|