HomeSort by relevance Sort by last modified time
    Searched refs:fr2 (Results 1 - 21 of 21) sorted by null

  /external/clang/test/CodeGenCXX/
convert-to-fptr.cpp 25 typedef int (&fr2)(float); typedef
29 operator fr2() { return f2; }
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
p5.cpp 12 float &fr2 = g(ip); local
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p7.cpp 16 float &fr2 = check_const_int(ic); local
21 float &fr2 = check_const_int(ic); local
  /external/clang/test/CXX/over/over.match/over.match.funcs/
p4-0x.cpp 43 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/Modules/
namespaces.cpp 30 float &fr2 = N2::f(1.0f); local
55 double &fr2 = N6::f(1.0); local
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdtfmsy.cpp 143 DateFormatSymbols fr2(Locale::getFrench(), status);
203 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
205 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
210 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
212 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) {
257 fr2.setWeekdays(wideWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
259 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
264 fr2.setWeekdays(abbrWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
266 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) {
299 fr2.setQuarters(wideQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE)
    [all...]
  /external/icu4c/test/intltest/
tsdtfmsy.cpp 179 DateFormatSymbols fr2(Locale::getFrench(), status);
239 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
241 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
246 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
248 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) {
293 fr2.setWeekdays(wideWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE);
295 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) {
300 fr2.setWeekdays(abbrWeekdays, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED);
302 *fr2.getWeekdays(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) {
335 fr2.setQuarters(wideQuarters, count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE)
    [all...]
  /external/clang/test/SemaCXX/
atomic-type.cxx 35 float &fr2 = ovl1(af); local
overloaded-operator.cpp 189 double &fr2 = c2c(); local
  /external/clang/test/SemaTemplate/
temp_func_order.cpp 22 float &fr2 = f1(f, f); local
  /art/compiler/dex/quick/arm/
arm_lir.h 166 fr2 = 2 + ARM_FP_REG_OFFSET, enumerator in enum:art::ArmNativeRegisterPool
197 dr1 = fr2 + ARM_FP_DOUBLE,
target_arm.cc 29 static int FpRegs[] = {fr0, fr1, fr2, fr3, fr4, fr5, fr6, fr7,
34 static int fp_temps[] = {fr0, fr1, fr2, fr3, fr4, fr5, fr6, fr7,
658 Clobber(fr2);
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 47 float &fr2 = ci.g4(); local
  /art/compiler/dex/quick/x86/
target_x86.cc 36 fr0, fr1, fr2, fr3, fr4, fr5, fr6, fr7,
42 fr0, fr1, fr2, fr3, fr4, fr5, fr6, fr7,
x86_lir.h 182 fr2 = 2 + X86_FP_REG_OFFSET, enumerator in enum:art::X86NativeRegisterPool
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 235 fr2 = 2 + FP_REG_OFFSET, enumerator in enum:NativeRegisterPool
266 dr1 = fr2 + FP_DOUBLE,
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RESTORE_STATE.S 58 lw f2, fr2*4(a0) # restore f2
TEMPLATE_SAVE_STATE.S 70 sw f2, fr2*4(a0) # save f2
TEMPLATE_MEM_OP_DECODE.S 14 sw f2, fr2*-4(sp) # push f2
132 lw f2, fr2*-4(sp) # pop f2
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S     [all...]
  /external/libffi/src/sh64/
sysv.S 178 fld.s r15, OFS_FLT, fr2

Completed in 388 milliseconds