Searched defs:exp (Results 101 - 125 of 194) sorted by relevance

12345678

/external/icu4c/test/cintltst/
H A Dcdtrgtst.c130 UDate start,exp,got; local
179 exp = d[i];
182 expdate=myFormatit(def, exp);
H A Dutransts.c490 UChar exp[128]; local
536 u_charsToUChars(DATA[i+2], exp, (int32_t)strlen(DATA[i+2])+1);
537 if (0 == u_strcmp(buf, exp)) {
H A Dcnormtst.c241 UChar *exp, int32_t expLen,
268 if(exp[i] != result[i]) {
272 exp[i],
240 TestNull_check(UChar *src, int32_t srcLen, UChar *exp, int32_t expLen, UNormalizationMode mode, const char *name) argument
/external/icu4c/test/intltest/
H A Dtransapi.cpp798 UnicodeString exp=UnicodeString("A\\u0042Ca\\u0062c\\u0062\\u0062C\\u0042a", ""); local
800 doTest(message, got, exp);
811 exp=UnicodeString("\\u0041\\u0042\\u0043\\u0061\\u0062\\u0063\\u0062\\u0062\\u0043\\u0042\\u0061", "");
813 doTest(message, got, exp);
820 exp=UnicodeString("\\u0068eell\\u006Fe", "");
824 doTest("transliteration using (e,l) filter", got, exp);
827 exp=UnicodeString("\\u0061\\u0072e\\u0020\\u0077ell", "");
830 doTest(message, got, exp);
834 exp=UnicodeString("\\u0068o\\u002C\\u0020wow\\u0021", "");
838 doTest("transliteration using (o,w) filter", got, exp);
[all...]
H A Ddtfmrgts.cpp204 UnicodeString exp = expected[i]; local
205 if((exp.length() == 0 && str.length() == 0) || str == exp)
208 errln(UnicodeString(" expected ") + exp);
261 UDate exp = dates[i]; local
264 logln(s + " -> " + got + "; exp " + exp);
265 if(got != exp)
838 UDate exp = dates[i]; local
847 if (! ((d == 0 && exp
[all...]
H A Dtestidna.cpp1369 UChar exp[MAX_DEST_SIZE]={0}; local
1378 expLen = refIDNA(srcUChars, src.length()-1, exp, expCap,
1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){
1404 + " Expected: " + prettify(UnicodeString(exp, expLen))
1409 return UnicodeString(exp, expLen);
H A Dtmsgfmt.cpp697 UnicodeString exp[] = { local
703 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
719 UnicodeString exp[] = { local
725 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
741 UnicodeString exp[] = { local
747 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
763 UnicodeString exp[] = { local
769 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
787 UnicodeString exp[] = { local
794 internalFormat( msgFmt5 , testArgs[i], 3, exp[
824 UnicodeString exp[] = { local
[all...]
H A Dtstnorm.cpp364 UnicodeString exp(DATA[i+1], "");
365 exp = exp.unescape();
366 if (b == exp) {
370 ", expect " + hex(exp));
377 UnicodeString exp = UnicodeString(DATA[i+2], "").unescape(); local
378 if (a == exp) {
382 ", expect " + hex(exp));
/external/stlport/src/
H A Dnum_get_float.cpp149 void _Stl_set_exponent(uint64 &val, uint64 exp) argument
150 { val = (val & ~exponent_mask) | ((exp & bit11) << 52); }
265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp.
267 // exp: base-10 exponent
269 static void _Stl_tenscale(uint64& p, int exp, int& bexp) { argument
272 if ( exp == 0 ) { /* no scaling needed */
276 int exp_hi = 0, exp_lo = exp; /* exp = exp_hi*32 + exp_lo */
280 if (exp > 0) { /* split exponent */
290 } else { // exp <
651 int exp; local
756 int exp; local
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.c220 u8 exp[1]; local
250 exp[0] = 2;
251 b = crypto_bignum_init_set(exp, sizeof(exp));
254 exp[0] = 1;
255 b = crypto_bignum_init_set(exp, sizeof(exp));
/external/wpa_supplicant_8/src/common/
H A Dsae.c220 u8 exp[1]; local
250 exp[0] = 2;
251 b = crypto_bignum_init_set(exp, sizeof(exp));
254 exp[0] = 1;
255 b = crypto_bignum_init_set(exp, sizeof(exp));
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c220 u8 exp[1]; local
250 exp[0] = 2;
251 b = crypto_bignum_init_set(exp, sizeof(exp));
254 exp[0] = 1;
255 b = crypto_bignum_init_set(exp, sizeof(exp));
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp858 //uint32_t exp = currentSequenceLen | expOffset;
859 UColToken exp; local
860 exp.source = currentSequenceLen | expOffset;
861 exp.rulesToParseHdl = &(src->source);
866 exp.source = (currentSequenceLen << 24) | expOffset;
867 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnormtst.c237 UChar *exp, int32_t expLen,
264 if(exp[i] != result[i]) {
268 exp[i],
236 TestNull_check(UChar *src, int32_t srcLen, UChar *exp, int32_t expLen, UNormalizationMode mode, const char *name) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp202 UnicodeString exp = expected[i]; local
203 if((exp.length() == 0 && str.length() == 0) || str == exp)
206 errln(UnicodeString(" expected ") + exp);
259 UDate exp = dates[i]; local
262 logln(s + " -> " + got + "; exp " + exp);
263 if(got != exp)
834 UDate exp = dates[i]; local
843 if (! ((d == 0 && exp
[all...]
H A Dtestidna.cpp1369 UChar exp[MAX_DEST_SIZE]={0}; local
1378 expLen = refIDNA(srcUChars, src.length()-1, exp, expCap,
1401 if(u_strCompare(exp, expLen, got, gotLen, TRUE) != 0){
1404 + " Expected: " + prettify(UnicodeString(exp, expLen))
1409 return UnicodeString(exp, expLen);
H A Dtmsgfmt.cpp671 UnicodeString exp[] = { local
677 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
693 UnicodeString exp[] = { local
699 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
715 UnicodeString exp[] = { local
721 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
737 UnicodeString exp[] = { local
743 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
761 UnicodeString exp[] = { local
768 internalFormat( msgFmt5 , testArgs[i], 3, exp[
798 UnicodeString exp[] = { local
[all...]
H A Dtstnorm.cpp363 UnicodeString exp(DATA[i+1], "");
364 exp = exp.unescape();
365 if (b == exp) {
369 ", expect " + hex(exp));
376 UnicodeString exp = UnicodeString(DATA[i+2], "").unescape(); local
377 if (a == exp) {
381 ", expect " + hex(exp));
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmatrix.h48 int exp = ((bits >> 23) & 255) - 127; local
50 int sh = 23 - exp;
54 if (exp >= 31)
59 if (exp < 0)
60 return (sign < 0 && (exp > -127 || mant != 0)) ? -1 : 0;
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c260 uint32_t exp[4]; local
263 expect(exp, slot, x, y);
264 if (check(res, exp, dx) || (++err) > 20)
271 u |= ((uint8_t *)exp)[i] << (8 * i);
281 exp[i], ((float *)exp)[i]);
/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c257 int exp, e2; /* exponent of real numbers */ local
490 exp = 0;
497 while( realvalue>=1e32 && exp<=350 ){ realvalue *= 1e-32; exp+=32; }
498 while( realvalue>=1e8 && exp<=350 ){ realvalue *= 1e-8; exp+=8; }
499 while( realvalue>=10.0 && exp<=350 ){ realvalue *= 0.1; exp++; }
500 while( realvalue<1e-8 ){ realvalue *= 1e8; exp-=8; }
501 while( realvalue<1.0 ){ realvalue *= 10.0; exp
[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/clang/lib/include/
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/e2fsprogs/intl/
H A Dplural.c54 #include "plural-exp.h"
70 struct expression *exp; member in union:__anon16841
228 "start", "exp", 0
1008 if (yyvsp[0].exp == NULL)
1010 ((struct parse_args *) arg)->res = yyvsp[0].exp;
1016 yyval.exp = new_exp_3 (qmop, yyvsp[-4].exp, yyvsp[-2].exp, yyvsp[0].exp);
1022 yyval.exp
1318 FREE_EXPRESSION(struct expression *exp) argument
1346 const char *exp = *pexp; local
[all...]
/external/icu4c/i18n/
H A Ducol_bld.cpp865 //uint32_t exp = currentSequenceLen | expOffset;
866 UColToken exp; local
867 exp.source = currentSequenceLen | expOffset;
868 exp.rulesToParseHdl = &(src->source);
873 exp.source = (currentSequenceLen << 24) | expOffset;
874 if((expt = (UColToken *)uhash_get(src->tailored, &exp)) != NULL && expt->strength != UCOL_TOK_RESET) { /* expansion is tailored */

Completed in 929 milliseconds

12345678