Searched refs:fr2 (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dconvert-to-fptr.cpp24 typedef int (&fr2)(float); typedef
28 operator fr2() { return f2; }
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp5.cpp12 float &fr2 = g(ip); local
/external/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp43 float &fr2 = prvalue<X0>().f(); local
52 float &fr2 = prvalue<X0>()(); local
58 float &fr2 = prvalue<X0>() + prvalue<X0>(); local
67 float &fr2 = prvalue<X0>().h(); local
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp7.cpp16 float &fr2 = check_const_int(ic); local
21 float &fr2 = check_const_int(ic); local
/external/clang/test/Modules/
H A Dnamespaces.cpp30 float &fr2 = N2::f(1.0f); local
58 double &fr2 = N6::f(1.0); local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java135 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH);
195 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
196 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
210 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED);
211 final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED);
315 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
316 final String[] wideWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
334 fr2.setWeekdays(abbrWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED);
335 final String[] abbrWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED);
413 fr2
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp181 DateFormatSymbols fr2(Locale::getFrench(), status);
241 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
243 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
248 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
250 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) {
295 fr2.setWeekdays(wideWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
297 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
302 fr2.setWeekdays(abbrWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
304 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) {
337 fr2
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatSymbols.java132 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH);
192 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
193 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
207 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED);
208 final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED);
312 fr2.setWeekdays(wideWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
313 final String[] wideWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE);
331 fr2.setWeekdays(abbrWeekdays,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED);
332 final String[] abbrWeekdays1 = fr2.getWeekdays(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED);
410 fr2
[all...]
/external/clang/test/SemaCXX/
H A Datomic-type.cpp36 float &fr2 = ovl1(af); local
H A Doverloaded-operator.cpp189 double &fr2 = c2c(); local
/external/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp22 float &fr2 = f1(f, f); local
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp47 float &fr2 = ci.g4(); local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionCuda.h649 #define add_vals(fl1, fl2, fr1, fr2)\
660 results[2].x += fl1.x * fr2.x;\
661 results[2].y += fl1.y * fr2.x;\
662 results[2].z += fl2.x * fr2.x;\
663 results[2].w += fl2.y * fr2.x;\
665 results[3].x += fl1.x * fr2.y;\
666 results[3].y += fl1.y * fr2.y;\
667 results[3].z += fl2.x * fr2.y;\
668 results[3].w += fl2.y * fr2.y;\
681 float2 fr2 local
[all...]
/external/libffi/src/sh64/
H A Dsysv.S187 fld.s r15, OFS_FLT, fr2
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
H A Dsysv.S187 fld.s r15, OFS_FLT, fr2
/external/python/cpython3/Modules/_ctypes/libffi/src/sh64/
H A Dsysv.S187 fld.s r15, OFS_FLT, fr2

Completed in 455 milliseconds