HomeSort by relevance Sort by last modified time
    Searched refs:f10 (Results 1 - 25 of 44) sorted by null

1 2

  /bionic/libm/ia64/
s_fmal.S 32 fma f8 = f8, f9, f10
s_fma.S 32 fma.d f8 = f8, f9, f10
s_fmaf.S 32 fma.s f8 = f8, f9, f10
  /external/oprofile/libutil++/tests/
string_filter_tests.cpp 83 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/
warn-unused-function.c 39 static void f10(void); // expected-warning{{unused}}
40 static void f10(void);
pragma-unused.c 47 int f10(int x) { function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 30 float f10 = 0.0f; local
  /external/libffi/testsuite/libffi.call/
many.c 21 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);
many_win32.c 21 float f10,
26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 38 virtual void f10() noexcept(false);
74 virtual void f10() noexcept(false);
  /external/clang/test/CodeGen/
function-attributes.c 44 int f10(void) { return f10_t(); } function
switch.c 137 // CHECK: define i32 @f10()
149 int f10() { function
arm-arguments.c 58 // APCS-GNU: define i32 @f10()
59 // AAPCS: define arm_aapcscc i32 @f10()
61 struct s10 f10(void) {} function
exprs.c 119 void f10() {
struct.c 93 void f10(range *p) { function
  /external/clang/test/CodeGenCXX/
temporaries.cpp 192 void f10(const H&);
198 f10(H());
203 f10(h);
  /external/libffi/src/ia64/
unix.S 67 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/clang/test/Analysis/
array-struct.c 93 void f10() { function
null-deref-ps.c 217 int* f10(int* p, signed char x, int y) { function
226 if (!p) return; // expected-warning {{non-void function 'f10' should return a value}}
  /external/v8/test/mjsunit/compiler/
loopcount.js 89 function f10(x) { function
92 f10(42);
  /external/openssl/crypto/
alphacpuid.pl 43 fclr $f10
  /external/libffi/src/powerpc/
aix.S 69 .set f10,10
169 lfd f10,-16-(4*8)(r28)
aix_closure.S 69 .set f10,10
139 stfd f10, 128(r1)
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 517 unsigned char f10 = v[ceil_y][3*floor_x+offset]; local
523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /external/v8/test/cctest/
test-assembler-mips.cc 295 __ 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 1436 milliseconds

1 2