Searched defs:sc2 (Results 1 – 12 of 12) sorted by relevance
41 const float sc2 = 0.833333187633086262120839299e-2F; __libclc__sincosf_piby4() local
50 const double sc2 = 0.833333333333095043065222816e-2; in __libclc__sincos_piby4() local
72 std::stop_callback sc2(st, [&] { cb2Called = true; }); main() local
5 vector signed char sc, sc2; variable
5 vector signed char sc, sc2; variable [all...]
69 std::optional<std::stop_callback<std::function<void()>>> sc2(std::in_place, ss.get_token(), [&] { in main() local
125 std::stop_callback sc2(ss.get_token(), [&] { secondCallbackCalled = true; }); main() local
129 std::stop_callback sc2(st, [&] { secondCallbackCalled = true; }); main() local
114 …NonVirtual *sc2 = reinterpret_cast<NonVirtual*>(sc); // expected-note{{Casting from 'NVDerived' to… in singleCast() local
88 Noncopyable sc2 = static_cast<Noncopyable>(nc1); // expected-error {{deleted}} in test_expressions() local
5 volatile vector signed char sc, sc2; global() variable [all...]
863 SectionChunk *sc2 = dyn_cast_or_null<SectionChunk>(t); fixGnuImportChunks() local