HomeSort by relevance Sort by last modified time
    Searched refs:f10 (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/v8/test/mjsunit/compiler/
loopcount.js 89 function f10(x) { function
92 f10(42);
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RESTORE_STATE.S 66 lw f10, fr10*4(a0) # restore f10
TEMPLATE_SAVE_STATE.S 78 sw f10, fr10*4(a0) # save f10
TEMPLATE_MEM_OP_DECODE.S 22 sw f10, fr10*-4(sp) # push f10
140 lw f10, fr10*-4(sp) # pop f10
  /external/clang/test/CodeGen/
arm-arguments.c 59 // APCS-GNU: define i32 @f10()
60 // AAPCS: define arm_aapcscc i32 @f10()
62 struct s10 f10(void) {} function
exprs.c 119 void f10() {
struct.c 93 void f10(range *p) { function
aarch64-arguments.c 47 // PCS: define [1 x i64] @f10()
49 struct s10 f10(void) {} function
  /external/openssl/crypto/
alphacpuid.pl 43 fclr $f10
ppccpuid.pl 65 fmr f10,f31
  /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)
  /external/valgrind/main/none/tests/mips32/
MoveIns.c 264 TESTINSNMOVE("mfc1 $s1, $f10", 40, f10, s1);
293 TESTINSNMOVEt("mtc1 $s1, $f10", 40, f10, s1);
322 TESTINSNMOVE1s("mov.s $f9, $f10", 40, f9, f10);
323 TESTINSNMOVE1s("mov.s $f10, $f11", 44, f10, f11);
350 TESTINSNMOVE1d("mov.d $f8, $f10", 0, f8, f10);
    [all...]
  /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);
  /packages/apps/Gallery2/jni_mosaic/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);
  /packages/apps/LegacyCamera/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...]
  /external/clang/test/Analysis/
null-deref-ps.c 215 int* f10(int* p, signed char x, int y) { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 88 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK local
p7-cxx11-nowarn.cpp 89 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK local
  /external/llvm/test/MC/ELF/
cfi.s 59 f10: label
  /external/v8/test/mjsunit/harmony/
block-let-crankshaft.js 34 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14,
85 function f10(x) { function
  /external/oprofile/module/ia64/
oprofile_stubs.S 112 mov ar.unat=0; mov f10=f0; mov b5=r0
  /external/openssl/crypto/bn/asm/
ia64.S     [all...]
  /external/libffi/src/sparc/
v9.S 65 ldd [%l0+ARGS+40], %f10
164 std %f10, [FP-88]

Completed in 1428 milliseconds

12 3 4