Searched refs:f0 (Results 201 - 225 of 520) sorted by relevance

1234567891011>>

/external/clang/test/CXX/expr/
H A Dp9.cpp12 __typeof__(0 + 0.0f) f0;
13 float &fr = f0;
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp50 template<typename T> void f0(T) { } function
66 template<> void f0<int>(int) { } // expected-error {{no function template matches function template specialization 'f0'}} function in namespace:exp_spec
/external/clang/test/CodeGen/
H A Dmangle.c8 void __attribute__((__overloadable__)) f0(int a) {} function
10 void __attribute__((__overloadable__)) f0(long b) {} function
H A Dx86_64-arguments-nacl.c18 // CHECK: define { i64, i64 } @f0()
19 struct PP_Var f0() { function
66 struct s13_0 { long long f0[3]; }; member in struct:s13_0
67 struct s13_1 { long long f0[2]; }; member in struct:s13_1
/external/clang/test/Sema/
H A Dattr-availability-android.c3 void f0(int) __attribute__((availability(android,introduced=14,deprecated=19)));
11 f0(0);
H A Dattr-availability-ios.c3 void f0(int) __attribute__((availability(ios,introduced=2.0,deprecated=2.1))); // expected-note {{'f0' has been explicitly marked deprecated here}}
14 f0(0); // expected-warning{{'f0' is deprecated: first deprecated in iOS 2.1}}
H A Dwarn-unused-function.c9 static int f0() { return 17; } // expected-warning{{not needed and will not be emitted}} function
10 int x = sizeof(f0());
H A Danonymous-struct-union.c79 struct s0 { union { int f0; }; }; member in union:s0::__anon2734
86 int f0; // expected-note{{previous declaration is here}} member in struct:s1
88 int f0; // expected-error{{member of anonymous union redeclares 'f0'}} member in union:s1::__anon2736
H A Dexpr-address-of.c40 void f0() { function
64 register struct { int f0[10]; } x4; member in struct:__anon2836
65 int *_dummy4 = &x4.f0[2]; // expected-error {{address of register variable requested}}
/external/clang/test/SemaTemplate/
H A Dexplicit-specialization-member.cpp6 void f0(T);
10 template<> void X0<char>::f0(char);
H A Dtemp_func_order.cpp3 int &f0(T);
6 float &f0(T*);
9 int &ir = f0(i);
10 float &fr = f0(ip);
H A Dinstantiate-init.cpp8 X0 f0(T t, U u) { function
14 f0(ip, fp);
15 f0(ip, dp); // expected-note{{instantiation}}
48 void f0() function in namespace:PR6657
55 f0<int>();
/external/clang/test/Modules/Inputs/
H A Dmodule_private_left.h7 int &f0(int);
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp18 template<typename T> void f0(T) { function
22 template<> void f0(NonDefaultConstructible) { } function
25 f0(NDC);
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp15 void f0(X<sizeof...(Types), Types&...>) { } function
17 template void f0(X<0>);
20 template void f0<int, float, double>(X<3, int&, float&, double&>);
/external/clang/test/SemaCXX/
H A Dwarn-unused-parameters.cpp4 T f0(T x);
12 template<typename T> T X<T>::f0(T x) { return x; } function in class:X
20 x.f0(i);
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsubpel_variance_neon.c32 const uint8x8_t f0 = vmov_n_u8(filter[0]); local
38 const uint16x8_t a = vmull_u8(src_0, f0);
56 const uint8x8_t f0 = vmov_n_u8(filter[0]); local
63 const uint16x8_t a = vmull_u8(vget_low_u8(src_0), f0);
66 const uint16x8_t c = vmull_u8(vget_high_u8(src_0), f0);
/external/valgrind/none/tests/mips32/
H A DMoveIns.stdout.exp2 mfc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
30 mtc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
58 mov.s $f0, $f0 :: fs 0.000000, rt 0x0
59 mov.s $f0, $f1 :: fs 456.248962, rt 0x43e41fde
86 mov.d $f0, $f0 ::fs 11600973572943642624.000000, rt 0x0
87 mov.d $f0, $f0 ::fs -0.007813, rt 0x40400000
88 mov.d $f0,
[all...]
/external/llvm/test/MC/Mips/
H A Dmips-reginfo-fp32.s25 # abs.s - Reads and writes from/to $f0.
26 abs.s $f0,$f0
/external/llvm/test/MC/SystemZ/
H A Dinsn-good-z196.s138 #CHECK: cdlfbr %f0, 0, %r0, 0 # encoding: [0xb3,0x91,0x00,0x00]
139 #CHECK: cdlfbr %f0, 0, %r0, 15 # encoding: [0xb3,0x91,0x0f,0x00]
140 #CHECK: cdlfbr %f0, 0, %r15, 0 # encoding: [0xb3,0x91,0x00,0x0f]
141 #CHECK: cdlfbr %f0, 15, %r0, 0 # encoding: [0xb3,0x91,0xf0,0x00]
145 cdlfbr %f0, 0, %r0, 0
146 cdlfbr %f0, 0, %r0, 15
147 cdlfbr %f0, 0, %r15, 0
148 cdlfbr %f0, 15, %r0, 0
152 #CHECK: cdlgbr %f0, 0, %r0, 0 # encoding: [0xb3,0xa1,0x00,0x00]
153 #CHECK: cdlgbr %f0,
[all...]
/external/webrtc/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
281 "lwc1 %[f0], 0(%[a]) \n\t"
289 "add.s %[f8], %[f0], %[f2] \n\t"
290 "sub.s %[f0], %[f0], %[f2] \n\t"
303 "sub.s %[f3], %[f0], %[f5] \n\t"
304 "add.s %[f0], %[f0], %[f5] \n\t"
312 "swc1 %[f0], 24(%[a]) \n\t"
314 "lwc1 %[f0], 3
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
924 const float f0 = 0.5f; local
1051 const float f0 = 0.5f; local
[all...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp12 friend void f0(int);
16 F0 f0() { return S0().member_func(); } function in namespace:N
18 N::F0 f0_var = N::f0();
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp10 void f0(const T&, const U&);
25 void X0<T, U>::f0(const T&, const U&) { // expected-note{{previous definition}} function in class:X0
47 // FIXME: error message should probably say, "redefinition of 'X0<T, U>::f0'"
48 // rather than just "redefinition of 'f0'"
50 void X0<T, U>::f0(const T&, const U&) { // expected-error{{redefinition}} function in class:X0
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp98 template<typename R, typename T> void f0(R (*)(T), T);
106 f0(g, 1);
107 f0(&g, 1);
/external/clang/test/Analysis/
H A Dstackaddrleak.c7 void f0() { function

Completed in 503 milliseconds

1234567891011>>