HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 51 - 75 of 314) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/Parser/
asm-constraints-pr7869.c 36 f4 (void) function
cxx-stmt.cpp 49 void f4() { function
  /external/clang/test/Sema/
alias-redefinition.c 18 void f4() {} function
19 void fun4(void) __attribute((alias("f4")));
attr-unused.c 33 int f4(int x) { function
knr-def-call.c 21 void f4() { function
pragma-unused.c 22 void f4(void) { function
  /external/clang/test/SemaCXX/
function-type-qual.cpp 14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} member in class:C
  /external/libffi/testsuite/libffi.call/
struct8.c 14 float f4; member in struct:__anon24831
22 ts.f4 += 1;
60 ts8_arg.f4 = -55.5f;
65 printf ("%g\n", ts8_arg.f4);
72 printf ("%g\n", ts8_result->f4);
77 CHECK(ts8_result->f4 == -55.5f + 1);
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 24 @ CHECK-LABEL: f4:
25 f4: label
ldr-pseudo.s 24 @ CHECK-LABEL: f4:
25 f4: label
ltorg-darwin.s 35 @ CHECK-LABEL: f4:
36 f4: label
ltorg.s 33 @ CHECK-LABEL: f4:
34 f4: label
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
struct8.c 14 float f4; member in struct:__anon32684
22 ts.f4 += 1;
60 ts8_arg.f4 = -55.5f;
65 printf ("%g\n", ts8_arg.f4);
72 printf ("%g\n", ts8_result->f4);
77 CHECK(ts8_result->f4 == -55.5f + 1);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
struct8.c 14 float f4; member in struct:__anon33278
22 ts.f4 += 1;
60 ts8_arg.f4 = -55.5f;
65 printf ("%g\n", ts8_arg.f4);
72 printf ("%g\n", ts8_result->f4);
77 CHECK(ts8_result->f4 == -55.5f + 1);
  /external/testng/src/test/java/test/priority/
BaseSample.java 37 public void f4() { add("f4"); } method in class:BaseSample
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
namedReturn.go 61 func f4() (t T4) { func
94 if v := f4().a[1]; v != 92 {
95 fmt.Printf("f4().a[1]=%d, want 92\n", v)
  /prebuilts/go/darwin-x86/test/
func.go 28 func f4(a, b int, c float32) int { func
70 r4 := f4(0, 2, 3.0)
func2.go 19 func f4(t1, *t3) func
phiopt.go 51 func f4(a, b bool) bool { func
  /prebuilts/go/darwin-x86/test/ken/
robfunc.go 28 func f4(a, b int, c float64) int { func
70 r4 := f4(0, 2, 3.0)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
namedReturn.go 61 func f4() (t T4) { func
94 if v := f4().a[1]; v != 92 {
95 fmt.Printf("f4().a[1]=%d, want 92\n", v)
  /prebuilts/go/linux-x86/test/
func.go 28 func f4(a, b int, c float32) int { func
70 r4 := f4(0, 2, 3.0)
func2.go 19 func f4(t1, *t3) func
phiopt.go 51 func f4(a, b bool) bool { func
  /prebuilts/go/linux-x86/test/ken/
robfunc.go 28 func f4(a, b int, c float64) int { func
70 r4 := f4(0, 2, 3.0)

Completed in 749 milliseconds

1 23 4 5 6 7 8 91011>>