Home
last modified time | relevance | path

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

12

/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.cpp182 DateFormatSymbols fr2(Locale::getFrench(), status); in TestSymbols() local
242 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
244 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols()
249 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); in TestSymbols()
251 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
296 fr2.setWeekdays(wideWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
298 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols()
303 fr2.setWeekdays(abbrWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); in TestSymbols()
305 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
338 fr2.setQuarters(wideQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in TestSymbols()
[all …]
/external/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/
Dp4-0x.cpp54 float &fr2 = prvalue<X0>().f(); in test_ref_qualifier_binding() local
63 float &fr2 = prvalue<X0>()(); in test_ref_qualifier_binding_with_surrogates() local
69 float &fr2 = prvalue<X0>() + prvalue<X0>(); in test_ref_qualifier_binding_operators() local
78 float &fr2 = prvalue<X0>().h(); in test_ref_qualifier_overloading() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java132 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH); in TestSymbols() local
207 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
208 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
222 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
223 …final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
327 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
328 … final String[] wideWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
346 fr2.setWeekdays(abbrWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
347 …final String[] abbrWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIA… in TestSymbols()
425 fr2.setQuarters(wideQuarters,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java135 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH); in TestSymbols() local
210 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
211 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
225 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
226 …final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
330 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
331 … final String[] wideWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
349 fr2.setWeekdays(abbrWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols()
350 …final String[] abbrWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIA… in TestSymbols()
428 fr2.setQuarters(wideQuarters,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols()
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dconvert-to-fptr.cpp24 typedef int (&fr2)(float); typedef
28 operator fr2() { return f2; } in operator fr2()
/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/llvm-project/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/llvm-project/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/llvm-project/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
Dp5.cpp12 float &fr2 = g(ip); in main() local
/external/llvm-project/clang/test/SemaObjCXX/
Darc-overloading.mm159 float &fr2 = f9(unsafe_id);
188 float &fr2 = f10(unsafe_id); // expected-error {{no match}}
203 float &fr2 = f11(unsafe_id);
Darc-templates.mm236 float &fr2 = qual_vs_unqual_ptr(uip);
253 float &fr2 = qual_vs_unqual_ptr(uap);
305 float &fr2 = takePtr<A>(a);
/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/SemaCXX/
Datomic-type.cpp36 float &fr2 = ovl1(af); in test_overloading() local
/external/clang/test/SemaTemplate/
Dtemp_func_order.cpp22 float &fr2 = f1(f, f); in test_f1() local
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_func_order.cpp22 float &fr2 = f1(f, f); in test_f1() local
/external/llvm-project/clang/test/SemaCXX/
Datomic-type.cpp36 float &fr2 = ovl1(af); in test_overloading() local
/external/llvm-project/llvm/test/Transforms/CanonicalizeFreezeInLoops/
Donephi.ll113 %i.next.fr2 = freeze i32 %i.next
114 call void @call(i32 %i.next.fr2)
415 %i.next.fr2 = freeze i32 %i.next
416 call void @call(i32 %i.next.fr2)
447 %i.fr2 = freeze i32 %i
448 call void @call(i32 %i.fr2)
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp3-0x.cpp47 float &fr2 = ci.g4(); in test_C() local
/external/llvm-project/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);

12