HomeSort by relevance Sort by last modified time
    Searched refs:expn (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.c 87 ptr->terms[0].data.expn->op == YASM_EXPR_IDENT) {
88 sube = ptr->terms[0].data.expn;
110 ptr->terms[1].data.expn->op == YASM_EXPR_IDENT) {
111 sube = ptr->terms[1].data.expn;
165 e->data.expn = x;
231 sube = e->terms[i].data.expn;
377 ei->data.expn = sube;
397 e->terms[i].data.expn =
398 expr_xform_neg_helper(e->terms[i].data.expn);
407 e->terms[0].data.expn
    [all...]
symrec.c 69 yasm_expr *expn; /* equ value */ member in union:yasm_symrec::__anon20210
155 yasm_expr_destroy(sym->value.expn);
261 rec->value.expn =
325 rec->value.expn = e;
543 return sym->value.expn;
656 yasm_expr_print(sym->value.expn, f);
expr.h 61 yasm_expr *expn; /**< Subexpression (YASM_EXPR_EXPR) */ member in union:yasm_expr__item::__anon20206
value.c 181 sube = e->terms[i].data.expn;
419 return value_finalize_scan(value, e->terms[0].data.expn,
435 e->terms[i].data.expn,
533 yasm_expr *sube = value->abs->terms[0].data.expn;
bytecode.h 545 * \param expn expression
549 yasm_dataval *yasm_dv_create_expr(/*@keep@*/ yasm_expr *expn);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c 139 * accepted such things, and it's doubtful such an expn is valid anyway
147 * "distribute" is: (non-float-expn or intnum) * (sum expn of registers).
181 if (yasm_expr__contains(e->terms[i].data.expn,
195 x86_expr_checkea_distcheck_reg(&e->terms[i].data.expn,
201 } else if (yasm_expr__contains(e->terms[i].data.expn,
220 /* The reg expn *must* be EXPR_ADD at this point. Sanity check. */
222 e->terms[havereg_expr].data.expn->op != YASM_EXPR_ADD)
223 yasm_internal_error(N_("Register expression not ADD or EXPN"));
225 /* Iterate over each term in reg expn */
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
quant.c 311 // Linearly interpolate 'expn' from exp_min to exp_max
313 const double expn = (alpha > amax) ? exp_min local
316 const double v = pow(c, expn);
372 const double expn = 1. - amp * enc->dqm_[i].alpha_; local
373 const double c = pow(c_base, expn);
375 assert(expn > 0.);
    [all...]
  /external/webp/src/enc/
quant.c 311 // Linearly interpolate 'expn' from exp_min to exp_max
313 const double expn = (alpha > amax) ? exp_min local
316 const double v = pow(c, expn);
372 const double expn = 1. - amp * enc->dqm_[i].alpha_; local
373 const double c = pow(c_base, expn);
375 assert(expn > 0.);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 325 '250-EXPN\r\n'
434 expected_features = {'expn':'',
468 self.assertEqual(smtp.expn(listname), expected_known)
472 self.assertEqual(smtp.expn(u), expected_unknown)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 325 '250-EXPN\r\n'
434 expected_features = {'expn':'',
468 self.assertEqual(smtp.expn(listname), expected_known)
472 self.assertEqual(smtp.expn(u), expected_unknown)
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
j2k.h 168 OPJ_INT32 expn; member in struct:opj_stepsize
j2k.c     [all...]
tcd.c     [all...]
dwt.c 375 bandno_stepsize->expn = numbps - p;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 620 __CRT_INLINE float __cdecl ldexpf (float x, int expn) { return (float) ldexp ((double)x, expn); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 23 EXPN VERB ETRN DSN
515 def expn(self, address): member in class:SMTP
516 """SMTP 'expn' command -- expands a mailing list."""
517 self.putcmd("expn", _addr_only(address))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 23 EXPN VERB ETRN DSN
515 def expn(self, address): member in class:SMTP
516 """SMTP 'expn' command -- expands a mailing list."""
517 self.putcmd("expn", _addr_only(address))

Completed in 7850 milliseconds