/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 33 float f13 = 0.0f; local
|
/external/libffi/testsuite/libffi.call/ |
many.c | 24 float f13) 30 (double) f11, (double) f12, (double) f13); 33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
many_win32.c | 24 float f13) 26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
/external/clang/test/CXX/except/except.spec/ |
p5-virtual.cpp | 42 virtual void f13() noexcept(false); 78 virtual void f13() throw(int);
|
/external/clang/test/CodeGen/ |
function-attributes.c | 58 // CHECK: define void @f13() [[NUW]] 59 void f13(void) __attribute__((pure)) __attribute__((const)); 60 void f13(void){} function
|
switch.c | 184 // CHECK: define i32 @f13( 187 int f13(unsigned x) { function
|
x86_64-arguments-nacl.c | 64 // CHECK: define void @f13(%struct.s13_0* noalias sret %agg.result, i32 %a, i32 %b, i32 %c, i32 %d, {{.*}}* byval align 8 %e, i32 %f) 68 struct s13_0 f13(int a, int b, int c, int d, function
|
regparm-struct.c | 122 __attribute__((regparm(3))) void f13(struct s9 a, int b); 123 // CHECK: declare void @f13(i32 inreg, i32 inreg, i32 inreg, i32) 126 f13(x, 44);
|
arm-arguments.c | 75 // APCS-GNU: define void @f13( 79 // AAPCS-FIXME: darm_aapcscc efine float @f13() 81 struct s13 f13(void) {} function
|
exprs.c | 143 double f13(double X) { 144 // CHECK: define double @f13
|
/external/clang/test/Sema/ |
warn-unused-function.c | 53 void f13(void) { function
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 30 #define fa0f $f13 71 #define fa1 $f13
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 30 #define fa0f $f13 71 #define fa1 $f13
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 28 #define fa0f $f13 65 #define fa1 $f13
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 30 #define fa0f $f13 71 #define fa1 $f13
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 30 #define fa0f $f13 71 #define fa1 $f13
|
/external/clang/test/Analysis/ |
malloc-overflow.c | 101 void * f13(struct s13 *s) function
|
array-struct.c | 118 void f13(double timeout) { function
|
/external/libffi/src/ia64/ |
unix.S | 71 ldf.fill f13 = [r16], 32 216 (p10) stfs [r16] = f13, 8 240 (p10) stfd [r16] = f13, 16 264 (p10) stfe [r16] = f13, 32 316 stf.spill [r17] = f13, 32 445 (p10) ldfs f13 = [r17], 8 473 (p10) ldfd f13 = [r17], 16 501 (p10) ldfe f13 = [r17], 32
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-s390x-linux.S | 101 std %f13,160+40(SP) 160 ld %f13,160+40(SP)
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
registers1.cpp | 40 float f13 = *fsrc++ + 1.0f; local 87 *fdest++ = f13;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
registers1.cpp | 40 float f13 = *fsrc++ + 1.0f; local 87 *fdest++ = f13;
|
/external/valgrind/main/VEX/priv/ |
host_s390_isel.c | 934 HReg op_hi, op_lo, f13, f15; local 940 f13 = make_fpr(13); 943 /* operand --> (f13, f15) */ 944 addInstr(env, s390_insn_move(8, f13, op_hi)); 948 addInstr(env, s390_insn_bfp128_convert_from(size, bfpop, res, f13, f15, 1001 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15, cc_s390; local 1007 /* We use non-virtual registers as pairs (f13, f15) and (f12, f14)) */ 1009 f13 = make_fpr(13); 1552 HReg op1_hi, op1_lo, op2_hi, op2_lo, f12, f13, f14, f15; local 1595 HReg op_hi, op_lo, f12, f13, f14, f15; local 1641 HReg op_hi, op_lo, op, f12, f13, f14, f15; local 1876 HReg op_hi, op_lo, f12, f13, f14, f15; local [all...] |
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_RESTORE_STATE.S | 69 lw f13, fr13*4(a0) # restore f13
|
TEMPLATE_SAVE_STATE.S | 81 sw f13, fr13*4(a0) # save f13
|