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

1 2 3 4 5

  /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 37 static void f10(void); // expected-warning{{unused}}
38 static void f10(void);
attr-args.c 13 inline __attribute__((unused(a))) void *f10(); // expected-error {{'unused' attribute takes no arguments}}
attr-ownership.c 14 void f10(int i) __attribute__((ownership_holds(foo, 1))); // expected-error {{'ownership_holds' attribute only applies to pointer arguments}}
pragma-unused.c 47 int f10(int x) { function
attr-alias-elf.c 38 void f10() __attribute__((alias("g10"))); // expected-error {{alias definition is part of a cycle}}
39 void g10() __attribute__((alias("f10"))); // expected-error {{alias definition is part of a cycle}}
varargs.c 80 void f10(int a, ...) { function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 30 float f10 = 0.0f; local
  /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/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 16 int typedef f10(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}} typedef
  /external/clang/test/CodeGen/
microsoft-call-conv.c 57 void __fastcall f10(int x, ...) {}; function
58 // WIN: define void @f10({{.*}})
switch.c 137 // CHECK-LABEL: define i32 @f10()
149 int f10() { function
function-attributes.c 50 int f10(void) { return f10_t(); } function
x86_64-arguments-nacl.c 49 // CHECK-LABEL: define void @f10(i64 %a0.coerce)
51 void f10(struct s10 a0) {} function
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips32r2.s 10 msub.d $f10,$f1,$f31,$f18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 msub.s $f12,$f19,$f10,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 41 #define ft3 $f10
87 #define ft6 $f10
  /external/chromium_org/third_party/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
379 "lwc1 %[f10], 4(%[p1_rdft]) \n\t"
396 "mul.s %[f8], %[f10], %[f8] \n\t"
401 "nmsub.s %[f4], %[f4], %[f10], %[f6] \n\t"
408 "mul.s %[f7], %[f10], %[f6] \n\t"
410 "mul.s %[f8], %[f10], %[f8] \n\t"
462 "mul.s %[f4], %[f10], %[f8] \n\t"
464 "mul.s %[f10], %[f10], %[f6] \n\t"
470 "nmsub.s %[f10], %[f10], %[f9], %[f8] \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...]
  /external/llvm/test/MC/SystemZ/
regs-good.s 62 #CHECK: ler %f10, %f11 # encoding: [0x38,0xab]
71 ler %f10,%f11
80 #CHECK: ldr %f10, %f11 # encoding: [0x28,0xab]
89 ldr %f10,%f11
129 #CHECK: .cfi_offset %f10, 208
163 .cfi_offset %f10,208
  /external/llvm/test/DebugInfo/SystemZ/
eh_frame.s 18 std %f10, 176(%r15)
26 .cfi_offset %f10, -208
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
norm.S 67 fmuls %f2, M2, %f10 ! FGM Group f5 available
72 fadds %f3, %f10, %f3 ! FGA Group f10 available
81 fmuls %f7, %f7, %f10 ! FGM Group f7 available
83 fadds %f6, %f10, %f6 ! FGA Group 4cyc stall f6,f10 available
132 fmuls %f2, M2, %f10 ! FGM Group f5 available
137 fadds %f3, %f10, %f3 ! FGA Group f10 available
208 fmuls %f7, %f7, %f10 ! FGM Group f7 availabl
    [all...]
  /external/mesa3d/src/mesa/sparc/
norm.S 67 fmuls %f2, M2, %f10 ! FGM Group f5 available
72 fadds %f3, %f10, %f3 ! FGA Group f10 available
81 fmuls %f7, %f7, %f10 ! FGM Group f7 available
83 fadds %f6, %f10, %f6 ! FGA Group 4cyc stall f6,f10 available
132 fmuls %f2, M2, %f10 ! FGM Group f5 available
137 fadds %f3, %f10, %f3 ! FGA Group f10 available
208 fmuls %f7, %f7, %f10 ! FGM Group f7 availabl
    [all...]
  /external/clang/test/Analysis/
malloc-overflow.c 68 void * f10(int n) function
uninit-const.cpp 12 int f10(void) { function
  /external/clang/test/CodeGenCXX/
mangle-neon-vectors.cpp 69 void f10(poly16x8_t v) {} function
  /external/clang/test/SemaCXX/
function-extern-c.cpp 38 extern "C" A *f10( void );

Completed in 1423 milliseconds

1 2 3 4 5