Home
last modified time | relevance | path

Searched refs:fr2 (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/CXX/over/over.match/over.match.funcs/
Dp4-0x.cpp43 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/
Dtsdtfmsy.cpp181 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/
DIntlTestDateFormatSymbols.java128 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH); in TestSymbols() local
188 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
189 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
203 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
204 …final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
308 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
309 … final String[] wideWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
327 fr2.setWeekdays(abbrWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
328 …final String[] abbrWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIA… in TestSymbols()
406 fr2.setQuarters(wideQuarters,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java129 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH); in TestSymbols() local
189 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
190 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
204 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
205 …final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
309 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
310 … final String[] wideWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
328 fr2.setWeekdays(abbrWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
329 …final String[] abbrWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIA… in TestSymbols()
407 fr2.setQuarters(wideQuarters,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
/external/clang/test/CodeGenCXX/
Dconvert-to-fptr.cpp24 typedef int (&fr2)(float); typedef
28 operator fr2() { return f2; } in operator fr2()
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp7.cpp16 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/
Dnamespaces.cpp30 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/
Dp5.cpp12 float &fr2 = g(ip); in main() local
/external/clang/test/SemaCXX/
Datomic-type.cpp36 float &fr2 = ovl1(af); in test_overloading() local
Doverloaded-operator.cpp189 double &fr2 = c2c(); in test_callable() local
/external/clang/test/SemaTemplate/
Dtemp_func_order.cpp22 float &fr2 = f1(f, f); in test_f1() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionCuda.h649 #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/CXX/expr/expr.prim/expr.prim.general/
Dp3-0x.cpp47 float &fr2 = ci.g4(); in test_C() local
/external/clang/test/SemaObjCXX/
Darc-templates.mm236 float &fr2 = qual_vs_unqual_ptr(uip);
253 float &fr2 = qual_vs_unqual_ptr(uap);
305 float &fr2 = takePtr<A>(a);
Doverload.mm134 float &fr2 = f2(&p);
Darc-overloading.mm159 float &fr2 = f9(unsafe_id);
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
Dsysv.S187 fld.s r15, OFS_FLT, fr2
/external/trappy/doc/
DBarPlotter.ipynb83 …Q4A0AAAAFDa56AQC7sp///OdZvXp12traql4KQFONRiPDhg3L2LFjq14KwC5H8AYo\nZOXKlVm/fr2/xAIt45lnnsnKlSvz6le…
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt2839 1fr2
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt7503 fr2
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt7503 fr2