Searched refs:mod (Results 276 - 300 of 781) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp201 code[1] |= i->src(0).mod.neg() << 26;
202 code[1] |= i->src(1).mod.neg() << 27;
311 if (i->src(s).mod & Modifier(NV50_IR_MOD_NOT))
964 code[1] |= i->src(0).mod.abs() << 20;
965 code[1] |= i->src(0).mod.neg() << 26;
966 code[1] |= i->src(1).mod.abs() << 19;
967 code[1] |= i->src(1).mod.neg() << 27;
975 const int neg_mul = i->src(0).mod.neg() ^ i->src(1).mod.neg();
976 const int neg_add = i->src(2).mod
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_atifragshader.c128 apply_src_mod(GLint optype, GLuint mod, GLfloat * val) argument
133 if (!mod)
140 if (mod & GL_COMP_BIT_ATI)
143 if (mod & GL_BIAS_BIT_ATI)
146 if (mod & GL_2X_BIT_ATI)
149 if (mod & GL_NEGATE_BIT_ATI)
155 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val) argument
158 GLint has_sat = mod & GL_SATURATE_BIT_ATI;
161 mod &= ~GL_SATURATE_BIT_ATI;
167 switch (mod) {
205 write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src, GLfloat * dst) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DSecurityAgree.java181 * Set Mode (mod parameter)
182 * @param mod - mode value
185 public void setMode(String mod) throws ParseException { argument
186 if (mod == null)
190 setParameter(ParameterNamesIms.MOD, mod);
298 * @return mod parameter value
/external/python/cpython2/Tools/freeze/
H A Dcheckextensions_win32.py68 for mod in unknown:
70 # print "Looking for", mod, "in", win32api.GetFullPathName(ini),"...",
71 defn = get_extension_defn( mod, ini, prefix )
78 sys.stderr.write("No definition of module %s in any specified map file.\n" % (mod))
/external/python/cpython3/Lib/
H A Dzipapp.py123 mod, sep, fn = main.partition(':')
124 mod_ok = all(part.isidentifier() for part in mod.split('.'))
128 main_py = MAIN_TEMPLATE.format(module=mod, fn=fn)
/external/python/cpython3/Tools/freeze/
H A Dcheckextensions_win32.py68 for mod in unknown:
70 # print "Looking for", mod, "in", win32api.GetFullPathName(ini),"...",
71 defn = get_extension_defn( mod, ini, prefix )
78 sys.stderr.write("No definition of module %s in any specified map file.\n" % (mod))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DRSABlindedEngine.java108 BigInteger blindedInput = r.modPow(e, m).multiply(input).mod(m);
112 result = blindedResult.multiply(rInv).mod(m);
/external/elfutils/libdwfl/
H A Ddwfl_frame.c167 for (Dwfl_Module *mod = dwfl->modulelist; mod != NULL; mod = mod->next)
177 if (strncmp (mod->name, "[vdso: ", 7) == 0
178 || strcmp (strrchr (mod->name, ' ') ?: "",
181 Dwfl_Error error = __libdwfl_module_getebl (mod);
184 ebl = mod->ebl;
/external/guava/guava-tests/benchmark/com/google/common/math/
H A DIntMathBenchmark.java64 @Benchmark int mod(int reps) { method in class:IntMathBenchmark
68 tmp += IntMath.mod(ints[j], positive[j]);
/external/libxkbcommon/xkbcommon/xkbcommon/
H A Dxkbcommon-compat.h61 #define xkb_key_mod_index_is_consumed(state, key, mod) \
62 xkb_state_mod_index_is_consumed(state, key, mod)
/external/llvm/unittests/IR/
H A DLegacyPassManagerTest.cpp405 Module *mod = new Module("test-mem", Context); local
406 mod->setDataLayout("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-"
409 mod->setTargetTriple("x86_64-unknown-linux-gnu");
430 /*Name=*/"test1", mod);
438 /*Name=*/"test2", mod);
446 /*Name=*/"test3", mod);
454 /*Name=*/"test4", mod);
540 return mod;
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dhtest.py364 mod = import_module('idlelib.' + test_spec['file'])
365 test = getattr(mod, test_name)
/external/python/cpython2/Lib/json/tests/
H A D__init__.py60 for mod in (json, json.encoder, json.decoder):
61 suite.addTest(doctest.DocTestSuite(mod))
/external/python/cpython2/Lib/test/
H A Dtest_pdb.py256 mod = imp.new_module('module_to_skip') variable
257 exec 'def foo_pony(callback): x = 1; callback(); return None' in mod.__dict__
267 ... mod.foo_pony(callback)
280 -> mod.foo_pony(callback)
295 -> mod.foo_pony(callback)
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dhtest.py375 mod = import_module('idlelib.' + test_spec['file'])
376 test = getattr(mod, test_name)
/external/python/cpython3/Lib/test/
H A Dtest_inspect.py31 from test import inspect_fodder as mod namespace
48 modfile = mod.__file__
61 git = mod.StupidGit()
109 self.istest(inspect.iscode, 'mod.spam.__code__')
124 self.istest(inspect.isfunction, 'mod.spam')
125 self.istest(inspect.isfunction, 'mod.StupidGit.abuse')
127 self.istest(inspect.ismodule, 'mod')
192 self.assertTrue(inspect.isroutine(mod.spam))
196 self.istest(inspect.isclass, 'mod.StupidGit')
244 self.istest(inspect.isframe, 'mod
[all...]
/external/skia/src/gpu/effects/
H A DGrDitherEffect.fp70 // Simulate the integer effect used above using step/mod. For speed, simulates a 4x4
72 half4 modValues = mod(sk_FragCoord.xyxy, half4(2.0, 2.0, 4.0, 4.0));
/external/skqp/src/gpu/effects/
H A DGrDitherEffect.fp70 // Simulate the integer effect used above using step/mod. For speed, simulates a 4x4
72 half4 modValues = mod(sk_FragCoord.xyxy, half4(2.0, 2.0, 4.0, 4.0));
/external/swiftshader/third_party/LLVM/unittests/VMCore/
H A DPassManagerTest.cpp401 Module* mod = new Module("test-mem", getGlobalContext()); local
402 mod->setDataLayout("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-"
405 mod->setTargetTriple("x86_64-unknown-linux-gnu");
427 /*Name=*/"test1", mod);
435 /*Name=*/"test2", mod);
443 /*Name=*/"test3", mod);
451 /*Name=*/"test4", mod);
534 return mod;
/external/syslinux/com32/lib/sys/module/
H A Dcommon.c434 struct elf_module *m, *mod, *begin = NULL; local
436 for_each_module(mod) {
437 if (!strcmp(mod->name, name)) {
438 begin = mod;
446 for_each_module_safe(mod, m) {
447 if (mod == begin)
450 if (mod != begin)
451 module_unload(mod);
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimapsTest.java79 ListMultimap<String, Integer> mod = ArrayListMultimap.create();
80 ListMultimap<String, Integer> unmod = Multimaps.unmodifiableListMultimap(mod);
81 assertNotSame(mod, unmod);
92 SetMultimap<String, Integer> mod = HashMultimap.create();
93 SetMultimap<String, Integer> unmod = Multimaps.unmodifiableSetMultimap(mod);
94 assertNotSame(mod, unmod);
105 Multimap<String, Integer> mod = HashMultimap.create();
106 Multimap<String, Integer> unmod = Multimaps.unmodifiableMultimap(mod);
107 assertNotSame(mod, unmod);
135 Multimap<String, Integer> mod
[all...]
/external/libxaac/decoder/
H A Dixheaacd_lpc.c333 WORD32 *mod; local
366 mod = pstr_td_frame_data->mod;
381 pstr_td_frame_data->mod);
388 if ((first_lpd_flag && mod[0] == 0) || (first_lpd_flag && mod[1] == 0) ||
389 ((first_lpd_flag && mod[2] == 0 && len_subfrm != LEN_FRAME))) {
408 if (mod[0] == 0) {
439 if (mod[0] == 0 && len_subfrm != LEN_FRAME) {
455 if (mod[
[all...]
/external/python/cpython2/Parser/
H A Dasdl_c.py101 def visitModule(self, mod):
102 for dfn in mod.dfns:
141 def visitModule(self, mod):
142 for dfn in mod.dfns:
211 def visitModule(self, mod):
212 for dfn in mod.dfns:
335 def visitModule(self, mod):
336 for dfn in mod.dfns:
598 def visitModule(self, mod):
888 for dfn in mod
[all...]
/external/autotest/contrib/
H A Dmove_cq_hosts.sh23 ./cli/atest host mod --web=$FROM_HOST -l $1
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DGLVMultiplier.java31 BigInteger[] ab = glvEndomorphism.decomposeScalar(k.mod(n));

Completed in 4896 milliseconds

<<11121314151617181920>>