Searched defs:exp (Results 176 - 200 of 218) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js629 return this.exp(e,z);
647 BigInteger.prototype.exp = bnpExp;
1016 function bnPow(e) { return this.exp(e,new NullExp()); }
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js629 return this.exp(e,z);
647 BigInteger.prototype.exp = bnpExp;
1016 function bnPow(e) { return this.exp(e,new NullExp()); }
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1044 /* This computes C = exp(A) */
1064 /* exp(-a) where a can be the tiniest number (Ntiny). */
2124 /* calculate the result using exp(ln(lhs)*rhs), which can */
2188 decExpOp(dac, dac, &aset, &status); /* dac=exp(dac) */
2836 Int exp; /* working exponent */ local
2889 /* calculate the ideal (preferred) exponent [floor(exp/2)] */
2942 exp=f->exponent+f->digits; /* adjusted to Hull rules */
2957 if ((exp & 1)==0) { /* even exponent */
2975 exp++; /* e=e+1 */
3017 a->exponent+=exp/
3649 Int exp=dn->exponent; /* local copy */ local
4697 Int exp=lhs->exponent; /* save min(exponents) */ local
4764 Int exp, expunits, exprem; /* work */ local
6273 decUnitCompare(const Unit *a, Int alength, const Unit *b, Int blength, Int exp) argument
6633 Int d, exp; /* work */ local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c5480 const UChar* exp = expected; local
5496 if(*exp!=*target){
5497 log_err("did not get the expected output. \\u%04X != \\u%04X (got)\n", *exp, *target);
5500 exp++;
5533 const UChar* exp = expected; local
5544 if(*exp!=*target){
5545 log_err("did not get the expected output. \\u%04X != \\u%04X (got)\n", *exp, *target);
5548 exp++;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp475 int32_t i, j, exp; local
543 for (j = 0, exp = 0; j < COUNT; ++j) {
555 int32_t expBase = exp; // save for later
556 for (i = 0; i < UDAT_FIELD_COUNT; ++i, ++exp) {
563 ctou(EXPECTED[exp]), field);
912 UnicodeString exp("08/13/1997 at 10:42:28 AM ");
914 if (0 != dateString.compareBetween(0, exp.length(), exp, 0, exp.length())) errln((UnicodeString)"FAIL: Expected " + exp);
1847 UDate exp = FAIL; local
[all...]
H A Dnumfmtst.cpp1607 UnicodeString exp("AA*^#,##0.00ZZ", "");
1610 expectPat(fmt, exp);
2114 /*2*/ "f:", // <pattern or '-'> <number> <exp. string>
2115 /*3*/ "fp:", // <pattern or '-'> <number> <exp. string> <exp. number>
2116 /*4*/ "rt:", // <pattern or '-'> <(exp.) number> <(exp.) string>
2117 /*5*/ "p:", // <pattern or '-'> <string> <exp. number>
2119 /*7*/ "pat:", // <pattern or '-'> <exp. toPattern or '-' or 'err'>
2120 /*8*/ "fpc:", // <pattern or '-'> <curr.amt> <exp
2407 expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode status) argument
2456 expect_rbnf(NumberFormat& fmt, const Formattable& n, const UnicodeString& exp, UBool rt) argument
2492 expect(NumberFormat& fmt, const Formattable& n, const UnicodeString& exp, UBool rt) argument
2530 expect(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode status) argument
2582 expectPat(DecimalFormat& fmt, const UnicodeString& exp) argument
2588 errln(UnicodeString("FAIL \\"") + pat + "\\", expected \\"" + exp + "\\""); local
[all...]
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js637 return this.exp(e,z);
655 BigInteger.prototype.exp = bnpExp;
1024 function bnPow(e) { return this.exp(e,new NullExp()); }
/external/chromium_org/v8/src/
H A Dparser.cc3272 Expression* exp = ParseExpression(true, CHECK_OK); local
3273 next = factory()->NewExpressionStatement(exp, RelocInfo::kNoPosition);
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1046 /* This computes C = exp(A) */
1066 /* exp(-a) where a can be the tiniest number (Ntiny). */
2126 /* calculate the result using exp(ln(lhs)*rhs), which can */
2190 decExpOp(dac, dac, &aset, &status); /* dac=exp(dac) */
2838 Int exp; /* working exponent */ local
2891 /* calculate the ideal (preferred) exponent [floor(exp/2)] */
2944 exp=f->exponent+f->digits; /* adjusted to Hull rules */
2959 if ((exp & 1)==0) { /* even exponent */
2977 exp++; /* e=e+1 */
3019 a->exponent+=exp/
3651 Int exp=dn->exponent; /* local copy */ local
4699 Int exp=lhs->exponent; /* save min(exponents) */ local
4766 Int exp, expunits, exprem; /* work */ local
6275 decUnitCompare(const Unit *a, Int alength, const Unit *b, Int blength, Int exp) argument
6635 Int d, exp; /* work */ local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5491 const UChar* exp = expected; local
5507 if(*exp!=*target){
5508 log_err("did not get the expected output. \\u%04X != \\u%04X (got)\n", *exp, *target);
5511 exp++;
5544 const UChar* exp = expected; local
5555 if(*exp!=*target){
5556 log_err("did not get the expected output. \\u%04X != \\u%04X (got)\n", *exp, *target);
5559 exp++;
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp478 int32_t i, j, exp; local
546 for (j = 0, exp = 0; j < COUNT; ++j) {
558 int32_t expBase = exp; // save for later
559 for (i = 0; i < UDAT_FIELD_COUNT; ++i, ++exp) {
566 ctou(EXPECTED[exp]), field);
915 UnicodeString exp("08/13/1997 at 10:42:28 AM ");
917 if (0 != dateString.compareBetween(0, exp.length(), exp, 0, exp.length())) errln((UnicodeString)"FAIL: Expected " + exp);
1850 UDate exp = FAIL; local
[all...]
H A Dnumfmtst.cpp1611 UnicodeString exp("AA*^#,##0.00ZZ", "");
1614 expectPat(fmt, exp);
2137 /*2*/ "f:", // <pattern or '-'> <number> <exp. string>
2138 /*3*/ "fp:", // <pattern or '-'> <number> <exp. string> <exp. number>
2139 /*4*/ "rt:", // <pattern or '-'> <(exp.) number> <(exp.) string>
2140 /*5*/ "p:", // <pattern or '-'> <string> <exp. number>
2142 /*7*/ "pat:", // <pattern or '-'> <exp. toPattern or '-' or 'err'>
2143 /*8*/ "fpc:", // <pattern or '-'> <curr.amt> <exp
2430 expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode status) argument
2479 expect_rbnf(NumberFormat& fmt, const Formattable& n, const UnicodeString& exp, UBool rt) argument
2515 expect(NumberFormat& fmt, const Formattable& n, const UnicodeString& exp, UBool rt) argument
2553 expect(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UBool rt, UErrorCode status) argument
2605 expectPat(DecimalFormat& fmt, const UnicodeString& exp) argument
2611 errln(UnicodeString("FAIL \\"") + pat + "\\", expected \\"" + exp + "\\""); local
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h201 /// double exp(double x);
202 exp, enumerator in enum:llvm::LibFunc::Func
297 /// double frexp(double num, int *exp);
299 /// float frexpf(float num, int *exp);
301 /// long double frexpl(long double num, int *exp);
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c6771 * @exp: the expression
6776 xmlExpFree(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp) { argument
6777 if ((exp == NULL) || (exp == forbiddenExp) || (exp == emptyExp))
6779 exp->ref--;
6780 if (exp->ref == 0) {
6784 key = exp->key % ctxt->size;
6785 if (ctxt->table[key] == exp) {
6786 ctxt->table[key] = exp
6818 xmlExpRef(xmlExpNodePtr exp) argument
6927 xmlExpGetLanguageInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
6972 xmlExpGetLanguage(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**langList, int len) argument
6980 xmlExpGetStartInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
7040 xmlExpGetStart(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**tokList, int len) argument
7056 xmlExpIsNillable(xmlExpNodePtr exp) argument
7063 xmlExpStringDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str) argument
7185 xmlExpStringDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str, int len) argument
7204 xmlExpCheckCard(xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7238 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7299 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7753 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7787 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
[all...]
H A Dtestapi.c32896 xmlExpNodePtr exp; /* the expression */ local
32909 exp = gen_xmlExpNodePtr(n_exp, 1);
32913 ret_val = xmlExpGetLanguage(ctxt, exp, (const xmlChar **)langList, len);
32917 des_xmlExpNodePtr(n_exp, exp, 1);
32951 xmlExpNodePtr exp; /* the expression */ local
32964 exp = gen_xmlExpNodePtr(n_exp, 1);
32968 ret_val = xmlExpGetStart(ctxt, exp, (const xmlChar **)tokList, len);
32972 des_xmlExpNodePtr(n_exp, exp, 1);
33004 xmlExpNodePtr exp; /* the expression */ local
33009 exp
33131 xmlExpNodePtr exp; /* the expression */ local
33176 xmlExpNodePtr exp; /* the englobing expression */ local
[all...]
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2064 class Exp : public ExpFunc { public: Exp (void) : ExpFunc("exp", deExp) {} };
2067 ExprP<float> exp (const ExprP<float>& x) { return app<Exp>(x); } function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
2390 DEFINE_DERIVED_FLOAT1(Sinh, sinh, x, (exp(x) - exp(-x)) / constant(2.0f));
2391 DEFINE_DERIVED_FLOAT1(Cosh, cosh, x, (exp(x) + exp(-x)) / constant(2.0f));
3937 const int exp = rnd.getInt(0, getNumBits(prec)-2); local
3940 return sign * rnd.getInt(0, 1L << exp);
3989 const int exp = int(deRoundEven(dePow(rnd.getDouble(minRoot, maxRoot), local
4007 if (exp >
[all...]
/external/libxml2/
H A Dxmlregexp.c6785 * @exp: the expression
6790 xmlExpFree(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp) { argument
6791 if ((exp == NULL) || (exp == forbiddenExp) || (exp == emptyExp))
6793 exp->ref--;
6794 if (exp->ref == 0) {
6798 key = exp->key % ctxt->size;
6799 if (ctxt->table[key] == exp) {
6800 ctxt->table[key] = exp
6832 xmlExpRef(xmlExpNodePtr exp) argument
6941 xmlExpGetLanguageInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
6986 xmlExpGetLanguage(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**langList, int len) argument
6994 xmlExpGetStartInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**list, int len, int nb) argument
7054 xmlExpGetStart(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar**tokList, int len) argument
7070 xmlExpIsNillable(xmlExpNodePtr exp) argument
7077 xmlExpStringDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str) argument
7199 xmlExpStringDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, const xmlChar *str, int len) argument
7218 xmlExpCheckCard(xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7252 xmlExpDivide(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub, xmlExpNodePtr *mult, xmlExpNodePtr *remain) argument
7313 xmlExpExpDeriveInt(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7767 xmlExpExpDerive(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
7801 xmlExpSubsume(xmlExpCtxtPtr ctxt, xmlExpNodePtr exp, xmlExpNodePtr sub) argument
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm64_toIR.c5000 /* exp: E bits */
5003 ULong exp = ((imm8_6 ^ 1) << (E-1)) | Replicate(imm8_6, E-1); local
5006 vassert(exp < (1ULL << E));
5009 ULong res = (sign << (E+F)) | (exp << F) | frac;
H A Dguest_amd64_toIR.c5868 mkIRExpr_HWord(1)/*exp*/ ))
18011 static IRExpr* math_CTZ32(IRExpr *exp) argument
18014 return unop(Iop_64to32, unop(Iop_Ctz64, unop(Iop_32Uto64, exp)));
[all...]
H A Dguest_ppc_toIR.c2935 IRExpr * exp; local
2940 exp = binop( Iop_And32, binop( Iop_Shr32, unop( Iop_64HIto32,
2944 exp = unop( Iop_64to32,
2948 return exp;
2962 // Infinity: exp = 7ff and fraction is zero; s = 0/1
2987 // Zero: exp is zero and fraction is zero; s = 0/1
3004 /* SNAN: s = 1/0; exp = 0x7ff; fraction is nonzero, with highest bit '1'
3005 * QNAN: s = 1/0; exp = 0x7ff; fraction is nonzero, with highest bit '0'
8162 * the exp is 0 and the fraction is non-zero.
8254 /* Let e_[a|b] be the unbiased exponent: i.e. exp
15073 IRExpr * exp; local
15083 IRExpr * exp; local
15093 IRExpr * exp; local
15110 IRExpr * exp; local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 929 milliseconds

123456789