Searched refs:f10 (Results 1 - 25 of 52) sorted by relevance

123

/external/oprofile/libutil++/tests/
H A Dstring_filter_tests.cpp83 string_filter f10(" foo ", "");
84 check(f10, " foo ", true);
85 check(f10, " foo", false);
86 check(f10, "foo ", false);
87 check(f10, "foo", false);
/external/clang/test/Sema/
H A Dwarn-unused-function.c39 static void f10(void); // expected-warning{{unused}}
40 static void f10(void);
H A Dpragma-unused.c47 int f10(int x) { function
/external/clang/test/SemaCXX/
H A Dfunction-extern-c.cpp38 extern "C" A *f10( void );
/external/libffi/testsuite/libffi.call/
H A Dmany.c21 float f10,
29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10,
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
H A Dmany_win32.c21 float f10,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
12 stdcall_many(float f1, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9, float f10, float f11, float f12, float f13) argument
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp38 virtual void f10() noexcept(false);
74 virtual void f10() noexcept(false);
/external/v8/test/mjsunit/compiler/
H A Dloopcount.js89 function f10(x) { function
92 f10(42);
/external/clang/test/CodeGen/
H A Dfunction-attributes.c44 int f10(void) { return f10_t(); } function
H A Dswitch.c137 // CHECK: define i32 @f10()
149 int f10() { function
H A Darm-arguments.c59 // APCS-GNU: define i32 @f10()
60 // AAPCS: define arm_aapcscc i32 @f10()
62 struct s10 f10(void) {} function
H A Dregparm-struct.c87 __attribute__((regparm(3))) void f10(struct s6 a, int b);
88 // CHECK: declare void @f10(i32 inreg, i32 inreg, i32 inreg)
91 f10(x, 43);
H A Dexprs.c119 void f10() {
H A Dstruct.c93 void f10(range *p) { function
/external/kernel-headers/original/asm-mips/
H A Dfpregdef.h37 #define ft3 $f10
78 #define ft6 $f10
/external/clang/test/CodeGenCXX/
H A Dtemporaries.cpp192 void f10(const H&);
198 f10(H());
203 f10(h);
/external/v8/test/mjsunit/harmony/
H A Dblock-let-crankshaft.js34 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14,
85 function f10(x) { function
/external/clang/test/Analysis/
H A Dmalloc-overflow.c68 void * f10(int n) function
H A Darray-struct.c90 void f10() { function
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-s390x-linux.S88 std %f10,160+16(SP)
281 ld %f10,160+16(SP)
324 std %f10,160+16(SP)
354 ld %f10,160+16(SP)
/external/libffi/src/ia64/
H A Dunix.S67 ldf.fill f10 = [in0], 32
210 (p7) stfs [in1] = f10, 8
234 (p7) stfd [in1] = f10, 16
258 (p7) stfe [in1] = f10, 32
312 stf.spill [r16] = f10, 32
439 (p7) ldfs f10 = [r16], 8
467 (p7) ldfd f10 = [r16], 16
495 (p7) ldfe f10 = [r16], 32
/external/openssl/crypto/
H A Dalphacpuid.pl43 fclr $f10
/external/libffi/src/powerpc/
H A Daix.S69 .set f10,10
169 lfd f10,-16-(4*8)(r28)
H A Daix_closure.S69 .set f10,10
139 stfd f10, 128(r1)
/external/v8/test/cctest/
H A Dtest-assembler-mips.cc295 __ mov_d(f10, f8); // c
297 __ sub_d(f10, f10, f12);
298 __ sdc1(f10, MemOperand(a0, OFFSET_OF(T, d)) ); // d = c - (-b).
305 __ mul_d(f10, f10, f14);
306 __ sdc1(f10, MemOperand(a0, OFFSET_OF(T, e)) ); // e = d * 120 = 1.8066e16.
308 __ div_d(f12, f10, f4);
436 __ cvt_w_d(f10, f6);
437 __ mfc1(t3, f10);
[all...]

Completed in 359 milliseconds

123