HomeSort by relevance Sort by last modified time
    Searched refs:f1 (Results 151 - 175 of 2361) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/Sema/
pragma-align-mac68k.c 16 int f1; member in struct:s1
19 extern int a1_1[offsetof(struct s1, f1) == 2 ? 1 : -1];
25 double f1; member in struct:s2
28 extern int a2_1[offsetof(struct s2, f1) == 2 ? 1 : -1];
34 v4f_t f1; member in struct:s3
37 extern int a3_1[offsetof(struct s3, f1) == 2 ? 1 : -1];
43 char f1; member in struct:s4
46 extern int a4_1[offsetof(struct s4, f1) == 1 ? 1 : -1];
52 unsigned f1 : 9; member in struct:s5
81 char f1; member in struct:s9
94 v2f_t f1; member in struct:s11
107 int f1; member in struct:s12
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
r6.s 3 new: maddf.s $f0,$f1,$f2
7 cmp.af.s $f0,$f1,$f2
8 cmp.af.d $f0,$f1,$f2
9 cmp.un.s $f0,$f1,$f2
10 cmp.un.d $f0,$f1,$f2
11 cmp.eq.s $f0,$f1,$f2
12 cmp.eq.d $f0,$f1,$f2
13 cmp.ueq.s $f0,$f1,$f2
14 cmp.ueq.d $f0,$f1,$f2
15 cmp.lt.s $f0,$f1,$f
    [all...]
  /external/clang/test/SemaTemplate/
function-template-specialization.cpp 19 template<typename T, int N> void f1(T (&array)[N]); // expected-note{{matches}}
20 template<int N> void f1(int (&array)[N]); // expected-note{{matches}}
22 template<> void f1(float (&array)[1]);
23 template<> void f1(int (&array)[1]);
26 template<typename T> void f1(T (&array)[17]); // expected-note{{matches}}
27 template<> void f1(int (&array)[17]); // expected-error{{ambiguous}}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
avx512bw-opts-intel.d 12 [ ]*[a-f0-9]+:[ ]*62 f1 7f 48 6f f5[ ]*vmovdqu8 zmm6,zmm5
13 [ ]*[a-f0-9]+:[ ]*62 f1 7f 48 7f ee[ ]*vmovdqu8\.s zmm6,zmm5
14 [ ]*[a-f0-9]+:[ ]*62 f1 7f 4f 6f f5[ ]*vmovdqu8 zmm6\{k7\},zmm5
15 [ ]*[a-f0-9]+:[ ]*62 f1 7f 4f 7f ee[ ]*vmovdqu8\.s zmm6\{k7\},zmm5
16 [ ]*[a-f0-9]+:[ ]*62 f1 7f cf 6f f5[ ]*vmovdqu8 zmm6\{k7\}\{z\},zmm5
17 [ ]*[a-f0-9]+:[ ]*62 f1 7f cf 7f ee[ ]*vmovdqu8\.s zmm6\{k7\}\{z\},zmm5
18 [ ]*[a-f0-9]+:[ ]*62 f1 7f 48 6f f5[ ]*vmovdqu8 zmm6,zmm5
19 [ ]*[a-f0-9]+:[ ]*62 f1 7f 48 7f ee[ ]*vmovdqu8\.s zmm6,zmm5
20 [ ]*[a-f0-9]+:[ ]*62 f1 7f 4f 6f f5[ ]*vmovdqu8 zmm6\{k7\},zmm5
21 [ ]*[a-f0-9]+:[ ]*62 f1 7f 4f 7f ee[ ]*vmovdqu8\.s zmm6\{k7\},zmm
    [all...]
avx512bw-opts.d 12 [ ]*[a-f0-9]+:[ ]*62 f1 7f 48 6f f5[ ]*vmovdqu8 %zmm5,%zmm6
13 [ ]*[a-f0-9]+:[ ]*62 f1 7f 48 7f ee[ ]*vmovdqu8\.s %zmm5,%zmm6
14 [ ]*[a-f0-9]+:[ ]*62 f1 7f 4f 6f f5[ ]*vmovdqu8 %zmm5,%zmm6\{%k7\}
15 [ ]*[a-f0-9]+:[ ]*62 f1 7f 4f 7f ee[ ]*vmovdqu8\.s %zmm5,%zmm6\{%k7\}
16 [ ]*[a-f0-9]+:[ ]*62 f1 7f cf 6f f5[ ]*vmovdqu8 %zmm5,%zmm6\{%k7\}\{z\}
17 [ ]*[a-f0-9]+:[ ]*62 f1 7f cf 7f ee[ ]*vmovdqu8\.s %zmm5,%zmm6\{%k7\}\{z\}
18 [ ]*[a-f0-9]+:[ ]*62 f1 7f 48 6f f5[ ]*vmovdqu8 %zmm5,%zmm6
19 [ ]*[a-f0-9]+:[ ]*62 f1 7f 48 7f ee[ ]*vmovdqu8\.s %zmm5,%zmm6
20 [ ]*[a-f0-9]+:[ ]*62 f1 7f 4f 6f f5[ ]*vmovdqu8 %zmm5,%zmm6\{%k7\}
21 [ ]*[a-f0-9]+:[ ]*62 f1 7f 4f 7f ee[ ]*vmovdqu8\.s %zmm5,%zmm6\{%k7\
    [all...]
  /external/clang/test/CodeGen/
inline2.c 9 // CHECK-GNU89-LABEL: define i32 @f1()
10 // CHECK-C99-LABEL: define i32 @f1()
11 inline int f1(void);
12 int f1(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv-x64.c 3 void __fastcall f1(void);
7 f1();
8 // CHECK: call void @f1()
17 void (__fastcall *pf1)(void) = f1;
  /external/clang/test/CodeGenCXX/
call-with-static-chain.cpp 14 int f1(A, A, A, A);
24 // CHECK32: call i32 bitcast (i32 (i32, i32, i32, i32, i32, i32, i32, i32)* @f1 to i32 (i8*, i32, i32, i32, i32, i32, i32, i32, i32)*)(i8* nest bitcast (i32 (i32, i32, i32, i32, i32, i32, i32, i32)* @f1 to i8*)
25 // CHECK64: call i32 bitcast (i32 (i64, i64, i64, i64, i64, i64, %struct.A*)* @f1 to i32 (i8*, i64, i64, i64, i64, i64, i64, %struct.A*)*)(i8* nest bitcast (i32 (i64, i64, i64, i64, i64, i64, %struct.A*)* @f1 to i8*)
26 __builtin_call_with_static_chain(f1(a, a, a, a), f1); local
  /external/libcxx/test/libcxx/depr/exception.unexpected/
get_unexpected.pass.cpp 19 void f1() {} function
33 std::set_unexpected(f1);
34 assert(std::get_unexpected() == f1);
35 // verify f1 was replace with f2
  /external/libcxx/test/std/depr/exception.unexpected/set.unexpected/
get_unexpected.pass.cpp 18 void f1() {} function
32 std::set_unexpected(f1);
33 assert(std::get_unexpected() == f1);
34 // verify f1 was replace with f2
  /external/ltp/testcases/commands/nm/datafiles/
Makefile 18 INSTALL_TARGETS := f1 f2 f3 lib.a
19 MAKE_TARGETS += f1 f2 f3 lib.a
21 lib.a: f1.o f2.o f3.o
  /external/valgrind/none/tests/s390x/
fgx.c 9 double f1; local
11 memset(&f1, 0x0f, sizeof(double));
12 f = f1;
  /frameworks/ml/nn/runtime/test/specs/V1_0/
conv_float_channels_weights_as_inputs.mod.py 19 f1 = Input("op2", "TENSOR_FLOAT32", "{3, 1, 1, 3}") variable
25 # (i1.height - f1.height + 1) x (i1.width - f1.width + 1)
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
33 f1:
conv_float_large_weights_as_inputs.mod.py 19 f1 = Input("op2", "TENSOR_FLOAT32", "{3, 1, 1, 3}") variable
25 # (i1.height - f1.height + 1) x (i1.width - f1.width + 1)
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
34 f1:
conv_float_weights_as_inputs.mod.py 19 f1 = Input("op2", "TENSOR_FLOAT32", "{1, 2, 2, 1}") variable
25 # (i1.height - f1.height + 1) x (i1.width - f1.width + 1)
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
33 f1:
conv_quant8_channels_weights_as_inputs.mod.py 19 f1 = Input("op2", "TENSOR_QUANT8_ASYMM", "{3, 1, 1, 3}, 0.5f, 0") variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
31 f1:
conv_quant8_large_weights_as_inputs.mod.py 19 f1 = Input("op2", "TENSOR_QUANT8_ASYMM", "{3, 1, 1, 3}, 0.5, 0") variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
32 f1:
conv_quant8_overflow_weights_as_inputs.mod.py 19 f1 = Input("op2", "TENSOR_QUANT8_ASYMM", "{3, 1, 1, 3}, 0.5, 0") variable
26 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
32 f1:
conv_quant8_weights_as_inputs.mod.py 19 f1 = Input("op2", "TENSOR_QUANT8_ASYMM", "{1, 2, 2, 1}, 0.5f, 0") variable
25 # (i1.height - f1.height + 1) x (i1.width - f1.width + 1)
28 model = model.Operation("CONV_2D", i1, f1, b1, pad0, pad0, pad0, pad0, stride, stride, act).To(output)
33 f1:
37 # (i1 (conv) f1) + b1
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/depr/exception.unexpected/
get_unexpected.pass.cpp 19 void f1() {} function
33 std::set_unexpected(f1);
34 assert(std::get_unexpected() == f1);
35 // verify f1 was replace with f2
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/exception.unexpected/set.unexpected/
get_unexpected.pass.cpp 18 void f1() {} function
32 std::set_unexpected(f1);
33 assert(std::get_unexpected() == f1);
34 // verify f1 was replace with f2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
float.d 8 0+000 <[^>]+> ee088101 ? mvfe f0, f1
12 0+010 <[^>]+> ee008121 ? mvfsp f0, f1
15 0+01c <[^>]+> ee09010a ? adfe f0, f1, #2\.0
16 0+020 <[^>]+> 0e0a110e ? adfeqe f1, f2, #0\.5
19 0+02c <[^>]+> ee22110f ? sufs f1, f2, #10\.0
21 0+034 <[^>]+> ee311108 ? rsfs f1, f1, #0\.0
25 0+044 <[^>]+> ee1a116b ? mufez f1, f2, #3\.0
28 0+050 <[^>]+> ee49016f ? dvfez f0, f1, #10\.0
30 0+058 <[^>]+> ee59010f ? rdfe f0, f1, #10\.
    [all...]
  /external/clang/test/Analysis/
complex.c 5 void f1(int * p) { function
  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 48 double *f1; member in struct:WithFields
55 X->f1 = getValidPtr();
59 st.f1 = 0; // expected-note {{Null pointer value stored to 'st.f1'}}
62 return (*st.f1); //expected-warning {{Dereference of null pointer}}
63 //expected-note@-1{{Dereference of null pointer (loaded from field 'f1')}}
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p4.cpp 10 void f1(); // expected-note{{here}}
15 template void X0<int>::f1(); // expected-error{{explicit instantiation of undefined member function}}
22 template<> void X0<long>::f1(); // expected-note{{previous template specialization is here}}
23 template void X0<long>::f1(); // expected-warning{{explicit instantiation of 'f1' that occurs after an explicit specialization will be ignored}}

Completed in 1385 milliseconds

1 2 3 4 5 67 8 91011>>