Home
last modified time | relevance | path

Searched refs:S04 (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/PCH/
Dcxx-key-functions.cpp12 struct S04 { virtual void f(); }; struct
82 virtual void f(S00, S01, S02, S03, S04, S05, S06, S07, S08, S09,
/external/llvm-project/clang/test/PCH/
Dcxx-key-functions.cpp12 struct S04 { virtual void f(); }; struct
82 virtual void f(S00, S01, S02, S03, S04, S05, S06, S07, S08, S09,
/external/rust/crates/libm/src/math/
Dj1f.rs63 const S04: f32 = 5.0463624390e-09; /* 0x31ad6446 */ constant
87 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * (S04 + z * S05)))); in j1f()
Dj0f.rs63 const S04: f32 = 1.1661400734e-09; /* 0x30a045e8 */ constant
88 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * S04))); in j0f()
Dj0.rs110 const S04: f64 = 1.16614003333790000205e-09; /* 0x3E1408BC, 0xF4745D8F */ constant
139 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * S04))); in j0()
Dj1.rs113 const S04: f64 = 5.04636257076217042715e-09; /* 0x3E35AC88, 0xC97DFF2C */ constant
137 s = 1.0 + z * (S01 + z * (S02 + z * (S03 + z * (S04 + z * S05)))); in j1()
/external/fdlibm/
De_j0.c84 S04 = 1.16614003333790000205e-09; /* 0x3E1408BC, 0xF4745D8F */ variable
131 s = one+z*(S01+z*(S02+z*(S03+z*S04)));
/external/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp352 template <class T> struct S04 { struct
358 template struct S04<int>; variable
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp354 template <class T> struct S04 { struct
360 template struct S04<int>; variable