Home
last modified time | relevance | path

Searched refs:S03 (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/Modules/Inputs/stress1/
Dcommon.h30 template <typename T> struct S03 { struct
33 template <int I, template <typename> class U> struct S03<U<int>[I]> argument
35 S03();
36 S03(int);
37 S03(short);
38 S03(char);
39 template <typename V = decltype(I)> S03(V);
41 template <> struct S03<S03<int>[42]> : S00 {};
54 template <int I, template <typename> class U> template <typename V> S03<U<int>[I]>::S03(V x) : S00(…
55 template <int I, template <typename> class U> S03<U<int>[I]>::S03() : S00(I) {}
[all …]
/external/clang/test/PCH/
Dcxx-key-functions.cpp11 struct S03 { virtual void f(); }; struct
82 virtual void f(S00, S01, S02, S03, S04, S05, S06, S07, S08, S09,
/external/musl/src/math/
Dj0f.c61 S03 = 5.1354652442e-07, /* 0x3509daa6 */ variable
83 s = 1+z*(S01+z*(S02+z*(S03+z*S04))); in j0f()
Dj0.c108 S03 = 5.13546550207318111446e-07, /* 0x3EA13B54, 0xCE84D5A9 */ variable
134 s = 1+z*(S01+z*(S02+z*(S03+z*S04))); in j0()
/external/rust/crates/libm/src/math/
Dj0.rs109 const S03: f64 = 5.13546550207318111446e-07; /* 0x3EA13B54, 0xCE84D5A9 */ constant
139 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * S04))); in j0()
Dj0f.rs62 const S03: f32 = 5.1354652442e-07; /* 0x3509daa6 */ constant
88 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * S04))); in j0f()
Dj1.rs112 const S03: f64 = 1.17718464042623683263e-06; /* 0x3EB3BFF8, 0x333F8498 */ constant
137 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * (S04 + z * S05)))); in j1()
Dj1f.rs62 const S03: f32 = 1.1771846857e-06; /* 0x359dffc2 */ constant
87 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * (S04 + z * S05)))); in j1f()
/external/fdlibm/
De_j0.c83 S03 = 5.13546550207318111446e-07, /* 0x3EA13B54, 0xCE84D5A9 */ variable
131 s = one+z*(S01+z*(S02+z*(S03+z*S04)));
/external/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp342 template <class T> struct S03 { struct
349 template struct S03<int>; variable