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

1 2 3 4 5 6 7 8 910

  /external/testng/src/test/java/test/thread/
Test1Test.java 8 public void f11() { method in class:Test1Test
9 ppp("f11");
10 addId("Test1Test.f11()", Thread.currentThread().getId());
  /external/clang/test/Sema/
warn-unused-function.c 40 static void f11(void);
41 static void f11(void) { } // expected-warning{{unused}} function
attr-args.c 14 inline __attribute__((weak(a))) void *f11(); // expected-error {{'weak' attribute takes no arguments}}
pragma-unused.c 52 int f11(int x) { function
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_s390x.S 24 std %f11, 24(%r15)
40 ld %f11, 24(%r15)
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_s390x.S 24 std %f11, 24(%r15)
40 ld %f11, 24(%r15)
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 31 float f11 = 0.0f; local
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
many.c 14 static float ABI_ATTR 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)
20 (double) f11, (double) f12, (double) f13);
23 return f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loongson-3a.d 30 .*: 4bcb5240 paddb \$f9,\$f10,\$f11
40 .*: 4b0b5248 pavgh \$f9,\$f10,\$f11
50 .*: 4bcb5243 pinsrh_2 \$f9,\$f10,\$f11
61 .*: 4b8d62ca pmuluw \$f11,\$f12,\$f13
71 .*: 4bcb5241 psubb \$f9,\$f10,\$f11
81 .*: 4bab524b punpckhwd \$f9,\$f10,\$f11
90 .*: 4b4b524d sub \$f9,\$f10,\$f11
100 .*: 4b2b524f dsrl \$f9,\$f10,\$f11
loongson-3a.s 25 paddb $f9, $f10, $f11
35 pavgh $f9, $f10, $f11
45 pinsrh_2 $f9, $f10, $f11
56 pmuluw $f11, $f12, $f13
66 psubb $f9, $f10, $f11
76 punpckhwd $f9, $f10, $f11
85 sub $f9, $f10, $f11
95 dsrl $f9, $f10, $f11
loongson-2e.s 27 msub.s $f9, $f10, $f11
41 paddb $f9, $f10, $f11
51 pavgh $f9, $f10, $f11
61 pinsrh_2 $f9, $f10, $f11
72 pmuluw $f11, $f12, $f13
82 psubb $f9, $f10, $f11
92 punpckhwd $f9, $f10, $f11
101 sub $f9, $f10, $f11
111 dsrl $f9, $f10, $f11
loongson-2f.s 27 msub.s $f9, $f10, $f11
41 paddb $f9, $f10, $f11
51 pavgh $f9, $f10, $f11
61 pinsrh_2 $f9, $f10, $f11
72 pmuluw $f11, $f12, $f13
82 psubb $f9, $f10, $f11
92 punpckhwd $f9, $f10, $f11
101 sub $f9, $f10, $f11
111 dsrl $f9, $f10, $f11
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 40 virtual void f11() throw();
76 virtual void f11() noexcept;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
476.d 126 1d0: (fd 4b 60 2a|2a 60 4b fd) fadd f10,f11,f12
127 1d4: (fd 4b 60 2b|2b 60 4b fd) fadd\. f10,f11,f12
128 1d8: (ed 4b 60 2a|2a 60 4b ed) fadds f10,f11,f12
129 1dc: (ed 4b 60 2b|2b 60 4b ed) fadds\. f10,f11,f12
130 1e0: (fd 40 5e 9c|9c 5e 40 fd) fcfid f10,f11
131 1e4: (fd 40 5e 9d|9d 5e 40 fd) fcfid\. f10,f11
132 1e8: (fd 8a 58 40|40 58 8a fd) fcmpo cr3,f10,f11
134 1f0: (fd 4b 60 10|10 60 4b fd) fcpsgn f10,f11,f12
135 1f4: (fd 4b 60 11|11 60 4b fd) fcpsgn\. f10,f11,f12
136 1f8: (fd 40 5e 5c|5c 5e 40 fd) fctid f10,f11
    [all...]
  /external/clang/test/CodeGen/
function-attributes.c 51 int f11(void) { function
microsoft-call-conv.c 67 void __stdcall f11(int x, ...) {}; function
68 // WIN: define void @f11({{.*}})
switch.c 156 // CHECK-LABEL: define i32 @f11(
159 int f11(int x) { function
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
380 "lwc1 %[f11], 0(%[p2_rdft]) \n\t"
397 "mul.s %[f7], %[f11], %[f0] \n\t"
404 "madd.s %[f0], %[f0], %[f11], %[f5] \n\t"
411 "mul.s %[f2], %[f11], %[f0] \n\t"
412 "mul.s %[f11], %[f11], %[f5] \n\t"
422 "add.s %[f0], %[f11], %[f0] \n\t"
448 "lwc1 %[f11], 8(%[p2_rdft]) \n\t"
465 "mul.s %[f7], %[f11], %[f0] \n\t
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 42 #define ft3f $f11
89 #define ft7 $f11
  /prebuilts/go/darwin-x86/test/interface/
struct.go 124 func f11() { func
128 check(i.Get() == 5, "f11 i")
129 check(s.l == 5, "f11 s")
151 f11()
  /prebuilts/go/linux-x86/test/interface/
struct.go 124 func f11() { func
128 check(i.Get() == 5, "f11 i")
129 check(s.l == 5, "f11 s")
151 f11()
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
fpregdef.h 42 #define ft3f $f11
89 #define ft7 $f11
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
fpregdef.h 42 #define ft3f $f11
89 #define ft7 $f11
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 42 #define ft3f $f11
89 #define ft7 $f11
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
fpregdef.h 42 #define ft3f $f11
89 #define ft7 $f11

Completed in 1317 milliseconds

1 2 3 4 5 6 7 8 910