Searched defs:df (Results 51 - 75 of 91) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp724 DataFile df = i->getDef(0)->reg.file; local
726 assert(sf == FILE_GPR || df == FILE_GPR);
742 if (df == FILE_FLAGS) {
765 if (df == FILE_SHADER_OUTPUT) {
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp191 extern constexpr void (D::*df)() = &C::f; member in namespace:MemberPtr
/external/icu4c/test/intltest/
H A Ddtfmrgts.cpp396 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("dd/MM/yyyy"), status); local
399 delete df;
404 logln(UnicodeString("") + df->parse("35/01/1971", status));
405 failure(status, "df->parse(\"35/01/1971\")");
406 //logln(df.parse("35/01/1971").toString());
412 df->setLenient(FALSE);
415 logln(UnicodeString("") + df->parse("35/01/1971", status));
418 //logln(df.parse("35/01/1971").toString());
422 delete df;
746 SimpleDateFormat *df local
899 DateFormat *df = DateFormat::createDateTimeInstance(); local
[all...]
H A Dloctest.cpp1903 DateFormat* df = local
1906 if (df == 0){
1909 SimpleDateFormat* dat = dynamic_cast<SimpleDateFormat*>(df);
1935 delete df;
H A Dnumrgts.cpp286 DecimalFormat *df = new DecimalFormat(status); local
289 df->setMinimumFractionDigits(0);
290 df->setMaximumFractionDigits(16);
294 logln(UnicodeString("maxFractionDigits = ") + df->getMaximumFractionDigits());
296 logln(" format(d) = '" + df->format(d, sBuf1, fp1) + "'");
297 df->setMaximumFractionDigits(17);
300 logln(UnicodeString("maxFractionDigits = ") + df->getMaximumFractionDigits());
301 sBuf2 = df->format(d, sBuf2, fp2);
306 delete df;
322 DecimalFormat *df local
346 DecimalFormat *df = new DecimalFormat(status); local
371 DecimalFormat *df = new DecimalFormat(status); local
582 DecimalFormat *df = new DecimalFormat(status); local
638 DecimalFormat *df = new DecimalFormat(status); local
704 DecimalFormat *df = new DecimalFormat(status); local
733 DecimalFormat *df = new DecimalFormat(status); local
760 DecimalFormat *df = new DecimalFormat(status); local
848 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
1168 DecimalFormat *df = new DecimalFormat("#0.#", status); local
1194 roundingTest(DecimalFormat *df, double x, UnicodeString& expected) argument
1405 DecimalFormat *df = new DecimalFormat("#,##0.###", syms, status); local
1444 DecimalFormat *df = new DecimalFormat(status); // Corrected; see 4147706 local
1480 DecimalFormat *df = new DecimalFormat(status); local
1539 DecimalFormat *df = new DecimalFormat(status); local
1573 DecimalFormat *df = new DecimalFormat(status); local
1847 DecimalFormat *df = new DecimalFormat(DATA[i], status); local
2019 DecimalFormat *df = new DecimalFormat("#,##0.0##", status); local
2196 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
2414 DecimalFormat *df = (DecimalFormat*) nf; local
2669 DateFormat *df = DateFormat::createDateInstance(DateFormat::kShort, loc); local
2865 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp724 DataFile df = i->getDef(0)->reg.file; local
726 assert(sf == FILE_GPR || df == FILE_GPR);
742 if (df == FILE_FLAGS) {
765 if (df == FILE_SHADER_OUTPUT) {
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_RLEaccel.c1018 SDL_PixelFormat *df = dst->format; local
1092 switch(df->BytesPerPixel) {
1094 if(df->Gmask == 0x07e0 || df->Rmask == 0x07e0
1095 || df->Bmask == 0x07e0)
1113 SDL_PixelFormat *df = dst->format; local
1125 + y * dst->pitch + x * df->BytesPerPixel;
1133 if(df->BytesPerPixel == 2) {
1239 switch(df->BytesPerPixel) {
1241 if(df
1403 SDL_PixelFormat *df; local
1828 RLEDestFormat *df = surface->map->sw_data->aux_data; local
[all...]
H A DSDL_blit_A.c282 SDL_PixelFormat* df = info->dst; local
285 if (alpha == 128 && (df->Rmask | df->Gmask | df->Bmask) == 0x00FFFFFF) {
301 alpha = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
306 movd_m2r(df->Amask, mm7); /* dst alpha mask */
504 SDL_PixelFormat* df = info->dst; local
505 Uint32 chanmask = df
2726 SDL_PixelFormat *df = surface->map->dst->format; local
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c641 float df[2][PART_LEN1]; local
699 TimeToFrequency(fft, df, 0);
709 near_spectrum = df[0][i] * df[0][i] + df[1][i] * df[1][i];
827 UpdateLevel(&aec->nearlevel, df);
/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c375 spdy_data_frame_t *df = g_malloc(sizeof(spdy_data_frame_t)); local
376 df->data = data;
377 df->length = length;
378 df->framenum = frame;
379 si->data_frames = g_slist_append(si->data_frames, df);
383 length, stream_id, df->framenum);
420 spdy_data_frame_t *df; local
437 df = dflist->data;
438 datalen += df->length;
447 df
463 spdy_data_frame_t *df; local
638 spdy_data_frame_t *df; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.cpp45 static DateFormat *df = NULL; local
46 if(df == NULL) {
47 df = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::MEDIUM, Locale::getUS());
48 df->adoptTimeZone(TimeZone::getGMT()->clone());
51 df->format(d,str);
H A Dmsgfmt.cpp1281 const DateFormat* df = getDefaultDateFormat(success); local
1282 if (df == NULL) {
1285 df->format(obj->getDate(), appendTo);
H A Ddtptngen.cpp406 DateFormat* df; local
415 df = DateFormat::createDateInstance(style, locale);
417 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
421 delete df;
426 df = DateFormat::createTimeInstance(style, locale);
427 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
435 delete df;
H A Dsmpdtfmt.cpp2935 DecimalFormat* df = NULL; local
2936 if (!allowNegative && (df = dynamic_cast<DecimalFormat*>(fmt)) != NULL) {
2937 df->getNegativePrefix(oldPrefix);
2938 df->setNegativePrefix(SUPPRESS_NEGATIVE_PREFIX);
2942 if (df != NULL) {
2943 df->setNegativePrefix(oldPrefix);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1882 DateFormat* df = local
1885 if (df == 0){
1888 SimpleDateFormat* dat = dynamic_cast<SimpleDateFormat*>(df);
1914 delete df;
H A Dnumrgts.cpp282 DecimalFormat *df = new DecimalFormat(status); local
285 df->setMinimumFractionDigits(0);
286 df->setMaximumFractionDigits(16);
290 logln("maxFractionDigits = " + df->getMaximumFractionDigits());
292 logln(" format(d) = '" + df->format(d, sBuf1, fp1) + "'");
293 df->setMaximumFractionDigits(17);
296 logln("maxFractionDigits = " + df->getMaximumFractionDigits());
297 sBuf2 = df->format(d, sBuf2, fp2);
302 delete df;
318 DecimalFormat *df local
342 DecimalFormat *df = new DecimalFormat(status); local
367 DecimalFormat *df = new DecimalFormat(status); local
578 DecimalFormat *df = new DecimalFormat(status); local
634 DecimalFormat *df = new DecimalFormat(status); local
700 DecimalFormat *df = new DecimalFormat(status); local
729 DecimalFormat *df = new DecimalFormat(status); local
756 DecimalFormat *df = new DecimalFormat(status); local
844 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
1164 DecimalFormat *df = new DecimalFormat("#0.#", status); local
1190 roundingTest(DecimalFormat *df, double x, UnicodeString& expected) argument
1401 DecimalFormat *df = new DecimalFormat("#,##0.###", syms, status); local
1440 DecimalFormat *df = new DecimalFormat(status); // Corrected; see 4147706 local
1476 DecimalFormat *df = new DecimalFormat(status); local
1535 DecimalFormat *df = new DecimalFormat(status); local
1569 DecimalFormat *df = new DecimalFormat(status); local
1843 DecimalFormat *df = new DecimalFormat(DATA[i], status); local
2015 DecimalFormat *df = new DecimalFormat("#,##0.0##", status); local
2192 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
2410 DecimalFormat *df = (DecimalFormat*) nf; local
2665 DateFormat *df = DateFormat::createDateInstance(DateFormat::kShort, loc); local
[all...]
H A Ddtfmttst.cpp403 DateFormat* df = dateFormats[j]; local
404 df->setTimeZone(*PT);
405 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(df);
411 logln((UnicodeString)" Result = " + df->format(aug13, buf.remove()));
417 df->format(aug13, buf, pos);
432 df->format(aug13, buf, &posIter, status);
806 DateFormat *df = DateFormat::createDateTimeInstance(dateLook, timeLook); local
807 if (df == NULL){
813 UDate when = df->parse(text, status);
834 delete df;
[all...]
H A Dnumfmtst.cpp1021 DecimalFormat df(pat, US, status);
1024 df.toPattern(pat2);
1035 if (df.getMinimumIntegerDigits() != DIGITS[4*i] ||
1036 df.getMaximumIntegerDigits() != DIGITS[4*i+1] ||
1037 df.getMinimumFractionDigits() != DIGITS[4*i+2] ||
1038 df.getMaximumFractionDigits() != DIGITS[4*i+3]) {
1041 df.getMinimumIntegerDigits() + "/" +
1042 df.getMaximumIntegerDigits() + ";" +
1043 df.getMinimumFractionDigits() + "/" +
1044 df
1452 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); local
2492 DecimalFormat *df = (DecimalFormat*)NumberFormat::createCurrencyInstance(Locale::getEnglish(), status); local
2517 checkRounding(DecimalFormat* df, double base, int iterations, double increment) argument
2533 checkRound(DecimalFormat* df, double iValue, double lastParsed) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar ... .util.Date d java.text.SimpleDateFormat df org.eclipse.equinox.p2.planner. ...
/external/icu4c/i18n/
H A Dastro.cpp45 static DateFormat *df = NULL; local
46 if(df == NULL) {
47 df = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::MEDIUM, Locale::getUS());
48 df->adoptTimeZone(TimeZone::getGMT()->clone());
51 df->format(d,str);
H A Dmsgfmt.cpp1048 const DateFormat* df = getDefaultDateFormat(success); local
1049 appendTo.formatAndAppend(df, *arg, success);
H A Dsmpdtfmt.cpp3128 DecimalFormat* df = NULL; local
3129 if (!allowNegative && (df = dynamic_cast<DecimalFormat*>(fmt)) != NULL) {
3130 df->getNegativePrefix(oldPrefix);
3131 df->setNegativePrefix(UnicodeString(TRUE, SUPPRESS_NEGATIVE_PREFIX, -1));
3135 if (df != NULL) {
3136 df->setNegativePrefix(oldPrefix);
H A Ddtptngen.cpp409 DateFormat* df; local
418 df = DateFormat::createDateInstance(style, locale);
420 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
424 delete df;
429 df = DateFormat::createTimeInstance(style, locale);
430 if (df != NULL && (sdf = dynamic_cast<SimpleDateFormat*>(df)) != NULL) {
438 delete df;
/external/opencv/ml/src/
H A Dmlann_mlp.cpp481 double* df = _df->data.db; local
487 for( i = 0; i < n; i++, xf += cols, df += cols )
491 df[j] = 1;
499 for( i = 0; i < n; i++, xf += cols, df += cols )
503 df[j] = t*2*scale2;
510 for( i = 0; i < n; i++, xf += cols, df += cols )
518 xf -= n; df -= n;
534 df[i] = scale*xf[i]*t0*t0;
535 df[i+1] = scale*xf[i+1]*t1*t1;
540 df[
880 double **x = 0, **df = 0; local
1056 double **x = 0, **df = 0; local
[all...]
H A Dmlsvm.cpp1325 CvSVMDecisionFunc* df = 0; local
1333 CV_CALL( decision_func = df =
1334 (CvSVMDecisionFunc*)cvAlloc( sizeof(df[0]) ));
1336 df->rho = 0;
1338 responses->data.i, 0, 0, temp_storage, alpha, df->rho ))
1344 sv_total = df->sv_count = sv_count;
1345 CV_CALL( df->alpha = (double*)cvMemStorageAlloc( storage, sv_count*sizeof(df->alpha[0])) );
1354 df->alpha[k++] = alpha[i];
1382 CV_CALL( decision_func = df
1915 CvSVMDecisionFunc* df = (CvSVMDecisionFunc*)decision_func; local
1928 CvSVMDecisionFunc* df = (CvSVMDecisionFunc*)decision_func; local
2046 const CvSVMDecisionFunc* df = decision_func; local
2207 CvSVMDecisionFunc* df; local
[all...]

Completed in 790 milliseconds

1234