HomeSort by relevance Sort by last modified time
    Searched refs:f3 (Results 301 - 325 of 364) sorted by null

<<1112131415

  /external/valgrind/main/none/tests/mips32/
MoveIns.c 257 TESTINSNMOVE("mfc1 $t4, $f3", 12, f3, t4);
286 TESTINSNMOVEt("mtc1 $t4, $f3", 12, f3, t4);
315 TESTINSNMOVE1s("mov.s $f2, $f3", 12, f2, f3);
316 TESTINSNMOVE1s("mov.s $f3, $f4", 16, f3, f4);
MoveIns.stdout.exp 5 mfc1 $t4, $f3 :: fs 0.000000, rt 0x0
33 mtc1 $t4, $f3 :: fs 0.000000, rt 0x0
61 mov.s $f2, $f3 :: fs -1.000000, rt 0xbf800000
62 mov.s $f3, $f4 :: fs 1384.599976, rt 0x44ad1333
  /external/valgrind/main/none/tests/s390x/
cu12.stdout.exp 893 UTF8: f3 80 80 80
898 UTF8: f3 80 80 bf
903 UTF8: f3 80 bf 80
908 UTF8: f3 80 bf bf
913 UTF8: f3 bf 80 80
918 UTF8: f3 bf 80 bf
923 UTF8: f3 bf bf 80
928 UTF8: f3 bf bf bf
1022 UTF8: f3 7f 80 80
1027 UTF8: f3 c0 80 8
    [all...]
cu12_1.stdout.exp 893 UTF8: f3 80 80 80
898 UTF8: f3 80 80 bf
903 UTF8: f3 80 bf 80
908 UTF8: f3 80 bf bf
913 UTF8: f3 bf 80 80
918 UTF8: f3 bf 80 bf
923 UTF8: f3 bf bf 80
928 UTF8: f3 bf bf bf
1022 UTF8: f3 7f 80 80
1027 UTF8: f3 c0 80 8
    [all...]
cu14.stdout.exp 893 UTF8: f3 80 80 80
898 UTF8: f3 80 80 bf
903 UTF8: f3 80 bf 80
908 UTF8: f3 80 bf bf
913 UTF8: f3 bf 80 80
918 UTF8: f3 bf 80 bf
923 UTF8: f3 bf bf 80
928 UTF8: f3 bf bf bf
1022 UTF8: f3 7f 80 80
1027 UTF8: f3 c0 80 8
    [all...]
cu14_1.stdout.exp 893 UTF8: f3 80 80 80
898 UTF8: f3 80 80 bf
903 UTF8: f3 80 bf 80
908 UTF8: f3 80 bf bf
913 UTF8: f3 bf 80 80
918 UTF8: f3 bf 80 bf
923 UTF8: f3 bf bf 80
928 UTF8: f3 bf bf bf
1022 UTF8: f3 7f 80 80
1027 UTF8: f3 c0 80 8
    [all...]
cu21.stdout.exp 165 UTF8: f0 90 80 80 f4 8f bf bf f3 86 a7 9d ed ba af ed b3 9c
cu21_1.stdout.exp 165 UTF8: f0 90 80 80 f4 8f bf bf f3 86 a7 9d ed ba af ed b3 9c
cu41.stdout.exp 171 UTF8: f0 90 80 80 f4 8f bf bf f0 90 80 81 f4 8f bf be f0 92 8d 85 f0 a3 91 96 f3 be b7 8b
  /external/elfutils/tests/
run-allregs.sh 202 35: f3 (f3), float 64 bits
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S     [all...]
  /external/valgrind/main/none/tests/amd64/
slahf-amd64.stdout.exp 246 f3 -> d300
  /external/libffi/src/powerpc/
linux64_closure.S 67 stfd %f3, 128+(2*8)(%r1)
ppc_closure.S 61 stfd %f3, 64(%r1)
  /external/openssh/
buildpkg.sh.in 400 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'$SSHDGID'\$' >/dev/null
413 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDUID'\$' >/dev/null
  /external/v8/src/mips/
simulator-mips.h 169 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
  /external/yaffs2/yaffs2/direct/
dtest.c 1435 int f3; local
1477 int f3; local
1503 f3 = yaffs_freespace(mountpt);
1505 printf("%d\n%d\n%d\n%d\n",f0, f1,f2,f3);
    [all...]
  /external/icu4c/test/cintltst/
cmsgtst.c 1019 UMessageFormat *f1, *f2, *f3; local
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 116 File f3 = new File(dir, "f2.dat.gz");
121 GZIPOutputStream gz3 = new GZIPOutputStream(new FileOutputStream(f3));
139 dropbox.addFile("DropBoxTest", f3, DropBoxManager.IS_GZIPPED);
  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 79 @X=("%f0", "%f1", "%f2", "%f3", "%f4", "%f5", "%f6", "%f7",
102 ![fxors %f0,%f3,%f3] !10/17/12:X[0] dependency
  /external/v8/test/mjsunit/
large-object-allocation.js 115 this.f3 = i;
  /external/valgrind/main/memcheck/tests/
deep-backtrace.c 3 int f3(int *p) { return f2(p); } function
4 int f4(int *p) { return f3(p); }
  /external/bluetooth/bluedroid/stack/smp/
aes.c 84 #define f3(x) (f2(x) ^ x) macro
198 static const uint_8t gfm3_sbox[256] = sb_data(f3);
291 #define gfm3_sb(x) f3(s_box(x))
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 268 constexpr float f3 = 1e38f / -.2939f; // ok member in namespace:UndefinedBehavior::Overflow
  /external/openssl/crypto/
sparccpuid.S 123 fmovs %f1,%f3

Completed in 2043 milliseconds

<<1112131415