HomeSort by relevance Sort by last modified time
    Searched refs:consts (Results 26 - 50 of 59) sorted by null

12 3

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 59 float (*consts)[4],
  /external/mesa3d/src/mesa/main/
APIspec.py 339 consts = self.switch_constants[desc.name]
342 if (consts[attr] is not None and
343 consts[attr] != getattr(desc, attr)):
345 consts[attr] = getattr(desc, attr)
  /external/chromium_org/v8/test/mjsunit/
global-const-var-conflicts.js 28 // Check that dynamically introducing conflicting consts/vars
const-eval-init.js 32 // initialization of consts in the global scope happen at the same
const-redecl.js 101 // Redeclarations of global consts do not throw, they are silently ignored.
  /external/v8/test/mjsunit/
global-const-var-conflicts.js 28 // Check that dynamically introducing conflicting consts/vars
const-eval-init.js 32 // initialization of consts in the global scope happen at the same
const-redecl.js 101 // Redeclarations of global consts do not throw, they are silently ignored.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 8 from compiler.consts \
269 self.consts = []
408 self.consts.insert(0, self.docstring)
453 return self._lookupName(arg, self.consts)
553 for elt in self.consts:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 8 from compiler.consts \
269 self.consts = []
408 self.consts.insert(0, self.docstring)
453 return self._lookupName(arg, self.consts)
553 for elt in self.consts:
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 1106 UCAConstants *consts = NULL; local
1128 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
1129 UCOL_RESET_TOP_VALUE = consts->UCA_LAST_NON_VARIABLE[0];
1130 /*UCOL_RESET_TOP_CONT = consts->UCA_LAST_NON_VARIABLE[1]; */
1131 UCOL_NEXT_TOP_VALUE = consts->UCA_FIRST_IMPLICIT[0];
1132 UCOL_NEXT_TOP_CONT = consts->UCA_FIRST_IMPLICIT[1];
1144 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT);
1146 setIndirectBoundaries(1, consts->UCA_FIRST_PRIMARY_IGNORABLE, 0);
1148 setIndirectBoundaries(2, consts->UCA_LAST_PRIMARY_IGNORABLE, 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
renderer.c 153 VGfloat consts[3][4]; local
166 consts[i][0] = mvp->m[i + 0];
167 consts[i][1] = mvp->m[i + 3];
168 consts[i][2] = 0.0f;
169 consts[i][3] = mvp->m[i + 6];
177 sizeof(consts));
180 0, sizeof(consts), consts);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 153 VGfloat consts[3][4]; local
166 consts[i][0] = mvp->m[i + 0];
167 consts[i][1] = mvp->m[i + 3];
168 consts[i][2] = 0.0f;
169 consts[i][3] = mvp->m[i + 6];
177 sizeof(consts));
180 0, sizeof(consts), consts);
    [all...]
  /cts/suite/audio_quality/test_description/processing/
check_spectrum.py 17 from consts import *
  /cts/suite/audio_quality/test_description/
processing_main.py 23 from consts import *
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_sse.c 79 static float consts[NUM_CONSTS][4] = { variable
99 PIPE_ALIGN_VAR(16) float consts[NUM_CONSTS][4]; member in struct:translate_sse
162 get_offset(p, &p->consts[id][0])));
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1109 UCAConstants *consts = NULL; local
1131 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
1132 UCOL_RESET_TOP_VALUE = consts->UCA_LAST_NON_VARIABLE[0];
1133 /*UCOL_RESET_TOP_CONT = consts->UCA_LAST_NON_VARIABLE[1]; */
1134 UCOL_NEXT_TOP_VALUE = consts->UCA_FIRST_IMPLICIT[0];
1135 UCOL_NEXT_TOP_CONT = consts->UCA_FIRST_IMPLICIT[1];
1147 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT);
1149 setIndirectBoundaries(1, consts->UCA_FIRST_PRIMARY_IGNORABLE, 0);
1151 setIndirectBoundaries(2, consts->UCA_LAST_PRIMARY_IGNORABLE, 0)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 79 static float consts[NUM_CONSTS][4] = { variable
99 PIPE_ALIGN_VAR(16) float consts[NUM_CONSTS][4]; member in struct:translate_sse
162 get_offset(p, &p->consts[id][0])));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 1618 SmallPtrSet<Constant*,64> consts; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_vertprog.c 20 * 1. Indexed consts + ARL
96 if (vp->consts[idx].index == pipe)
102 vp->consts = realloc(vp->consts, sizeof(*vpd) * vp->nr_consts);
103 vpd = &vp->consts[idx];
    [all...]
nvfx_fragprog.c 128 fp->consts = realloc(fp->consts, ++fp->nr_consts *
130 fpd = &fp->consts[fp->nr_consts - 1];
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 20 * 1. Indexed consts + ARL
96 if (vp->consts[idx].index == pipe)
102 vp->consts = realloc(vp->consts, sizeof(*vpd) * vp->nr_consts);
103 vpd = &vp->consts[idx];
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 345 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
347 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 346 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local
348 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */
    [all...]

Completed in 804 milliseconds

12 3