HomeSort by relevance Sort by last modified time
    Searched defs:S4 (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug253.go 19 type S4 struct {
25 var s4 S4
26 if s4.i != 0 { // .i refers to s4.S1.i, unambiguously
  /prebuilts/go/linux-x86/test/fixedbugs/
bug253.go 19 type S4 struct {
25 var s4 S4
26 if s4.i != 0 { // .i refers to s4.S1.i, unambiguously
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_sinf.c 30 S4 = 0x16cd878c3b46a7.0p-71; /* 0.0000027183114939898219064 */
43 r = S3+z*S4;
k_sin.c 35 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
42 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
55 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */
66 r = S2+z*(S3+z*S4) + z*w*(S5+z*S6);
  /device/google/contexthub/firmware/lib/libm/
kf_sin.c 27 S4 = 2.7557314297e-06, /* 0x3638ef1b */
46 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
k_sin.c 34 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
41 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
54 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */
69 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /external/clang/test/Modules/Inputs/
redecl-merge-left.h 52 struct S4 {
57 void consume_S4(struct S4*);
  /external/clang/test/OpenMP/
parallel_copyin_messages.cpp 23 class S4 {
25 S4();
26 S4 &operator =(const S4 &s4); // expected-note {{implicitly declared private here}}
28 S4(int v):a(v) { }
53 S4 l(3);
65 #pragma omp parallel copyin (l) // expected-error {{'operator=' is a private member of 'S4'}}
threadprivate_codegen.cpp 17 // CHECK-DAG: [[S4:%.+]] = type { [[INT]], [[INT]] }
24 // CHECK-DEBUG-DAG: [[S4:%.+]] = type { [[INT]], [[INT]] }
30 // CHECK-TLS-DAG: [[S4:%.+]] = type { [[INT]], [[INT]] }
84 struct S4 {
86 S4()
89 S4(int a)
92 S4(const S4 &s) {
95 ~S4() {
132 // CHECK-DAG: [[ST_S4_ST:@.+]] = linkonce_odr global %struct.S4 zeroinitialize
    [all...]
distribute_parallel_for_copyin_messages.cpp 25 class S4 {
27 S4();
28 S4 &operator=(const S4 &s4); // expected-note 3 {{implicitly declared private here}}
31 S4(int v) : a(v) {}
49 S4 l(3);
96 #pragma omp distribute parallel for copyin(l) // expected-error 2 {{'operator=' is a private member of 'S4'}}
160 #pragma omp distribute parallel for copyin(l) // expected-error {{'operator=' is a private member of 'S4'}}
distribute_parallel_for_simd_copyin_messages.cpp 25 class S4 {
27 S4();
28 S4 &operator=(const S4 &s4); // expected-note 3 {{implicitly declared private here}}
31 S4(int v) : a(v) {}
49 S4 l(3);
96 #pragma omp distribute parallel for simd copyin(l) // expected-error 2 {{'operator=' is a private member of 'S4'}}
160 #pragma omp distribute parallel for simd copyin(l) // expected-error {{'operator=' is a private member of 'S4'}}
distribute_private_messages.cpp 28 class S4 {
30 S4(); // expected-note {{implicitly declared private here}}
32 S4(int v):a(v) { }
48 S4 e(4);
80 #pragma omp distribute private(e, g) // expected-error {{calling a private constructor of class 'S4'}} expected-error {{calling a private constructor of class 'S5'}}
parallel_for_copyin_messages.cpp 25 class S4 {
27 S4();
28 S4 &operator=(const S4 &s4); // expected-note {{implicitly declared private here}}
31 S4(int v) : a(v) {}
49 S4 l(3);
81 #pragma omp parallel for copyin(l) // expected-error {{'operator=' is a private member of 'S4'}}
parallel_for_simd_copyin_messages.cpp 25 class S4 {
27 S4();
28 S4 &operator=(const S4 &s4); // expected-note {{implicitly declared private here}}
31 S4(int v) : a(v) {}
49 S4 l(3);
81 #pragma omp parallel for simd copyin(l) // expected-error {{'operator=' is a private member of 'S4'}}
parallel_sections_copyin_messages.cpp 25 class S4 {
27 S4();
28 S4 &operator=(const S4 &s4); // expected-note {{implicitly declared private here}}
31 S4(int v) : a(v) {}
49 S4 l(3);
87 #pragma omp parallel sections copyin(l) // expected-error {{'operator=' is a private member of 'S4'}}
parallel_sections_shared_messages.cpp 31 class S4 {
33 S4();
34 S4(const S4 &s4);
37 S4(int v) : a(v) {}
62 S4 e(4);
parallel_shared_messages.cpp 29 class S4 {
31 S4();
32 S4(const S4 &s4);
34 S4(int v):a(v) { }
58 S4 e(4);
  /external/clang/test/SemaCXX/
new-null.cpp 48 template<bool B> struct S4 {
53 template struct S4<true>;
54 template struct S4<false>; // expected-note {{in instantiation of}}
warn-dangling-field.cpp 31 template <typename T> struct S4 {
33 S4(int i) : x(i) {} // expected-warning {{binding reference member 'x' to stack allocated parameter 'i'}}
36 template struct S4<int>; // no warning from this instantiation
37 template struct S4<int&>; // expected-note {{in instantiation}}
  /external/clang/test/SemaTemplate/
self-comparison.cpp 28 template <int A> struct S4 {
46 S4<1> s4; s4.foo<1>(); local
  /external/fdlibm/
k_sin.c 30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
37 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
53 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
  /external/llvm/unittests/ADT/
ImmutableSetTest.cpp 85 ImmutableSet<int> S4 = f.add(S2, 9);
90 EXPECT_FALSE(S4.isEmpty());
109 EXPECT_TRUE(S4.contains(9));
110 EXPECT_TRUE(S4.contains(3));
111 EXPECT_TRUE(S4.contains(4));
112 EXPECT_TRUE(S4.contains(5));
113 EXPECT_FALSE(S4.contains(20));
114 EXPECT_FALSE(S4.contains(43));
123 ImmutableSet<int> S4 = f.remove(S3, 3);
127 EXPECT_FALSE(S4.contains(3))
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ADT/
ImmutableSetTest.cpp 85 ImmutableSet<int> S4 = f.add(S2, 9);
90 EXPECT_FALSE(S4.isEmpty());
109 EXPECT_TRUE(S4.contains(9));
110 EXPECT_TRUE(S4.contains(3));
111 EXPECT_TRUE(S4.contains(4));
112 EXPECT_TRUE(S4.contains(5));
113 EXPECT_FALSE(S4.contains(20));
114 EXPECT_FALSE(S4.contains(43));
123 ImmutableSet<int> S4 = f.remove(S3, 3);
127 EXPECT_FALSE(S4.contains(3))
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 36 S4 = 0.27557319223985890652557316053039946268333231205686e-5L,
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+
  /external/clang/test/CodeGen/
pragma-pack-1.c 44 struct S4
54 } s4; variable in typeref:struct:S4
64 // CHECK: %struct.S4 = type { [3 x i8], %struct.T4, i32 }

Completed in 411 milliseconds

1 2 3 4 5 6 7 8 910