Searched defs:exp (Results 76 - 100 of 117) sorted by relevance

12345

/external/valgrind/main/none/tests/ppc32/
H A Dround.c53 unsigned int exp:8; member in struct:__anon14170::__anon14171
62 unsigned int exp:11; member in struct:__anon14172::__anon14173
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
153 (R.layout.exp != E.layout.exp) ||
229 F.layout.exp = 0;
237 D.layout.exp = 0;
246 F.layout.exp = 1;
267 (R.layout.exp !
826 int exp, hi, lo; member in struct:__anon14177
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c53 unsigned int exp:8; member in struct:__anon14197::__anon14198
62 unsigned int exp:11; member in struct:__anon14199::__anon14200
123 D.layout.exp, D.layout.frac_hi, D.layout.frac_lo);
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
153 (R.layout.exp != E.layout.exp) ||
229 F.layout.exp = 0;
237 D.layout.exp = 0;
246 F.layout.exp = 1;
267 (R.layout.exp !
826 int exp, hi, lo; member in struct:__anon14204
[all...]
/external/clang/lib/Headers/
H A Dtgmath.h411 // exp
419 __tg_exp(double __x) {return exp(__x);}
437 #undef exp macro
438 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x)) macro
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h124 INT8 exp; member in struct:__anon641
/external/icu4c/test/intltest/
H A Dnumrgts.cpp2232 UnicodeString exp(DATA[i+1]);
2233 if (s != exp) {
2235 s + ", want " + exp); local
2267 UnicodeString exp(DATA[i+2]);
2273 if (out == exp) {
2277 ", expected " + exp); local
2308 ", exp ^1");
2313 s + ", exp ^");
2324 ", exp 25^");
2329 s + ", exp
2581 ", want " + exp); local
2610 ", want " + exp); local
2631 ", want " + exp); local
[all...]
H A Dcalregts.cpp436 GregorianCalendar *exp = new GregorianCalendar(1997, 3, 1, 0, 0, 0, status); local
437 if (cd != exp->getTime(status))
438 errln(UnicodeString("Fail: Calendar::set broken. Got ") + cd + " Want " + exp->getTime(status));
441 delete exp;
1081 UDate exp = DISAM_date[i/4]; local
1090 "-DOW" + dow + " expect:" + sdf.format(exp, str) +
1092 if (got != exp) {
1095 testCal->setTime(exp, status);
1109 "-DOW" + dow + " expect:" + sdf.format(exp, str) +
1111 if (got != exp) {
[all...]
H A Ddtfmttst.cpp349 int32_t i, j, exp; local
410 for (j = 0, exp = 0; j < COUNT; ++j) {
422 int32_t expBase = exp; // save for later
423 for (i = 0; i < UDAT_FIELD_COUNT; ++i, ++exp) {
430 ctou(EXPECTED[exp]), field);
779 UnicodeString exp("08/13/1997 at 10:42:28 AM ");
781 if (0 != dateString.compareBetween(0, exp.length(), exp, 0, exp.length())) errln((UnicodeString)"FAIL: Expected " + exp);
1688 UDate exp = FAIL; local
[all...]
H A Dnumfmtst.cpp1590 UnicodeString exp("AA*^#,##0.00ZZ", "");
1593 expectPat(fmt, exp);
2085 /*2*/ "f:", // <pattern or '-'> <number> <exp. string>
2086 /*3*/ "fp:", // <pattern or '-'> <number> <exp. string> <exp. number>
2087 /*4*/ "rt:", // <pattern or '-'> <(exp.) number> <(exp.) string>
2088 /*5*/ "p:", // <pattern or '-'> <string> <exp. number>
2090 /*7*/ "pat:", // <pattern or '-'> <exp. toPattern or '-' or 'err'>
2091 /*8*/ "fpc:", // <pattern or '-'> <curr.amt> <exp
2378 expect2(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode status) argument
2427 expect_rbnf(NumberFormat& fmt, const Formattable& n, const UnicodeString& exp, UBool rt) argument
2463 expect(NumberFormat& fmt, const Formattable& n, const UnicodeString& exp, UBool rt) argument
2501 expect(NumberFormat* fmt, const Formattable& n, const UnicodeString& exp, UErrorCode status) argument
2553 expectPat(DecimalFormat& fmt, const UnicodeString& exp) argument
2559 errln(UnicodeString("FAIL \\"") + pat + "\\", expected \\"" + exp + "\\""); local
[all...]
H A Dtranstst.cpp690 UnicodeString exp("\\u0061\\u0062c\\u0064\\u0065", "");
691 if (s == exp) {
692 logln(UnicodeString("Ok: \"") + exp + "\"");
694 logln(UnicodeString("FAIL: \"") + s + "\", wanted \"" + exp + "\""); local
1325 UnicodeString exp; local
1327 exp = UnicodeString(DATA[i+1], "");
1331 if (exp.length() == 0 || exp == t->getID()) {
1334 exp + "\""); local
1338 t->getID() + "\", exp \""
2243 UnicodeString exp = "Hangul-Latin"; local
2271 UnicodeString exp = "NFD(NFC);Jamo-Latin"; local
2334 UnicodeString exp; local
[all...]
H A Dusettest.cpp273 UnicodeString exp; local
274 exp.append((UChar)0x0000).append("aeeoouu").append((UChar)(0x007a+1)).append((UChar)0xFFFF);
275 expectPairs(set, exp);
586 UnicodeSet exp((UChar32)3,(UChar32)15);
587 if (c == exp) {
590 errln((UnicodeString)"FAIL: c.set(a).add(b) = " + c + ", expect " + exp);
593 exp.set((UChar32)0, (UChar32)2);
594 exp.add((UChar32)16, UnicodeSet::MAX_VALUE);
595 if (c == exp) {
598 errln((UnicodeString)"FAIL: c.complement() = " + c + ", expect " + exp);
1388 const char exp[] = local
[all...]
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c2645 BIGNUM *exp, *mod; local
2653 exp = BN_bin2bn((unsigned char *) (binbuf->v + 1), binbuf->v[0], NULL);
2658 if (!exp || !mod || !rsa_pub) {
2660 if (exp)
2661 BN_free(exp);
2663 BN_free(exp);
2671 rsa_pub->e = exp;
2680 BIGNUM *exp, *mod; local
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h126 /// double exp(double x);
127 exp, enumerator in enum:llvm::LibFunc::Func
/external/v8/src/
H A Dv8globals.h334 unsigned int exp :11; member in struct:v8::internal::IeeeDoubleLittleEndianArchType::__anon12908
344 unsigned int exp :11; member in struct:v8::internal::IeeeDoubleBigEndianArchType::__anon12909
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c513 short exp; /* Signed exponent...no bias */ member in struct:__anon13459
699 dest->exp=MIN_EXP;
719 dest->exp=MIN_EXP;
737 dest->exp=MAX_EXP;
927 ptr->exp--;
950 exponent_difference = ptr->exp-minimum_exponent;
964 ptr->exp+=exponent_difference;
1000 /* Does not do anything as ptr->exp is a short and MAX_EXP=37268
1001 if (ptr->exp > MAX_EXP)
1134 exponent_difference = locx.exp
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dgatt_api.h240 INT8 exp; member in struct:__anon1251
/external/icu4c/test/cintltst/
H A Dcapitst.c2193 USet *exp = uset_open(0, 0); local
2206 ucol_getContractionsAndExpansions(coll, conts, exp, TRUE, &status);
2215 doSetsTest(tests[i].locale, exp, set, tests[i].inExp, tests[i].outExp, &status);
2216 setLen = uset_toPattern(exp, buffer, setBufferLen, TRUE, &status);
2218 /*log_verbose("Expansions %i: %s\n", uset_getItemCount(exp), aescstrdup(buffer, setLen));*/
2228 log_verbose("Unsafe %i: %s\n", uset_getItemCount(exp), aescstrdup(buffer, setLen));
2239 uset_close(exp);
H A Dcreststn.c2198 const UChar *got = NULL, *exp=NULL; local
2201 exp = tres_getString(ja, -1, "word", &expLen, &status);
2208 } else if(gotLen != expLen || u_strncmp(exp, got, gotLen) != 0) {
2748 log_err("CLDR style aliases failed resource with name \"%s\" resource, exp %s, got %S (%s)\n", resource, expects[i], result, myErrorName(status));
H A Dccapitst.c1273 "alias[0]=NULL, exp. \"%s\"\n",
1296 "alias[0]=\"%s\", exp. \"%s\"\n",
3232 int32_t exp; member in struct:__anon5981
3260 if(len != fromUnicodeTests[i].exp){
3335 int32_t exp; member in struct:__anon5982
3366 if(len != toUnicodeTests[i].exp){
3741 const uint8_t *exp = expected[i]; local
3748 if(U_FAILURE(errorCode) || length != exp[0] || 0 != memcmp(bytes, exp+1, length)) {
H A Dnucnvtst.c5494 const UChar* exp = expected; local
5510 if(*exp!=*target){
5511 log_err("did not get the expected output. \\u%04X != \\u%04X (got)\n", *exp, *target);
5514 exp++;
5547 const UChar* exp = expected; local
5558 if(*exp!=*target){
5559 log_err("did not get the expected output. \\u%04X != \\u%04X (got)\n", *exp, *target);
5562 exp++;
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp276 Expression exp = create_expression(C); local
277 uint32_t &e = expressionNumbering[exp];
282 Expression exp = create_expression(C); local
283 uint32_t &e = expressionNumbering[exp];
396 Expression exp; local
438 exp = create_expression(I);
441 exp = create_extractvalue_expression(cast<ExtractValueInst>(I));
448 uint32_t& e = expressionNumbering[exp];
469 Expression exp = create_cmp_expression(Opcode, Predicate, LHS, RHS); local
470 uint32_t& e = expressionNumbering[exp];
[all...]
/external/icu4c/i18n/
H A DdecNumber.c1031 /* This computes C = exp(A) */
1051 /* exp(-a) where a can be the tiniest number (Ntiny). */
2111 /* calculate the result using exp(ln(lhs)*rhs), which can */
2175 decExpOp(dac, dac, &aset, &status); /* dac=exp(dac) */
2823 Int exp; /* working exponent */ local
2876 /* calculate the ideal (preferred) exponent [floor(exp/2)] */
2929 exp=f->exponent+f->digits; /* adjusted to Hull rules */
2944 if ((exp & 1)==0) { /* even exponent */
2962 exp++; /* e=e+1 */
3004 a->exponent+=exp/
3636 Int exp=dn->exponent; /* local copy */ local
4682 Int exp=lhs->exponent; /* save min(exponents) */ local
4749 Int exp, expunits, exprem; /* work */ local
6254 decUnitCompare(const Unit *a, Int alength, const Unit *b, Int blength, Int exp) argument
6614 Int d, exp; /* work */ local
[all...]
/external/qemu/target-i386/
H A Dop_helper.c4265 int fpus, fptag, exp, i; local
4277 exp = EXPD(tmp);
4279 if (exp == 0 && mant == 0) {
4282 } else if (exp == 0 || exp == MAXEXPD
/external/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/webkit/PerformanceTests/SunSpider/tests/v8-v4/
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/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()); }

Completed in 526 milliseconds

12345