HomeSort by relevance Sort by last modified time
    Searched refs:df2 (Results 1 - 25 of 30) sorted by null

1 2

  /external/compiler-rt/lib/builtins/arm/
aeabi_dcmp.S 13 // int result = __{eq,lt,le,ge,gt}df2(a, b);
26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
  /external/clang/test/CodeGenCXX/
type-metadata.cpp 169 // MS: define internal void @"\01?df2@@YAXPEAUD@?A@@@Z"
171 void df2(D *d) { function
194 df2(&d);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 88 df2 DN D2.S16 define
142 VSUB df2,de1,de2 ;// f2 = e1 - e2
152 VTRN df2,df3
161 VADD dg0,df0,df2 ;// e0 = d0 + d2
162 VSUB dg1,df0,df2 ;// e1 = d0 - d2
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 167 df2 DN D2.S16 define
316 VSUB df2,de1,de2 ;// f2 = e1 - e2
326 VTRN df2,df3
335 VADD dg0,df0,df2 ;// e0 = d0 + d2
336 VSUB dg1,df0,df2 ;// e1 = d0 - d2
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
FirmwarePerformanceDxe.inf 23 FILE_GUID = 00160F8D-2B35-4df2-BBE0-B272A8D631F0
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DecimalFormatTest.java 26 DecimalFormat df2 = new DecimalFormat("#,#0.00"); local
29 testEHCS(df, df2, dfn);
  /external/icu/icu4c/source/test/intltest/
aliastst.cpp 102 DateFormat* df2 = DateFormat::createDateInstance(DateFormat::FULL, newLoc); local
106 const char* l2 = df2->getLocaleID(ULOC_VALID_LOCALE, status);
113 if(!(df1==df2)){
119 delete df2;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 258 DecimalFormatSymbols df2 = (DecimalFormatSymbols)df.clone(); local
259 if (!df.equals(df2) || df.hashCode() != df2.hashCode()) {
DateFormatRegressionTestJ.java 85 DateFormat df2 = DateFormat.getDateTimeInstance(2, -2); local
86 d = df2.format(someDate);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java 116 DateFormat df2 = DateFormat.getDateInstance(DateFormat.FULL, newLoc); local
120 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE);
127 if (!df1.equals(df2)) {
128 errln("DateFormatTest: df1!=df2: newLoc= "+newLoc +" oldLoc= "+oldLoc);
135 // String d2 = df2.format(d);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 257 DecimalFormatSymbols df2 = (DecimalFormatSymbols)df.clone(); local
258 if (!df.equals(df2) || df.hashCode() != df2.hashCode()) {
DateFormatRegressionTestJ.java 84 DateFormat df2 = DateFormat.getDateTimeInstance(2, -2); local
85 d = df2.format(someDate);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleAliasTest.java 115 DateFormat df2 = DateFormat.getDateInstance(DateFormat.FULL, newLoc); local
119 ULocale l2 = df2.getLocale(ULocale.VALID_LOCALE);
126 if (!df1.equals(df2)) {
127 errln("DateFormatTest: df1!=df2: newLoc= "+newLoc +" oldLoc= "+oldLoc);
134 // String d2 = df2.format(d);
  /art/runtime/
dex_file-inl.h 140 const DexFile* df2, dex::StringIndex sidx2) {
144 const char* s2_data = df2->StringDataAndUtf16LengthByIdx(sidx2, &s2_len);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
AstroTest.java 254 DateFormat df2 = DateFormat.getDateTimeInstance(cal, DateFormat.MEDIUM, DateFormat.MEDIUM, Locale.US); local
285 ", Sunrise: " + df2.format(sunrise) +
295 ", Sunset: " + df2.format(sunset) +
IBMCalendarTest.java 1061 DateFormat df2 = cal.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, ULocale.US); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 253 DateFormat df2 = DateFormat.getDateTimeInstance(cal, DateFormat.MEDIUM, DateFormat.MEDIUM, Locale.US); local
284 ", Sunrise: " + df2.format(sunrise) +
294 ", Sunset: " + df2.format(sunset) +
IBMCalendarTest.java 1060 DateFormat df2 = cal.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, ULocale.US); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 153 DateFormat df2 = (DateFormat) df1.clone(); local
155 df1.hashCode() == df2.hashCode());
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 2935 UDateFormat* df2 = NULL; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatTest.java 993 DecimalFormat df2 = (DecimalFormat) df1.clone(); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
t01_mov.s     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d 610 258: 3df2.*
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x.d     [all...]

Completed in 805 milliseconds

1 2