HomeSort by relevance Sort by last modified time
    Searched refs:f10 (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /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/Camera2/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/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/chromium_org/v8/test/cctest/
test-assembler-mips.cc 285 __ mov_d(f10, f8); // c
287 __ sub_d(f10, f10, f12);
288 __ sdc1(f10, MemOperand(a0, OFFSET_OF(T, d)) ); // d = c - (-b).
295 __ mul_d(f10, f10, f14);
296 __ sdc1(f10, MemOperand(a0, OFFSET_OF(T, e)) ); // e = d * 120 = 1.8066e16.
298 __ div_d(f12, f10, f4);
432 __ cvt_w_d(f10, f6);
433 __ mfc1(t3, f10);
    [all...]
  /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/chromium_org/third_party/openssl/openssl/crypto/
ppccpuid.pl 65 fmr f10,f31
ia64cpuid.S 90 mov f10=f0
  /external/chromium_org/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/clang/test/Analysis/
null-deref-ps.c 215 int* f10(int* p, signed char x, int y) { function
dead-stores.c 91 int f10() { 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/clang/test/CodeGen/
aarch64-arguments.c 47 // PCS: define [1 x i64] @f10()
49 struct s10 f10(void) {} function
  /external/llvm/test/MC/ELF/
cfi.s 59 f10: label
  /external/llvm/test/MC/PowerPC/
ppc64-regs.s 48 #CHECK: .cfi_offset f10, 380
165 .cfi_offset f10,380
  /external/openssl/crypto/
ppccpuid.pl 65 fmr f10,f31
  /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/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64.S     [all...]
  /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]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.h 469 unsigned char f10 = v[ceil_y][floor_x]; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities.h 469 unsigned char f10 = v[ceil_y][floor_x]; local
475 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/db_vlvm/
db_utilities.h 469 unsigned char f10 = v[ceil_y][floor_x]; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);

Completed in 1097 milliseconds

1 23 4 5