HomeSort by relevance Sort by last modified time
    Searched refs:df (Results 51 - 75 of 959) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64-aes.d 17 [ ]*[a-f0-9]+: 66 0f 38 df 01 aesdeclast \(%rcx\),%xmm0
18 [ ]*[a-f0-9]+: 66 0f 38 df c1 aesdeclast %xmm1,%xmm0
21 [ ]*[a-f0-9]+: 66 0f 3a df 01 08 aeskeygenassist \$0x8,\(%rcx\),%xmm0
22 [ ]*[a-f0-9]+: 66 0f 3a df c1 08 aeskeygenassist \$0x8,%xmm1,%xmm0
29 [ ]*[a-f0-9]+: 66 0f 38 df 01 aesdeclast \(%rcx\),%xmm0
30 [ ]*[a-f0-9]+: 66 0f 38 df c1 aesdeclast %xmm1,%xmm0
33 [ ]*[a-f0-9]+: 66 0f 3a df 01 08 aeskeygenassist \$0x8,\(%rcx\),%xmm0
34 [ ]*[a-f0-9]+: 66 0f 3a df c1 08 aeskeygenassist \$0x8,%xmm1,%xmm0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-aes-intel.d 17 [ ]*[a-f0-9]+: 66 0f 38 df 01 aesdeclast xmm0,XMMWORD PTR \[rcx\]
18 [ ]*[a-f0-9]+: 66 0f 38 df c1 aesdeclast xmm0,xmm1
21 [ ]*[a-f0-9]+: 66 0f 3a df 01 08 aeskeygenassist xmm0,XMMWORD PTR \[rcx\],0x8
22 [ ]*[a-f0-9]+: 66 0f 3a df c1 08 aeskeygenassist xmm0,xmm1,0x8
29 [ ]*[a-f0-9]+: 66 0f 38 df 01 aesdeclast xmm0,XMMWORD PTR \[rcx\]
30 [ ]*[a-f0-9]+: 66 0f 38 df c1 aesdeclast xmm0,xmm1
33 [ ]*[a-f0-9]+: 66 0f 3a df 01 08 aeskeygenassist xmm0,XMMWORD PTR \[rcx\],0x8
34 [ ]*[a-f0-9]+: 66 0f 3a df c1 08 aeskeygenassist xmm0,xmm1,0x8
x86-64-aes.d 16 [ ]*[a-f0-9]+: 66 0f 38 df 01 aesdeclast \(%rcx\),%xmm0
17 [ ]*[a-f0-9]+: 66 0f 38 df c1 aesdeclast %xmm1,%xmm0
20 [ ]*[a-f0-9]+: 66 0f 3a df 01 08 aeskeygenassist \$0x8,\(%rcx\),%xmm0
21 [ ]*[a-f0-9]+: 66 0f 3a df c1 08 aeskeygenassist \$0x8,%xmm1,%xmm0
28 [ ]*[a-f0-9]+: 66 0f 38 df 01 aesdeclast \(%rcx\),%xmm0
29 [ ]*[a-f0-9]+: 66 0f 38 df c1 aesdeclast %xmm1,%xmm0
32 [ ]*[a-f0-9]+: 66 0f 3a df 01 08 aeskeygenassist \$0x8,\(%rcx\),%xmm0
33 [ ]*[a-f0-9]+: 66 0f 3a df c1 08 aeskeygenassist \$0x8,%xmm1,%xmm0
svme.d 10 [ ]*[0-9a-f]+:[ ]+0f 01 df[ ]+invlpga[ ]*
19 [ ]*[0-9a-f]+:[ ]+0f 01 df[ ]+invlpga[ ]*
25 [ ]*[0-9a-f]+:[ ]+0f 01 df[ ]+invlpga[ ]*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
locref2.d 19 8007c: 6fae 78df f7ff .*
20 80082: 6fbe 78df f7ff .*
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acos.c 67 double z,p,q,r,w,s,c,df; local
98 df = s;
99 SET_LOW_WORD(df,0);
100 c = (z-df*df)/(s+df);
105 return 2.0*(df+w);
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_acos.c 79 double z,p,q,r,w,s,c,df; local
113 df = s;
114 SET_LOW_WORD(df,0);
115 c = (z-df*df)/(s+df);
120 return 2.0*(df+w);
  /external/fdlibm/
e_acos.c 67 double z,p,q,r,w,s,c,df; local
96 df = s;
97 __LO(df) = 0;
98 c = (z-df*df)/(s+df);
103 return 2.0*(df+w);
  /external/valgrind/none/tests/x86/
bug152818-x86.c 101 int df; local
131 df = (idx >= (sizeof(lens)/sizeof(lens[0]))/2);
136 if (df)
152 if (df)
172 if (df)
188 if (df)
208 printf ("DF = %d, count = %2d ", df, len);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberRegressionTests.java 102 DecimalFormat df = new DecimalFormat(); local
104 df.setMinimumFractionDigits(0);
105 df.setMaximumFractionDigits(16);
109 logln("maxFractionDigits = " + df.getMaximumFractionDigits());
110 logln(" format(d) = '" + df.format(d, sBuf1, fp1) + "'");
111 df.setMaximumFractionDigits(17);
114 logln("maxFractionDigits = " + df.getMaximumFractionDigits());
115 df.format(d, sBuf2, fp2);
126 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); local
131 df.format(n, buf1, new FieldPosition(0)))
144 DecimalFormat df = new DecimalFormat(); local
163 DecimalFormat df = new DecimalFormat(); local
284 DecimalFormat df = new DecimalFormat(); local
327 DecimalFormat df = new DecimalFormat(); local
350 DecimalFormat df = new DecimalFormat(); local
373 DecimalFormat df = new DecimalFormat(); local
394 DecimalFormat df = new DecimalFormat(); local
411 DecimalFormat df = new DecimalFormat(); local
468 DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(de); local
700 DecimalFormat df = new DecimalFormat("#0.#"); local
872 DecimalFormat df = new DecimalFormat("#,##0.###", new local
892 DecimalFormat df = new DecimalFormat(); \/\/ Corrected; see 4147706 local
915 DecimalFormat df = new DecimalFormat(); local
951 DecimalFormat df = new DecimalFormat(); local
970 DecimalFormat df = new DecimalFormat(); local
1290 DecimalFormat df = new DecimalFormat("#,##0.0##"); local
1388 DecimalFormat df = new DecimalFormat(); local
1416 DecimalFormat df = new DecimalFormat(DATA[i]); local
1555 DecimalFormat df = (DecimalFormat) nf; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberRegressionTests.java 99 DecimalFormat df = new DecimalFormat(); local
101 df.setMinimumFractionDigits(0);
102 df.setMaximumFractionDigits(16);
106 logln("maxFractionDigits = " + df.getMaximumFractionDigits());
107 logln(" format(d) = '" + df.format(d, sBuf1, fp1) + "'");
108 df.setMaximumFractionDigits(17);
111 logln("maxFractionDigits = " + df.getMaximumFractionDigits());
112 df.format(d, sBuf2, fp2);
123 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); local
128 df.format(n, buf1, new FieldPosition(0)))
141 DecimalFormat df = new DecimalFormat(); local
160 DecimalFormat df = new DecimalFormat(); local
281 DecimalFormat df = new DecimalFormat(); local
324 DecimalFormat df = new DecimalFormat(); local
347 DecimalFormat df = new DecimalFormat(); local
370 DecimalFormat df = new DecimalFormat(); local
391 DecimalFormat df = new DecimalFormat(); local
408 DecimalFormat df = new DecimalFormat(); local
465 DecimalFormat df = (DecimalFormat) NumberFormat.getCurrencyInstance(de); local
697 DecimalFormat df = new DecimalFormat("#0.#"); local
869 DecimalFormat df = new DecimalFormat("#,##0.###", new local
889 DecimalFormat df = new DecimalFormat(); \/\/ Corrected; see 4147706 local
912 DecimalFormat df = new DecimalFormat(); local
948 DecimalFormat df = new DecimalFormat(); local
967 DecimalFormat df = new DecimalFormat(); local
1287 DecimalFormat df = new DecimalFormat("#,##0.0##"); local
1385 DecimalFormat df = new DecimalFormat(); local
1413 DecimalFormat df = new DecimalFormat(DATA[i]); local
1552 DecimalFormat df = (DecimalFormat) nf; local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DateFormatTest.java 72 DateFormat df = DateFormat.getInstance(); local
74 testEHCS(df, eq, aDF);
81 DateFormat df = new DateFormat(java.text.DateFormat.getInstance()); local
82 assertEquals(DateFormat.getInstance(), df); local
271 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); local
272 df.setCalendar(cal);
273 assertEquals("8:17 AM", df.format(aDate));
282 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); local
283 df.setCalendar(cal);
284 assertEquals(cal, df.getCalendar())
293 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); local
310 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); local
320 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT); local
330 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT); local
346 DateFormat df = DateFormat.getInstance(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
ICUDurationTest.java 180 DurationFormat df; local
184 df = DurationFormat.getInstance(new ULocale("it"));
185 formatted = df.formatDurationFromNow(4096);
193 formatted = df.formatDurationFromNowTo(new Date(0));
203 formatted = df.formatDurationFrom(1000*3600*24, new Date(0).getTime());
211 formatted = df.format(new Long(1000*3600*24*2));
223 DurationFormat df; local
230 df = DurationFormat.getInstance(new ULocale("en"));
232 out = df.format(d);
241 df = DurationFormat.getInstance(new ULocale("en"))
320 DurationFormat df = DurationFormat.getInstance(locale); local
335 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); local
355 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); local
367 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); local
429 DurationFormat df = DurationFormat.getInstance(test.locale); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
ICUDurationTest.java 177 DurationFormat df; local
181 df = DurationFormat.getInstance(new ULocale("it"));
182 formatted = df.formatDurationFromNow(4096);
190 formatted = df.formatDurationFromNowTo(new Date(0));
200 formatted = df.formatDurationFrom(1000*3600*24, new Date(0).getTime());
208 formatted = df.format(new Long(1000*3600*24*2));
220 DurationFormat df; local
227 df = DurationFormat.getInstance(new ULocale("en"));
229 out = df.format(d);
238 df = DurationFormat.getInstance(new ULocale("en"))
317 DurationFormat df = DurationFormat.getInstance(locale); local
332 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); local
352 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); local
364 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); local
426 DurationFormat df = DurationFormat.getInstance(test.locale); local
    [all...]
  /external/lisa/libs/utils/
perf_analysis.py 87 def df(self, task): member in class:PerfAnalysis
97 return self.perf_data[task]['df']
122 df = pd.read_table(self.logfile(task),
132 start_time = df['Timestamp'][0]/1e6
133 df['Time'] = df['Timestamp']/1e6 - start_time
134 df.set_index(['Time'], inplace=True)
139 df['PerfIndex'] = df['Slack'] / (df['CPeriod'] - df['CRun']
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 314 DecimalFormat df = new DecimalFormat("0000", new DecimalFormatSymbols(Locale.ENGLISH)); local
315 buffer.append(df.format(dateTime.getYear()));
322 df.applyPattern("'-'00");
323 buffer.append(df.format(dateTime.getMonth()));
330 buffer.append(df.format(dateTime.getDay()));
341 df.applyPattern("00");
342 buffer.append(df.format(dateTime.getHour()));
344 buffer.append(df.format(dateTime.getMinute()));
351 df.applyPattern(":00.#########");
352 buffer.append(df.format(seconds))
    [all...]
  /external/lisa/tests/eas/
generic.py 152 df = pd.DataFrame([transitions[k] for k in index], index=index)
153 return df.fillna(method='ffill')
170 df = trace.ftrace.sched_switch.data_frame[['next_comm', '__cpu']]
171 df = df[df['next_comm'].isin(tasks)]
172 df = df.pivot(index=df.index, columns='next_comm').fillna(method='ffill')
173 cpu_df = df['__cpu'
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 291 DecimalFormat *df = new DecimalFormat(status); local
294 df->setMinimumFractionDigits(0);
295 df->setMaximumFractionDigits(16);
299 logln(UnicodeString("maxFractionDigits = ") + df->getMaximumFractionDigits());
301 logln(" format(d) = '" + df->format(d, sBuf1, fp1) + "'");
302 df->setMaximumFractionDigits(17);
305 logln(UnicodeString("maxFractionDigits = ") + df->getMaximumFractionDigits());
306 sBuf2 = df->format(d, sBuf2, fp2);
311 delete df;
327 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status) local
351 DecimalFormat *df = new DecimalFormat(status); local
379 DecimalFormat *df = new DecimalFormat(status); local
593 DecimalFormat *df = new DecimalFormat(status); local
649 DecimalFormat *df = new DecimalFormat(status); local
715 DecimalFormat *df = new DecimalFormat(status); local
744 DecimalFormat *df = new DecimalFormat(status); local
771 DecimalFormat *df = new DecimalFormat(status); local
859 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
1180 DecimalFormat *df = new DecimalFormat("#0.#", status); local
1423 DecimalFormat *df = new DecimalFormat("#,##0.###", syms, status); local
1462 DecimalFormat *df = new DecimalFormat(status); \/\/ Corrected; see 4147706 local
1498 DecimalFormat *df = new DecimalFormat(status); local
1557 DecimalFormat *df = new DecimalFormat(status); local
1591 DecimalFormat *df = new DecimalFormat(status); local
1865 DecimalFormat *df = new DecimalFormat(DATA[i], status); local
2037 DecimalFormat *df = new DecimalFormat("#,##0.0##", status); local
2214 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
2432 DecimalFormat *df = (DecimalFormat*) nf; local
2692 DateFormat *df = DateFormat::createDateInstance(DateFormat::kShort, loc); local
2899 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf); local
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/ResetSystemLib/
ResetSystemLib.inf 18 FILE_GUID = C5CD4EEE-527F-47df-9C92-B41414AF7479
  /external/ltp/testcases/kdump/lib/
sysinfo.sh 36 echo "------------- DF -H ----------------------"
38 df -h
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
simd.d 14 10: df 65 de 49 pfzchks %f12,%f14,%f30
15 14: df 85 54 4a pfzchks %f16,%f18,%f20
16 18: df a5 dc 4a pfzchks %f20,%f22,%f28
17 1c: df c5 5e 4b pfzchks %f24,%f26,%f30
30 50: df 61 c6 49 fzchks %f12,%f14,%f6
31 54: df 81 54 4a fzchks %f16,%f18,%f20
32 58: df a1 dc 4a fzchks %f20,%f22,%f28
33 5c: df c1 5e 4b fzchks %f24,%f26,%f30
50 a0: df 67 ce 49 d.pfzchks %f12,%f14,%f14
52 a8: df 87 46 4a d.pfzchks %f16,%f18,%f
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-avr/
avr-prop-8.d 11 2: fe df rcall .-4 ; 0x0 <__ctors_end>
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mn10300/
i127740.d 16 204: df 00 00[ ]+ret \[\],0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/avr/
rmw.d 12 2: df 93 push r29
21 14: df 91 pop r29
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-10.d 15 0+ l df \*ABS\* 0+ .*
17 0+ l df \*ABS\* 0+ .*

Completed in 491 milliseconds

1 23 4 5 6 7 8 91011>>