HomeSort by relevance Sort by last modified time
    Searched refs:mod (Results 276 - 300 of 717) sorted by null

<<11121314151617181920>>

  /external/llvm/tools/llc/
llc.cpp 206 Module *mod = 0; local
215 mod = M.get();
216 if (mod == 0) {
223 mod->setTargetTriple(Triple::normalize(TargetTriple));
224 TheTriple = Triple(mod->getTargetTriple());
288 assert(mod && "Should have exited after outputting help!");
329 PM.add(new DataLayout(mod));
376 PM.run(*mod);
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgaevents.c 92 keysym.mod = KMOD_NONE;
128 keysym.mod = KMOD_NONE;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerModPowTest.java 107 BigInteger[] mod = new BigInteger[] {new BigInteger("2"), new BigInteger("10"), new BigInteger("2147483648")}; local
110 for (int j = 0; j < mod.length; ++j) {
111 assertEquals(base[i] + " modePow(" + exp + ", " + mod[j]
113 base[i].modPow(exp, mod[j]));
117 mod = new BigInteger[] {new BigInteger("1")};
119 for (int j = 0; j < mod.length; ++j) {
120 assertEquals(base[i] + " modePow(" + exp + ", " + mod[j]
122 base[i].modPow(exp, mod[j]));
  /external/chromium_org/chrome_frame/
buggy_bho_handling.cc 59 bool IsBuggyBho(HMODULE mod) {
60 DCHECK(mod);
63 ::GetModuleFileNameA(mod, path, arraysize(path));
68 GetModuleVersion(mod, &version, NULL);
161 HMODULE mod = base::GetModuleFromAddress(methods[0]); local
162 if (!IsBuggyBho(mod))
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/signature/
DSASHA1Verify.java 174 BigInteger u1 = m.multiply(w).mod(q);
175 BigInteger u2 = r.multiply(w).mod(q);
180 BigInteger v = u1.multiply(u2).mod(p).mod(q);
202 BigInteger r = pk.getG().modPow(k, pk.getP()).mod(pk.getQ());
206 BigInteger s = k.mod(pk.getQ());
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 193 code[1] |= i->src(0).mod.neg() << 26;
194 code[1] |= i->src(1).mod.neg() << 27;
303 if (i->src(s).mod & Modifier(NV50_IR_MOD_NOT))
855 code[1] |= i->src(0).mod.abs() << 20;
856 code[1] |= i->src(1).mod.abs() << 19;
864 const int neg_mul = i->src(0).mod.neg() ^ i->src(1).mod.neg();
865 const int neg_add = i->src(2).mod.neg();
884 const int neg0 = i->src(0).mod.neg();
885 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_emit_nv50.cpp 193 code[1] |= i->src(0).mod.neg() << 26;
194 code[1] |= i->src(1).mod.neg() << 27;
303 if (i->src(s).mod & Modifier(NV50_IR_MOD_NOT))
855 code[1] |= i->src(0).mod.abs() << 20;
856 code[1] |= i->src(1).mod.abs() << 19;
864 const int neg_mul = i->src(0).mod.neg() ^ i->src(1).mod.neg();
865 const int neg_add = i->src(2).mod.neg();
884 const int neg0 = i->src(0).mod.neg();
885 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 92 mod = __import__(".".join(modules), globals(), locals(),
97 call(mod)
100 file = mod.get_file()
219 mod = zi.load_module(TESTPACK)
220 self.assertEqual(zi.get_filename(TESTPACK), mod.__file__)
229 mod = sys.modules[mod_name]
232 self.assertEqual(zi.get_filename(mod_path), mod.__file__)
234 loader = mod.__loader__
236 self.assertEqual(loader.get_filename(mod_name), mod.__file__)
264 mod = zi.load_module(TESTPACK2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 92 mod = __import__(".".join(modules), globals(), locals(),
97 call(mod)
100 file = mod.get_file()
219 mod = zi.load_module(TESTPACK)
220 self.assertEqual(zi.get_filename(TESTPACK), mod.__file__)
229 mod = sys.modules[mod_name]
232 self.assertEqual(zi.get_filename(mod_path), mod.__file__)
234 loader = mod.__loader__
236 self.assertEqual(loader.get_filename(mod_name), mod.__file__)
264 mod = zi.load_module(TESTPACK2
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ConstructorTest.java 222 int mod = 0; local
226 mod = ctor.getModifiers();
228 ((mod & Modifier.PUBLIC) == Modifier.PUBLIC)
229 && ((mod & Modifier.PRIVATE) == 0));
237 mod = ctor.getModifiers();
239 ((mod & Modifier.PRIVATE) == Modifier.PRIVATE)
240 && ((mod & Modifier.PUBLIC) == 0));
248 mod = ctor.getModifiers();
250 ((mod & Modifier.PROTECTED) == Modifier.PROTECTED)
251 && ((mod & Modifier.PUBLIC) == 0))
    [all...]
  /external/skia/gm/rebaseline_server/
results.py 106 for mod in modifications:
107 image_name = IMAGE_FILENAME_FORMATTER % (mod['test'], mod['config'])
109 allowed_digests = [[mod['expectedHashType'],
110 int(mod['expectedHashDigest'])]]
115 value = mod.get(field)
118 builder_dict = expected_builder_dicts[mod['builder']]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1withDSA_SignatureImpl.java 229 r = g.modPow(k, p).mod(q);
234 s = k.modInverse(q).multiply(digestBI.add(x.multiply(r)).mod(q))
235 .mod(q);
372 u1 = (new BigInteger(1, digest)).multiply(w).mod(q);
373 u2 = r.multiply(w).mod(q);
375 v = g.modPow(u1, p).multiply(y.modPow(u2, p)).mod(p).mod(q);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mont.c 355 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx)
363 if (!BN_copy(&(mont->N),mod)) goto err; /* Set N */
376 mont->ri=(BN_num_bits(mod)+(BN_BITS2-1))/BN_BITS2*BN_BITS2;
388 if ((buf[0] = mod->d[0])) tmod.top=1;
389 if ((buf[1] = mod->top>1 ? mod->d[1] : 0)) tmod.top=2;
398 else /* if N mod word size == 1 */
402 /* Ri-- (mod double word size) */
417 buf[0]=mod->d[0]; /* tmod = N mod word size *
    [all...]
  /external/openssl/crypto/bn/
bn_mont.c 355 int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx)
363 if (!BN_copy(&(mont->N),mod)) goto err; /* Set N */
376 mont->ri=(BN_num_bits(mod)+(BN_BITS2-1))/BN_BITS2*BN_BITS2;
388 if ((buf[0] = mod->d[0])) tmod.top=1;
389 if ((buf[1] = mod->top>1 ? mod->d[1] : 0)) tmod.top=2;
398 else /* if N mod word size == 1 */
402 /* Ri-- (mod double word size) */
417 buf[0]=mod->d[0]; /* tmod = N mod word size *
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
SaslExceptionTest.java 259 boolean mod = false;
262 mod = false;
268 mod = true;
269 if ((th[j] == null) && !mod) {
274 if ((th[j] == null) && !mod) {
  /external/javassist/sample/evolve/
Evolution.java 133 int mod = c.getModifiers(); local
134 if (Modifier.isPublic(mod)) {
146 int mod = m.getModifiers(); local
147 if (Modifier.isPublic(mod))
148 if (Modifier.isStatic(mod))
  /system/extras/tests/lib/testUtil/
testUtil.c 199 * Pseudo randomly returns unsigned integer in the range [0, mod).
204 uint32_t testRandMod(uint32_t mod)
210 uint32_t val = (mod <= lrand48maxVal) ? (uint32_t) lrand48() : testRand();
216 * least significant bits. For small mod values this can produce
217 * noticably non-random sequnces. For mod values of less than 2
220 if (mod <= 0x10000) {
223 // If mod less than a byte, can further combine down to
225 if (mod <= 0x100) {
230 return val % mod;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 45 if (reg.mod != mod_REG)
72 if (reg.mod == mod_DISP8 ||
73 reg.mod == mod_DISP32)
76 if (reg.mod != mod_REG)
233 assert(reg.mod == mod_REG);
239 val |= regmem.mod << 6; /* mod field */
249 regmem.mod != mod_REG) {
253 switch (regmem.mod) {
290 switch (dst.mod) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.c 45 if (reg.mod != mod_REG)
72 if (reg.mod == mod_DISP8 ||
73 reg.mod == mod_DISP32)
76 if (reg.mod != mod_REG)
233 assert(reg.mod == mod_REG);
239 val |= regmem.mod << 6; /* mod field */
249 regmem.mod != mod_REG) {
253 switch (regmem.mod) {
290 switch (dst.mod) {
    [all...]
  /bionic/libc/netbsd/resolv/
res_random.c 44 * g = g0^j mod n will be a generator again.
47 * X[n] = a*X[n-1]+b mod m is a Linear Congruential Generator
48 * with a = 7^(even random) mod m,
53 * id[n] = seed xor (g^X[n] mod n)
115 * of 0 - (mod-1)
118 pmod(u_int16_t gen, u_int16_t exp, u_int16_t mod)
128 s = (s * t) % mod;
130 t = (t * t) % mod;
203 * RU_GEN^j mod RU_N
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 237 const hw_module_t *mod; local
243 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &mod)) {
248 droid->grmod = (const gralloc_module_t *) mod;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_atifragshader.c 127 apply_src_mod(GLint optype, GLuint mod, GLfloat * val)
132 if (!mod)
139 if (mod & GL_COMP_BIT_ATI)
142 if (mod & GL_BIAS_BIT_ATI)
145 if (mod & GL_2X_BIT_ATI)
148 if (mod & GL_NEGATE_BIT_ATI)
154 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val)
157 GLint has_sat = mod & GL_SATURATE_BIT_ATI;
160 mod &= ~GL_SATURATE_BIT_ATI;
166 switch (mod) {
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 237 const hw_module_t *mod; local
243 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &mod)) {
248 droid->grmod = (const gralloc_module_t *) mod;
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 127 apply_src_mod(GLint optype, GLuint mod, GLfloat * val)
132 if (!mod)
139 if (mod & GL_COMP_BIT_ATI)
142 if (mod & GL_BIAS_BIT_ATI)
145 if (mod & GL_2X_BIT_ATI)
148 if (mod & GL_NEGATE_BIT_ATI)
154 apply_dst_mod(GLuint optype, GLuint mod, GLfloat * val)
157 GLint has_sat = mod & GL_SATURATE_BIT_ATI;
160 mod &= ~GL_SATURATE_BIT_ATI;
166 switch (mod) {
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgree.java 181 * Set Mode (mod parameter)
182 * @param mod - mode value
185 public void setMode(String mod) throws ParseException {
186 if (mod == null)
190 setParameter(ParameterNamesIms.MOD, mod);
298 * @return mod parameter value
301 return getParameter(ParameterNamesIms.MOD);

Completed in 1770 milliseconds

<<11121314151617181920>>