HomeSort by relevance Sort by last modified time
    Searched defs:f9 (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/llvm/test/MC/AArch64/
ldr-pseudo.s 98 // CHECK-LABEL: f9:
99 f9: label
  /prebuilts/go/darwin-x86/test/
escape_because.go 84 func f9(x int, y ...*int) *int { // ERROR "from y\[0\] \(dot of pointer\) at escape_because.go:86$" "from ~r2 \(return\) at escape_because.go:86$" "from ~r2 \(returned from recursive function\) at escape_because.go:84$" "leaking param content: y$" "leaking param: y to result ~r2 level=1$" "moved to heap: x$" func
89 return f9(*y[0], &x) // ERROR "&x escapes to heap$" "f9 ... argument does not escape$" "from ... argument \(... arg to recursive call\) at escape_because.go:89$"
  /prebuilts/go/linux-x86/test/
escape_because.go 84 func f9(x int, y ...*int) *int { // ERROR "from y\[0\] \(dot of pointer\) at escape_because.go:86$" "from ~r2 \(return\) at escape_because.go:86$" "from ~r2 \(returned from recursive function\) at escape_because.go:84$" "leaking param content: y$" "leaking param: y to result ~r2 level=1$" "moved to heap: x$" func
89 return f9(*y[0], &x) // ERROR "&x escapes to heap$" "f9 ... argument does not escape$" "from ... argument \(... arg to recursive call\) at escape_because.go:89$"
  /art/test/703-floating-point-div/src/
Main.java 71 float f9 = Float.MIN_VALUE; local
83 expectEquals(Float.floatToRawIntBits(fPi/f9), 0x7f800000);
  /external/clang/test/Analysis/
malloc-overflow.c 60 void * f9(int n) function
uninit-const.cpp 23 int f9(void) { function
  /external/clang/test/CodeGen/
function-attributes.c 37 void f9(void) { f9_t(); } function
lanai-arguments.c 65 // CHECK: define void @f9(i32 inreg %s.coerce)
66 void f9(union simple_union s) {} function
wasm-arguments.c 81 // WEBASSEMBLY32: define void @f9(%union.simple_union* byval align 4 %s)
82 // WEBASSEMBLY64: define void @f9(%union.simple_union* byval align 4 %s)
83 void f9(union simple_union s) {} function
x86_64-arguments-nacl.c 46 // CHECK-LABEL: define i64 @f9()
47 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } function
  /external/clang/test/CodeGenCXX/
mangle-neon-vectors.cpp 65 void f9(poly8x16_t v) {} function
debug-info-line.cpp 101 void f9(int i) { function
  /external/clang/test/Sema/
warn-unused-function.c 25 void f9(void) { f8(f7); } function
private-extern.c 71 void f9() { function
  /external/libcxxabi/test/
catch_pointer_reference.pass.cpp 311 void f9() function
441 f9();
  /prebuilts/go/darwin-x86/test/interface/
struct.go 103 func f9() { func
107 check(i.Get() == 4, "f9 i")
108 check(s.l == 4, "f9 s")
149 f9()
  /prebuilts/go/linux-x86/test/interface/
struct.go 103 func f9() { func
107 check(i.Get() == 4, "f9 i")
108 check(s.l == 4, "f9 s")
149 f9()
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_pointer_reference.pass.cpp 309 void f9() function
439 f9();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_pointer_reference.pass.cpp 309 void f9() function
439 f9();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-pcrel.s 155 f9: label
163 callret .S2 f9
164 [b2] callret .S2 f9+4
unwind-1.s 145 f9: label
unwind-2.s 145 f9: label
  /external/llvm/test/MC/ELF/
cfi.s 53 f9: label
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
cfi.s 53 f9: label
  /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
338 "lwc1 %[f9], 8(%[rdft_w]) \n\t"
349 "mul.s %[f2], %[f9], %[f2] \n\t"
350 "mul.s %[f8], %[f9], %[f8] \n\t"
351 "mul.s %[f7], %[f9], %[f7] \n\t"
352 "mul.s %[f4], %[f9], %[f4] \n\t"
394 "mul.s %[f4], %[f9], %[f8] \n\t"
402 "madd.s %[f8], %[f8], %[f9], %[f6] \n\t"
409 "mul.s %[f6], %[f9], %[f6] \n\t"
469 "madd.s %[f4], %[f4], %[f9], %[f6] \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...]

Completed in 1670 milliseconds

12 3 4