/external/clang/test/CXX/over/over.match/over.match.funcs/ |
D | p4-0x.cpp | 43 float &fr2 = prvalue<X0>().f(); in test_ref_qualifier_binding() local 52 float &fr2 = prvalue<X0>()(); in test_ref_qualifier_binding_with_surrogates() local 58 float &fr2 = prvalue<X0>() + prvalue<X0>(); in test_ref_qualifier_binding_operators() local 67 float &fr2 = prvalue<X0>().h(); in test_ref_qualifier_overloading() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tsdtfmsy.cpp | 181 DateFormatSymbols fr2(Locale::getFrench(), status); in TestSymbols() local 241 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols() 243 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols() 248 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); in TestSymbols() 250 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) { in TestSymbols() 295 fr2.setWeekdays(wideWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols() 297 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols() 302 fr2.setWeekdays(abbrWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); in TestSymbols() 304 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) { in TestSymbols() 337 fr2.setQuarters(wideQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in TestSymbols() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 132 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH); in TestSymbols() local 192 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 193 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 207 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 208 …final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 312 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 313 … final String[] wideWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 331 fr2.setWeekdays(abbrWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 332 …final String[] abbrWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIA… in TestSymbols() 410 fr2.setQuarters(wideQuarters,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDateFormatSymbols.java | 135 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH); in TestSymbols() local 195 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 196 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 210 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 211 …final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 315 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 316 … final String[] wideWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 334 fr2.setWeekdays(abbrWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 335 …final String[] abbrWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIA… in TestSymbols() 413 fr2.setQuarters(wideQuarters,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | convert-to-fptr.cpp | 24 typedef int (&fr2)(float); typedef 28 operator fr2() { return f2; } in operator fr2()
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p7.cpp | 16 float &fr2 = check_const_int(ic); in test_capture_constness() local 21 float &fr2 = check_const_int(ic); in test_capture_constness() local
|
/external/clang/test/Modules/ |
D | namespaces.cpp | 30 float &fr2 = N2::f(1.0f); in test() local 58 double &fr2 = N6::f(1.0); in testMerged() local
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/ |
D | p5.cpp | 12 float &fr2 = g(ip); in main() local
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionCuda.h | 649 #define add_vals(fl1, fl2, fr1, fr2)\ in EigenFloatContractionKernelInternal16x16() argument 660 results[2].x += fl1.x * fr2.x;\ in EigenFloatContractionKernelInternal16x16() 661 results[2].y += fl1.y * fr2.x;\ in EigenFloatContractionKernelInternal16x16() 662 results[2].z += fl2.x * fr2.x;\ in EigenFloatContractionKernelInternal16x16() 663 results[2].w += fl2.y * fr2.x;\ in EigenFloatContractionKernelInternal16x16() 665 results[3].x += fl1.x * fr2.y;\ in EigenFloatContractionKernelInternal16x16() 666 results[3].y += fl1.y * fr2.y;\ in EigenFloatContractionKernelInternal16x16() 667 results[3].z += fl2.x * fr2.y;\ in EigenFloatContractionKernelInternal16x16() 668 results[3].w += fl2.y * fr2.y;\ in EigenFloatContractionKernelInternal16x16() 681 float2 fr2 = rhs_shmem2[(start_feature>>1) + 1 + 32*((koff%4)/2)][koff/4 + (koff%2)*4]; in EigenFloatContractionKernelInternal16x16() local [all …]
|
/external/clang/test/SemaTemplate/ |
D | temp_func_order.cpp | 22 float &fr2 = f1(f, f); in test_f1() local
|
/external/clang/test/SemaCXX/ |
D | atomic-type.cpp | 36 float &fr2 = ovl1(af); in test_overloading() local
|
D | overloaded-operator.cpp | 189 double &fr2 = c2c(); in test_callable() local
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
D | p3-0x.cpp | 47 float &fr2 = ci.g4(); in test_C() local
|
/external/clang/test/SemaObjCXX/ |
D | arc-templates.mm | 236 float &fr2 = qual_vs_unqual_ptr(uip); 253 float &fr2 = qual_vs_unqual_ptr(uap); 305 float &fr2 = takePtr<A>(a);
|
D | overload.mm | 134 float &fr2 = f2(&p);
|
D | arc-overloading.mm | 159 float &fr2 = f9(unsafe_id);
|
/external/libffi/src/sh64/ |
D | sysv.S | 187 fld.s r15, OFS_FLT, fr2
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/ |
D | sysv.S | 187 fld.s r15, OFS_FLT, fr2
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 2839 1fr2
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 7503 fr2
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 7503 fr2
|