Searched refs:f11 (Results 1 - 25 of 107) sorted by relevance

12345

/external/clang/test/Sema/
H A Dwarn-unused-function.c40 static void f11(void);
41 static void f11(void) { } // expected-warning{{unused}} function
H A Dattr-args.c14 inline __attribute__((weak(a))) void *f11(); // expected-error {{'weak' attribute takes no arguments}}
H A Dattr-ownership.c15 void *f11(float i) __attribute__((ownership_returns(foo, 1))); // expected-error {{'ownership_returns' attribute only applies to integer arguments}}
H A Dpragma-unused.c52 int f11(int x) { function
H A Dc89.c54 void f11 (z) /* expected-error {{may not have 'void' type}} */ function
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp40 virtual void f11() throw();
76 virtual void f11() noexcept;
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_rdft_mips.c272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
380 "lwc1 %[f11], 0(%[p2_rdft]) \n\t"
397 "mul.s %[f7], %[f11], %[f0] \n\t"
404 "madd.s %[f0], %[f0], %[f11], %[f5] \n\t"
411 "mul.s %[f2], %[f11], %[f0] \n\t"
412 "mul.s %[f11], %[f11], %[f5] \n\t"
422 "add.s %[f0], %[f11], %[f0] \n\t"
448 "lwc1 %[f11], 8(%[p2_rdft]) \n\t"
465 "mul.s %[f7], %[f11],
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
[all...]
H A Daec_core_mips.c338 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13; local
361 "mul.s %[f11], %[f6], %[f7] \n\t"
370 "sub.s %[f9], %[f9], %[f11] \n\t"
426 [f9] "=&f" (f9), [f10] "=&f" (f10), [f11] "=&f" (f11),
455 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12; local
480 "mul.s %[f11], %[f7], %[f6] \n\t"
487 "add.s %[f9], %[f9], %[f11] \n\t"
520 [f9] "=&f" (f9), [f10] "=&f" (f10), [f11] "=&f" (f11),
[all...]
/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js69 function f11() { function
126 testToStringAndLength("f11", 6, 6);
/external/clang/test/CodeGen/
H A Dmicrosoft-call-conv.c59 void __stdcall f11(int x, ...) {}; function
60 // WIN: define void @f11({{.*}})
H A Dswitch.c156 // CHECK-LABEL: define i32 @f11(
159 int f11(int x) { function
H A Dfunction-attributes.c51 int f11(void) { function
H A Dx86_64-arguments-nacl.c53 // CHECK-LABEL: define double @f11()
54 union { long double a; float b; } f11() { while (1) {} } function
H A Dregparm-struct.c99 __attribute__((regparm(3))) void f11(struct s7 a, int b);
100 // CHECK: declare void @f11(i32 inreg, i32 inreg, i32 inreg, i32)
103 f11(x, 44);
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips4.s10 sdxc1 $f11,$10($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/SystemZ/
H A Dregs-good.s62 #CHECK: ler %f10, %f11 # encoding: [0x38,0xab]
71 ler %f10,%f11
80 #CHECK: ldr %f10, %f11 # encoding: [0x28,0xab]
89 ldr %f10,%f11
130 #CHECK: .cfi_offset %f11, 216
164 .cfi_offset %f11,216
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips4.s14 movf.d $f6,$f11,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 movf.d $f6,$f11,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
29 sdxc1 $f11,$10($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
H A Dinvalid-mips5.s15 movf.d $f6,$f11,$fcc0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 movf.d $f6,$f11,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
30 sdxc1 $f11,$a6($t2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame.s19 std %f11, 184(%r15)
27 .cfi_offset %f11, -200
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips2-wrong-error.s9 ldc1 $f11,16391($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/clang/test/Analysis/
H A Dmalloc-overflow.c77 void * f11(int n) function
/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp73 void f11(float64x2_t v) { } function
/external/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp37 extern "C" long long f11( void );
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s31 ceil.w.d $f11,$f25
38 cvt.d.w $f26,$f11
40 cvt.l.s $f11,$f29
54 floor.w.d $f14,$f11
61 ldc1 $f11,16391($s0)
93 movf.d $f6,$f11,$fcc5
147 sdxc1 $f11,$10($14)
/external/llvm/test/MC/ARM/
H A Dsymbol-variants.s41 .word f11(tpoff)
43 @CHECK: 2c R_ARM_TLS_LE32 f11

Completed in 3684 milliseconds

12345