Home
last modified time | relevance | path

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

/external/clang/test/Modules/Inputs/stress1/
Dcommon.h29 struct S02 {}; struct
49 struct S02 {};
/external/clang/test/PCH/
Dcxx-key-functions.cpp10 struct S02 { virtual void f(); }; struct
82 virtual void f(S00, S01, S02, S03, S04, S05, S06, S07, S08, S09,
/external/musl/src/math/
Dj0f.c60 S02 = 1.1692678527e-04, /* 0x38f53697 */ variable
83 s = 1+z*(S01+z*(S02+z*(S03+z*S04))); in j0f()
Dj0.c107 S02 = 1.16926784663337450260e-04, /* 0x3F1EA6D2, 0xDD57DBF4 */ variable
134 s = 1+z*(S01+z*(S02+z*(S03+z*S04))); in j0()
/external/rust/crates/libm/src/math/
Dj0.rs108 const S02: f64 = 1.16926784663337450260e-04; /* 0x3F1EA6D2, 0xDD57DBF4 */ constant
139 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * S04))); in j0()
Dj0f.rs61 const S02: f32 = 1.1692678527e-04; /* 0x38f53697 */ constant
88 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * S04))); in j0f()
Dj1.rs111 const S02: f64 = 1.85946785588630915560e-04; /* 0x3F285F56, 0xB9CDF664 */ constant
137 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * (S04 + z * S05)))); in j1()
Dj1f.rs61 const S02: f32 = 1.8594678841e-04; /* 0x3942fab6 */ constant
87 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * (S04 + z * S05)))); in j1f()
/external/fdlibm/
De_j0.c82 S02 = 1.16926784663337450260e-04, /* 0x3F1EA6D2, 0xDD57DBF4 */ variable
131 s = one+z*(S01+z*(S02+z*(S03+z*S04)));
/external/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp333 template <class T> struct S02 { struct
340 template struct S02<int>; variable