/external/clang/test/CodeGen/ |
fp16-ops.c | 7 volatile float f0, f1, f2; variable 63 h1 = f0 * h2; 82 h1 = (f0 / h2); 97 h1 = (h2 + f0); 116 h1 = (h2 - f0); 132 test = (h2 < f0); 150 test = (f0 > h2); 162 test = (h2 <= f0); 180 test = (f0 >= h2); 223 h0 = f0; [all...] |
debug-info.c | 5 struct { typeof(0) f0; } v0; member in struct:__anon6349 19 struct s0 *f0(struct s0 *a0) { function
|
2008-07-31-promotion-of-compound-pointer-arithmetic.c | 2 // CHECK: define i32 @f0 10 int f0() { function
|
/external/clang/test/SemaTemplate/ |
member-function-template.cpp | 4 template<typename T> T& f0(T); 7 int &ir = f0(i); 8 double &dr = f0(d); 22 int &ir = x.f0(i); 23 float &fr = x.f0(f); 33 int& (X::*pm1)(int) = &X::f0; 34 float& (X::*pm2)(float) = &X::f0; 44 int &ir1 = x.f0<int>(i); 45 int &ir2 = x.f0<>(i); 46 long &il1 = x.f0<long>(i) [all...] |
member-access-expr.cpp | 4 x.Base::f0(); 8 void f0(); 22 x.Base2::f0(); 32 x.CrazyBase::f0(); // expected-error{{ambiguous}} \ 84 template <int> float* &f0(); 85 template <int> const float* &f0() const; 87 (void)static_cast<float*>(f0<0>()); 90 (void)f0<0>();
|
/external/clang/test/CXX/special/class.ctor/ |
p1.cpp | 9 X0 (f0)(int); 10 X0 (f0)(type); 19 X0 (X0::f0)(int) { return X0(); } function 30 X1<T> (f0)(int); 31 X1<T> (f0)(type);
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p1.cpp | 16 void f0(T t) { function 20 template void f0(int); 21 template void f0<long>(long); 22 template void f0<>(unsigned); 23 template void f0(int C::*); // expected-note{{instantiation}}
|
p3.cpp | 5 template<typename T> void f0(T); 6 template void f0(int); // okay 7 template<typename T> void f0(T) { } function 15 template void X0::f0<int>(int); // expected-error {{incomplete type}} 16 template void X1<int>::f0<int>(int); // expected-error {{implicit instantiation of undefined template}}
|
p8.cpp | 7 T* f0(T* ptr); 20 T* X0<T>::f0(T* ptr) { function in class:X0
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_FwdTransformResidual4x4.c | 48 int f0 = e0 + e2; local 52 pDst[i+0] = (OMX_S16)f0; 61 int f0 = pDst[i+0]; local 65 int g0 = f0 + f3; 66 int g1 = f0 - f3;
|
armVCM4P10_TransformResidual4x4.c | 49 int f0 = e0 + e3; local 53 pDst[i+0] = (OMX_S16)f0; 62 int f0 = pDst[i+0]; local 66 int g0 = f0 + f2; 67 int g1 = f0 - f2;
|
/frameworks/compile/libbcc/tests/data/src/ |
float.c | 17 float f0, f1; variable 28 f0 = arg0; 36 printf("globals: %g %g %g %g\n", f0, f1, d0, d1); 43 * (float*) & f0 = 1.1f; 45 printf("cast lval: %g %g %g %g\n", f0, f1, d0, d1);
|
/external/oprofile/module/ia64/ |
oprofile_stubs.S | 95 stf.spill [sp]=f0 108 mov r4=0; mov f2=f0; mov b1=r0 109 mov r5=0; mov f3=f0; mov b2=r0 110 mov r6=0; mov f4=f0; mov b3=r0 111 mov r7=0; mov f5=f0; mov b4=r0 112 mov ar.unat=0; mov f10=f0; mov b5=r0 113 ldf.fill f11=[sp]; ldf.fill f12=[sp]; mov f13=f0 114 ldf.fill f14=[sp]; ldf.fill f15=[sp]; mov f16=f0 115 ldf.fill f17=[sp]; ldf.fill f18=[sp]; mov f19=f0 116 ldf.fill f20=[sp]; ldf.fill f21=[sp]; mov f22=f0 [all...] |
/external/valgrind/main/none/tests/mips32/ |
MoveIns.c | 145 "mtc1 $t0, $f0\n\t" \ 147 "c.eq.s $f0, $f2\n\t" \ 167 "mtc1 $t0, $f0\n\t" \ 169 "c.eq.s $f0, $f2\n\t" \ 191 "mtc1 $t0, $f0\n\t" \ 193 "c.eq.s $f0, $f2\n\t" \ 254 TESTINSNMOVE("mfc1 $t1, $f0", 0, f0, t1); 283 TESTINSNMOVEt("mtc1 $t1, $f0", 0, f0, t1) [all...] |
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p3.cpp | 52 int f0(int); 56 using N2::f0; 64 { f1(N::f0<int>); }
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
basic.cpp | 5 template<typename T> A<T> f0(T*); 8 A<int> a0 = f0(ip); 9 A<const float> a1 = f0(cfp);
|
/external/clang/test/CodeGenCXX/ |
mangle-variadic-templates.cpp | 14 void f0(X<sizeof...(Types), Types&...>) { } function 16 template void f0(X<0>); 19 template void f0<int, float, double>(X<3, int&, float&, double&>);
|
/external/clang/test/Sema/ |
anonymous-struct-union.c | 78 struct s0 { union { int f0; }; }; member in union:s0::__anon6655 85 int f0; // expected-note{{previous declaration is here}} member in struct:s1 87 int f0; // expected-error{{member of anonymous union redeclares 'f0'}} member in union:s1::__anon6657
|
/external/clang/test/SemaCXX/ |
cast-conversion.cpp | 41 template <int> float* &f0(); // expected-note{{candidate}} 42 template <unsigned> float* &f0(); // expected-note{{candidate}} 45 static_cast<float*>(f0<0>()); // expected-error{{ambiguous}}
|
decltype.cpp | 4 int const f0(); 6 decltype(0, f0()) i = 0;
|
/external/clang/test/CXX/temp/temp.param/ |
p11-0x.cpp | 71 template<typename T = int, typename U> T &f0(U) { T *x = 0; return *x; } function in namespace:DefaultTemplateArgsInFunction 74 int &ir0 = f0(3.14159); 75 int &ir1 = f0<int>(3.14159); 76 float &fr0 = f0<float>(3.14159); 79 template<> int &f0(int*); 80 template int &f0(double&);
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
p1-retmem.cpp | 11 size_type f0() const; 17 typename X0<T>::size_type X0<T>::f0() const { function in class:X0
|
/external/openssl/crypto/ |
sparccpuid.S | 37 ld [%o0],%f0 53 .word 0xbfa00040 !fmovd %f0,%f62 68 .word 0x83a00040 !fmovd %f0,%f32 71 fmovs %f0,%f30 75 fmovs %f0,%f28 79 fmovs %f0,%f26 83 fmovs %f0,%f24 87 fmovs %f0,%f22 91 fmovs %f0,%f20 95 fmovs %f0,%f1 [all...] |
/external/clang/test/Analysis/ |
stackaddrleak.c | 5 void f0() { function
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
partial-ordering.cpp | 35 int &f0(T1, T2, Rest...); 38 float &f0(T1, T2); 41 int &ir1 = f0(1, 2.0, 'a'); 42 float &fr1 = f0(1, 2.0);
|