HomeSort by relevance Sort by last modified time
    Searched full:consts (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /external/opencv3/modules/python/src2/
gen2.py 257 self.consts = {}
731 self.consts = {}
741 self.consts = {}
788 if name in ns.consts:
792 ns.consts[name] = cname
838 for name, cname in sorted(ns.consts.items()):
863 # step 1: scan the headers and build more descriptive maps of classes, consts, functions
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 597 R600InstrInfo::fitsConstReadLimitations(const std::vector<unsigned> &Consts)
599 assert (Consts.size() <= 12 && "Too many operands in instructions group");
601 for (unsigned i = 0, n = Consts.size(); i < n; ++i) {
602 unsigned ReadConstHalf = Consts[i] & 2;
603 unsigned ReadConstIndex = Consts[i] & (~3);
624 std::vector<unsigned> Consts;
640 Consts.push_back(Src.second);
645 Consts.push_back((Index << 2) | Chan);
649 return fitsConstReadLimitations(Consts);
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/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...]
  /external/opencv3/modules/java/generator/
gen_java.py     [all...]
  /cts/suite/audio_quality/test_description/processing/
check_spectrum.py 17 from consts import *
check_spectrum_playback.py 17 from consts import *
  /cts/suite/audio_quality/test_description/
processing_main.py 23 from consts import *
  /external/e2fsprogs/include/nonunix/
getopt.h 106 differences in the consts, in stdlib.h. To avoid compilation
  /external/icu/icu4c/source/config/
mh-beos 15 # -fkeep-inline-functions -fkeep-static-consts -fbranch-count-reg \
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 59 float (*consts)[4],
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vertprog.h 30 * To use an address reg as an index into consts, the CONST_SRC is set to
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...]
  /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/valgrind/coregrind/
pub_core_vkiscnums.h 46 // On Darwin the __NR_name consts are #define'd constants which are
  /external/webrtc/webrtc/modules/audio_coding/neteq/
nack.cc 199 // Ugly hack to get around the problem of passing static consts by reference.
  /ndk/sources/host-tools/make-3.81/
getopt.h 104 differences in the consts, in stdlib.h. To avoid compilation
  /packages/apps/Messaging/res/values/
constants.xml 83 <!-- Swipe to Archive consts -->
  /toolchain/binutils/binutils-2.25/include/
getopt.h 111 differences in the consts, in unistd.h. To avoid compilation
  /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/clang/test/SemaCXX/
cstyle-cast.cpp 27 // Cast away deep consts and volatiles.
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 268 const void *Consts[PIPE_MAX_CONSTANT_BUFFERS];

Completed in 672 milliseconds

1 23 4 5 6 7 8