/external/mesa3d/src/gallium/drivers/r600/sb/ |
sb_core.cpp | 58 unsigned df = rctx->screen->b.debug_flags; local 60 sb_context::dump_pass = df & DBG_SB_DUMP; 61 sb_context::dump_stat = df & DBG_SB_STAT; 62 sb_context::dry_run = df & DBG_SB_DRY_RUN; 63 sb_context::no_fallback = df & DBG_SB_NO_FALLBACK; 64 sb_context::safe_math = df & DBG_SB_SAFEMATH;
|
/external/python/cpython2/Lib/plat-mac/ |
macostools.py | 118 df = dstfss.FSpGetFInfo() 119 df.Creator, df.Type = sf.Creator, sf.Type 121 df.Type = forcetype 122 df.Flags = (sf.Flags & COPY_FLAGS) 123 dstfss.FSpSetFInfo(df)
|
/frameworks/ml/nn/runtime/test/benchmark/src/com/example/android/nn/benchmark/ |
NNControls.java | 151 java.text.DecimalFormat df = new java.text.DecimalFormat("######.##"); local 157 String s = new String("" + t.toString() + ", " + df.format(r) + ", " + 158 df.format(r2)); 170 java.text.DecimalFormat df = new java.text.DecimalFormat("######.##"); local 181 String s = t.toString() + " " + df.format(rebase(r[ct], t)) + 182 "X, " + df.format(r[ct]) + "ms";
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
macostools.py | 118 df = dstfss.FSpGetFInfo() 119 df.Creator, df.Type = sf.Creator, sf.Type 121 df.Type = forcetype 122 df.Flags = (sf.Flags & COPY_FLAGS) 123 dstfss.FSpSetFInfo(df)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
macostools.py | 118 df = dstfss.FSpGetFInfo() 119 df.Creator, df.Type = sf.Creator, sf.Type 121 df.Type = forcetype 122 df.Flags = (sf.Flags & COPY_FLAGS) 123 dstfss.FSpSetFInfo(df)
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDateFormatTest.java | 168 DateFormat df = DateFormat.getInstance(); local 169 Calendar c = df.getCalendar(); 170 if (df.isLenient()) { 381 DateFormat df = DateFormat.getInstance(); local 387 Date result = (Date) df.parseObject(df.format(current), pp); 401 char[] cur = df.format(current).toCharArray(); 404 result = (Date) df.parseObject(partialCorrect, pp); 411 char[] curDate = df.format(current).toCharArray(); 416 result = (Date) df.parseObject(new String(newArray), pp) 446 DateFormat df = DateFormat.getInstance(); local [all...] |
/external/opencv/ml/src/ |
mlsvm.cpp | 1325 CvSVMDecisionFunc* df = 0; local 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...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
GlobalizationPreferencesTest.java | 102 DateFormat df = gp.getDateFormat(GlobalizationPreferences.DF_FULL, GlobalizationPreferences.DF_NONE); 103 ULocale dfLocale = df.getLocale(ULocale.VALID_LOCALE); 1181 DateFormat df; local [all...] |
IntlTestDecimalFormatAPI.java | 363 DecimalFormat df = new DecimalFormat(); local 364 df.setParseStrict(true); 378 df.applyPattern(patterns[i]); 379 numstr = df.format(5); 381 Number n = df.parse(numstr); 388 df.applyPattern(patterns[1]); 391 Number n = df.parse(numstr);
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
GlobalizationPreferencesTest.java | 99 DateFormat df = gp.getDateFormat(GlobalizationPreferences.DF_FULL, GlobalizationPreferences.DF_NONE); 100 ULocale dfLocale = df.getLocale(ULocale.VALID_LOCALE); 1178 DateFormat df; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 360 DecimalFormat df = new DecimalFormat(); local 361 df.setParseStrict(true); 375 df.applyPattern(patterns[i]); 376 numstr = df.format(5); 378 Number n = df.parse(numstr); 385 df.applyPattern(patterns[1]); 388 Number n = df.parse(numstr);
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
IPControls.java | 257 java.text.DecimalFormat df = new java.text.DecimalFormat("######.##"); local 263 String s = new String("" + t.toString() + ", " + df.format(r) + ", " + df.format(r2)); 275 java.text.DecimalFormat df = new java.text.DecimalFormat("######.#"); local 284 String s = t.toString() + " " + df.format(rebase(r[ct], t)) + 285 "X, " + df.format(r[ct]) + "ms"; 302 String s = "Results: fp full=" + df.format(geometricMean[0]) + 303 ", fp relaxed=" +df.format(geometricMean[1]) + 304 ", intrinsics=" + df.format(geometricMean[2]);
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
IPControlsJB.java | 258 java.text.DecimalFormat df = new java.text.DecimalFormat("######.##"); local 264 String s = new String("" + t.toString() + ", " + df.format(r) + ", " + df.format(r2)); 276 java.text.DecimalFormat df = new java.text.DecimalFormat("######.#"); local 285 String s = t.toString() + " " + df.format(rebase(r[ct], t)) + 286 "X, " + df.format(r[ct]) + "ms"; 303 String s = "Results: fp full=" + df.format(gm[0]) + 304 ", fp relaxed=" +df.format(gm[1]) + 305 ", intrinsics=" + df.format(gm[2]);
|
/external/icu/icu4c/source/test/cintltst/ |
cdtrgtst.c | 58 UDateFormat *df; local 65 df = udat_open(UDAT_DEFAULT,UDAT_DEFAULT ,"en_US", NULL, 0, NULL, 0, &status); 72 resultlengthneeded=udat_toPattern(df, TRUE, NULL, resultlength, &status); 78 udat_toPattern(df, TRUE, pat, resultlength, &status); 84 fmdt = myFormatit(df, today); 94 udat_applyPattern(df, TRUE, temp, u_strlen(temp)); 96 todayS =myFormatit(df, today); 99 d1=udat_parse(df, todayS, u_strlen(todayS), &parsepos, &status); 105 rt =myFormatit(df, d1); 115 udat_close(df); 326 UDateFormat *df; local 448 UDateFormat *df; local [all...] |
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
BlasControls.java | 152 java.text.DecimalFormat df = new java.text.DecimalFormat("######.####"); local 157 String s = new String("" + t + ", " + df.format(r)); 169 java.text.DecimalFormat df = new java.text.DecimalFormat("######.####"); local 180 String sl = BlasTestList.TestName.values()[id[ct]].toString() + ": " + df.format(r[ct]) + "ms"; 181 String s = t + ": " + df.format(r[ct]) + "ms";
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
x86-64-avx512bw-wig1.d | 20 [ ]*[a-f0-9]+:[ ]*62 62 fd 48 1c b2 c0 df ff ff[ ]*vpabsb -0x2040\(%rdx\),%zmm30 29 [ ]*[a-f0-9]+:[ ]*62 62 fd 48 1d b2 c0 df ff ff[ ]*vpabsw -0x2040\(%rdx\),%zmm30 38 [ ]*[a-f0-9]+:[ ]*62 61 95 40 63 b2 c0 df ff ff[ ]*vpacksswb -0x2040\(%rdx\),%zmm29,%zmm30 47 [ ]*[a-f0-9]+:[ ]*62 61 95 40 67 b2 c0 df ff ff[ ]*vpackuswb -0x2040\(%rdx\),%zmm29,%zmm30 56 [ ]*[a-f0-9]+:[ ]*62 61 95 40 fc b2 c0 df ff ff[ ]*vpaddb -0x2040\(%rdx\),%zmm29,%zmm30 65 [ ]*[a-f0-9]+:[ ]*62 61 95 40 ec b2 c0 df ff ff[ ]*vpaddsb -0x2040\(%rdx\),%zmm29,%zmm30 74 [ ]*[a-f0-9]+:[ ]*62 61 95 40 ed b2 c0 df ff ff[ ]*vpaddsw -0x2040\(%rdx\),%zmm29,%zmm30 83 [ ]*[a-f0-9]+:[ ]*62 61 95 40 dc b2 c0 df ff ff[ ]*vpaddusb -0x2040\(%rdx\),%zmm29,%zmm30 92 [ ]*[a-f0-9]+:[ ]*62 61 95 40 dd b2 c0 df ff ff[ ]*vpaddusw -0x2040\(%rdx\),%zmm29,%zmm30 101 [ ]*[a-f0-9]+:[ ]*62 61 95 40 fd b2 c0 df ff ff[ ]*vpaddw -0x2040\(%rdx\),%zmm29,%zmm3 [all...] |
x86-64-avx512bw.d | 20 [ ]*[a-f0-9]+:[ ]*62 62 7d 48 1c b2 c0 df ff ff[ ]*vpabsb -0x2040\(%rdx\),%zmm30 29 [ ]*[a-f0-9]+:[ ]*62 62 7d 48 1d b2 c0 df ff ff[ ]*vpabsw -0x2040\(%rdx\),%zmm30 39 [ ]*[a-f0-9]+:[ ]*62 61 15 40 6b b2 c0 df ff ff[ ]*vpackssdw -0x2040\(%rdx\),%zmm29,%zmm30 52 [ ]*[a-f0-9]+:[ ]*62 61 15 40 63 b2 c0 df ff ff[ ]*vpacksswb -0x2040\(%rdx\),%zmm29,%zmm30 62 [ ]*[a-f0-9]+:[ ]*62 62 15 40 2b b2 c0 df ff ff[ ]*vpackusdw -0x2040\(%rdx\),%zmm29,%zmm30 75 [ ]*[a-f0-9]+:[ ]*62 61 15 40 67 b2 c0 df ff ff[ ]*vpackuswb -0x2040\(%rdx\),%zmm29,%zmm30 84 [ ]*[a-f0-9]+:[ ]*62 61 15 40 fc b2 c0 df ff ff[ ]*vpaddb -0x2040\(%rdx\),%zmm29,%zmm30 93 [ ]*[a-f0-9]+:[ ]*62 61 15 40 ec b2 c0 df ff ff[ ]*vpaddsb -0x2040\(%rdx\),%zmm29,%zmm30 102 [ ]*[a-f0-9]+:[ ]*62 61 15 40 ed b2 c0 df ff ff[ ]*vpaddsw -0x2040\(%rdx\),%zmm29,%zmm30 111 [ ]*[a-f0-9]+:[ ]*62 61 15 40 dc b2 c0 df ff ff[ ]*vpaddusb -0x2040\(%rdx\),%zmm29,%zmm3 [all...] |
/external/toolchain-utils/cros_utils/ |
stats.py | 172 ## 02-05-10 ... fixed lchisqprob indentation (failed when df=even) 870 df = n - 2 871 t = r * math.sqrt(df / ((1.0 - r + TINY) * (1.0 + r + TINY))) 872 prob = betai(0.5 * df, 0.5, df / float(df + t * t)) 907 df = n - 2 908 probrs = betai(0.5 * df, 0.5, df / (df + t * t)) # t already a floa 1096 df = n - 1 variable [all...] |
/external/jemalloc/test/unit/ |
math.c | 257 * df={0.1, 1.1, 10.1, 100.1, 1000.1}). 298 double df = pt_chi2_df[i]; local 299 double ln_gamma_df = ln_gamma(df * 0.5); 302 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df),
|
/external/ltp/pan/cgi/ |
browse.cgi | 137 foreach $df (@driver_files) { 139 ($host, $datestr, $suite, $type, $gz) = split(/\./, $df); 145 $a_rec->{DRIVER_FILE} = $df;
|
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
AnimatedVectorDrawableDupPerf.java | 105 DecimalFormat df = new DecimalFormat("#.##"); local 106 t.setText("avgL=" + df.format(time / (icon.length * 1000000.)) + " ms"); 118 t.setText("avgS=" + df.format(time / (icon.length * 1000000.)) + " ms");
|
/external/tensorflow/tensorflow/tools/dist_test/python/ |
census_widendeep.py | 184 def _input_fn(self, df): 191 df: data feed 196 continuous_cols = {k: tf.constant(df[k].values) 202 indices=[[i, 0] for i in range(df[k].size)], 203 values=df[k].values, 204 dense_shape=[df[k].size, 1]) 209 label = tf.constant(df[self.label_column].values)
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemWithParam.java | 215 int df = transformer.transformToRTF(this); local 217 var = new XRTreeFrag(df, xctxt, this);
|
/external/eigen/unsupported/test/ |
NumericalDiff.cpp | 85 numDiff.df(x, jac); 105 numDiff.df(x, jac);
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DateFormat.java | 55 * DateFormat df = DateFormat.getDateInstance(); 57 * output.println(df.format(myDate[i]) + "; "); 63 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE); 67 * myDate = df.parse(myString); 1404 DateFormat df = getDateInstance(dateStyle, locale); local 1424 DateFormat df = getDateInstance(dateStyle, locale); local 1449 DateFormat df = getTimeInstance(timeStyle, locale); local 1474 DateFormat df = getTimeInstance(timeStyle, locale); local 1504 DateFormat df = getDateTimeInstance(dateStyle, timeStyle, locale); local 1534 DateFormat df = getDateTimeInstance(dateStyle, timeStyle, locale); local [all...] |