Searched refs:f0 (Results 251 - 275 of 348) sorted by relevance

<<11121314

/external/libffi/src/arm/
H A Dsysv.S210 stfeqs f0, [r2]
215 stfeqd f0, [r2]
283 ldfs f0, [sp]
286 ldfd f0, [sp]
289 ldfd f0, [sp]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp6 template<typename T> A<T> f0(const T);
9 A<int> a0 = f0(i);
10 A<int> a1 = f0(ci);
/external/clang/test/Sema/
H A Ddesignated-initializers.c201 float f0; variable
220 &f0, // expected-note{{previous}}
222 .float_ptr = &f0 // expected-warning{{overrides}}
H A Dattr-availability.c3 void f0() __attribute__((availability(macosx,introduced=10.4,deprecated=10.2))); // expected-warning{{feature cannot be deprecated in Mac OS X version 10.2 before it was introduced in version 10.4; attribute ignored}}
H A Dfunction-redecl.c7 void f0() { function
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp191 static C *f0(T a0) {return new C((typename A<T>::t0) 1); } function in struct:N12::C
194 void f0(int **a) { C::f0(a); } function in namespace:N12
H A Dconstructor-template.cpp8 template<typename T> X0() : f0(T::foo) {} // expected-note {{candidate}}
9 int f0; member in struct:X0
H A Dinstantiate-method.cpp134 int f0( ) function in struct:PR6947::X
151 pc.f0();
H A Dnested-name-spec-template.cpp71 template<typename T> T f0();
74 template<typename T> T N1::f0() { } function in class:N1
H A Dfriend-template.cpp20 template<typename T> friend void f0(T);
24 template<typename T> void f0(T) { } function in namespace:test1
120 A<T1, T2, T3>& f0(A<T1, T2, T3>&, T);
126 friend A<U1, U2, U3>& inner::f0(A<U1, U2, U3>&, T);
H A Dtemp_arg_template.cpp55 void f0( Y<int,1> y){ 1 << y; } // expected-note{{in instantiation of function template specialization 'N::operator<<<Y, int, 1>' requested here}} function in namespace:N
H A Dtemp_explicit.cpp43 void f0(T*); // expected-error{{pointer to a reference}}
H A Dtemplate-id-expr.cpp13 void f0(const Value &Val) { isa<Value>(Val); } function
/external/clang/test/CXX/expr/expr.mptr.oper/
H A Dp5.cpp4 void f0();
/external/clang/test/CodeGen/
H A Darm-aapcs-vfp.c73 // CHECK: define arm_aapcs_vfpcc <16 x i8> @f0(<16 x i8> %{{.*}}, <16 x i8> %{{.*}}, <16 x i8> %{{.*}}, <16 x i8> %{{.*}})
74 int8x16_t f0(int8x16x4_t v4) { function
H A Ddecl.c89 struct test8s { int f0; char f1; } test8g = {}; member in struct:test8s
H A Dparameter-passing.c43 void f0(void) { function
H A Dpointer-arithmetic.c5 int f0(int *a, Int *b) { return a - b; } function
H A Dvla.c17 int f0(int x) { function
/external/clang/test/Modules/
H A Dmodule-private.cpp11 int &ir = f0(1.0); // okay: f0() from 'right' is not visible
/external/clang/test/Parser/
H A Ddeclarators.c5 void f0();
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp8 void f0() { (void)&X(); } // expected-warning{{taking the address of a temporary object}} function
H A Dexpressions.cpp12 void f0() { function
/external/libffi/src/s390/
H A Dsysv.S69 ld %f0,32(%r11)
81 ste %f0,0(%r8) # Return float
87 std %f0,0(%r8) # Return double
125 std %f0,64(%r15)
140 ld %f0,96+64(%r15) # Load return registers
270 ld %f0,48(%r11)
285 ste %f0,0(%r8) # Return float
291 std %f0,0(%r8) # Return double
327 std %f0,128(%r15)
343 ld %f0,16
[all...]
/external/v8/test/cctest/
H A Dtest-assembler-mips.cc442 __ cvt_d_w(f0, f12);
443 __ sdc1(f0, MemOperand(a0, OFFSET_OF(T, a)) );
786 __ ldc1(f0, MemOperand(a0, OFFSET_OF(T, a)));
789 __ mfc1(t0, f0);
794 // Convert double in f0 to long, save hi/lo parts.
795 __ cvt_l_d(f0, f0);
796 __ mfc1(t0, f0); // f0 has LS 32 bits of long.
1178 __ ldc1(f0, MemOperan
[all...]

Completed in 349 milliseconds

<<11121314