Home
last modified time | relevance | path

Searched defs:SB (Results 26 – 50 of 3031) sorted by relevance

12345678910>>...122

/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() function
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() function
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() function
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() function
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() argument
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() function
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/
H A D81381.cc29 struct SB : std::basic_stringbuf<char, std::char_traits<char>, Alloc> struct
31 SB(const String& s) : basic_stringbuf(s) { } in SB() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/geometry/
H A Dquaternion_construction.rs345 pub fn rotation_between<SB, SC>(a: &Vector<N, U3, SB>, b: &Vector<N, U3, SC>) -> Option<Self> in rotation_between() argument
368 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
369 a: &Vector<N, U3, SB>, in scaled_rotation_between() argument
402 pub fn rotation_between_axis<SB, SC>( in rotation_between_axis()
403 a: &Unit<Vector<N, U3, SB>>, in rotation_between_axis() argument
428 pub fn scaled_rotation_between_axis<SB, SC>( in scaled_rotation_between_axis()
429 na: &Unit<Vector<N, U3, SB>>, in scaled_rotation_between_axis() argument
486 pub fn face_towards<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in face_towards() argument
496 pub fn new_observer_frames<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in new_observer_frames() argument
527 pub fn look_at_rh<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in look_at_rh() argument
[all …]
H A Dunit_complex_construction.rs172 pub fn rotation_between<SB, SC>(a: &Vector<N, U2, SB>, b: &Vector<N, U2, SC>) -> Self in rotation_between() argument
195 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
196 a: &Vector<N, U2, SB>, in scaled_rotation_between() argument
229 pub fn rotation_between_axis<SB, SC>( in rotation_between_axis()
230 a: &Unit<Vector<N, U2, SB>>, in rotation_between_axis() argument
255 pub fn scaled_rotation_between_axis<SB, SC>( in scaled_rotation_between_axis()
256 na: &Unit<Vector<N, U2, SB>>, in scaled_rotation_between_axis() argument
H A Drotation_specialization.rs111 pub fn rotation_between<SB, SC>(a: &Vector<N, U2, SB>, b: &Vector<N, U2, SC>) -> Self in rotation_between() argument
134 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
135 a: &Vector<N, U2, SB>, in scaled_rotation_between() argument
383 pub fn from_axis_angle<SB>(axis: &Unit<Vector<N, U3, SB>>, angle: N) -> Self in from_axis_angle() argument
516 pub fn face_towards<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in face_towards() argument
532 pub fn new_observer_frames<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in new_observer_frames() argument
563 pub fn look_at_rh<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in look_at_rh() argument
594 pub fn look_at_lh<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in look_at_lh() argument
617 pub fn rotation_between<SB, SC>(a: &Vector<N, U3, SB>, b: &Vector<N, U3, SC>) -> Option<Self> in rotation_between() argument
640 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/geometry/
H A Dquaternion_construction.rs345 pub fn rotation_between<SB, SC>(a: &Vector<N, U3, SB>, b: &Vector<N, U3, SC>) -> Option<Self> in rotation_between() argument
368 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
369 a: &Vector<N, U3, SB>, in scaled_rotation_between() argument
402 pub fn rotation_between_axis<SB, SC>( in rotation_between_axis()
403 a: &Unit<Vector<N, U3, SB>>, in rotation_between_axis() argument
428 pub fn scaled_rotation_between_axis<SB, SC>( in scaled_rotation_between_axis()
429 na: &Unit<Vector<N, U3, SB>>, in scaled_rotation_between_axis() argument
486 pub fn face_towards<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in face_towards() argument
496 pub fn new_observer_frames<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in new_observer_frames() argument
527 pub fn look_at_rh<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in look_at_rh() argument
[all …]
H A Dunit_complex_construction.rs172 pub fn rotation_between<SB, SC>(a: &Vector<N, U2, SB>, b: &Vector<N, U2, SC>) -> Self in rotation_between() argument
195 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
196 a: &Vector<N, U2, SB>, in scaled_rotation_between() argument
229 pub fn rotation_between_axis<SB, SC>( in rotation_between_axis()
230 a: &Unit<Vector<N, U2, SB>>, in rotation_between_axis() argument
255 pub fn scaled_rotation_between_axis<SB, SC>( in scaled_rotation_between_axis()
256 na: &Unit<Vector<N, U2, SB>>, in scaled_rotation_between_axis() argument
H A Drotation_specialization.rs111 pub fn rotation_between<SB, SC>(a: &Vector<N, U2, SB>, b: &Vector<N, U2, SC>) -> Self in rotation_between() argument
134 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
135 a: &Vector<N, U2, SB>, in scaled_rotation_between() argument
383 pub fn from_axis_angle<SB>(axis: &Unit<Vector<N, U3, SB>>, angle: N) -> Self in from_axis_angle() argument
516 pub fn face_towards<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in face_towards() argument
532 pub fn new_observer_frames<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in new_observer_frames() argument
563 pub fn look_at_rh<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in look_at_rh() argument
594 pub fn look_at_lh<SB, SC>(dir: &Vector<N, U3, SB>, up: &Vector<N, U3, SC>) -> Self in look_at_lh() argument
617 pub fn rotation_between<SB, SC>(a: &Vector<N, U3, SB>, b: &Vector<N, U3, SC>) -> Option<Self> in rotation_between() argument
640 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/geometry/
H A Dquaternion_construction.rs455 pub fn rotation_between<SB, SC>(a: &Vector<T, U3, SB>, b: &Vector<T, U3, SC>) -> Option<Self> in rotation_between() argument
479 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
480 a: &Vector<T, U3, SB>, in scaled_rotation_between() argument
514 pub fn rotation_between_axis<SB, SC>( in rotation_between_axis()
515 a: &Unit<Vector<T, U3, SB>>, in rotation_between_axis() argument
541 pub fn scaled_rotation_between_axis<SB, SC>( in scaled_rotation_between_axis()
542 na: &Unit<Vector<T, U3, SB>>, in scaled_rotation_between_axis() argument
600 pub fn face_towards<SB, SC>(dir: &Vector<T, U3, SB>, up: &Vector<T, U3, SC>) -> Self in face_towards() argument
610 pub fn new_observer_frames<SB, SC>(dir: &Vector<T, U3, SB>, up: &Vector<T, U3, SC>) -> Self in new_observer_frames() argument
641 pub fn look_at_rh<SB, SC>(dir: &Vector<T, U3, SB>, up: &Vector<T, U3, SC>) -> Self in look_at_rh() argument
[all …]
H A Drotation_specialization.rs136 pub fn rotation_between<SB, SC>(a: &Vector<T, U2, SB>, b: &Vector<T, U2, SC>) -> Self in rotation_between() argument
160 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
161 a: &Vector<T, U2, SB>, in scaled_rotation_between() argument
383 pub fn from_axis_angle<SB>(axis: &Unit<Vector<T, U3, SB>>, angle: T) -> Self in from_axis_angle() argument
474 pub fn face_towards<SB, SC>(dir: &Vector<T, U3, SB>, up: &Vector<T, U3, SC>) -> Self in face_towards() argument
498 pub fn new_observer_frames<SB, SC>(dir: &Vector<T, U3, SB>, up: &Vector<T, U3, SC>) -> Self in new_observer_frames() argument
529 pub fn look_at_rh<SB, SC>(dir: &Vector<T, U3, SB>, up: &Vector<T, U3, SC>) -> Self in look_at_rh() argument
560 pub fn look_at_lh<SB, SC>(dir: &Vector<T, U3, SB>, up: &Vector<T, U3, SC>) -> Self in look_at_lh() argument
589 pub fn rotation_between<SB, SC>(a: &Vector<T, U3, SB>, b: &Vector<T, U3, SC>) -> Option<Self> in rotation_between() argument
613 pub fn scaled_rotation_between<SB, SC>( in scaled_rotation_between()
[all …]
/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dbsdsock.c213 int host_sbinit(SB) in host_sbinit() argument
237 void host_sbcleanup(SB) in host_sbcleanup() argument
346 static unsigned int allocasyncmsg(SB,uae_u32 sd,SOCKET s) in allocasyncmsg() argument
399 void sockabort(SB) in sockabort() argument
428 int host_socket(SB, int af, int type, int protocol) in host_socket() argument
485 uae_u32 host_listen(SB, uae_u32 sd, uae_u32 backlog) in host_listen() argument
507 void host_accept(SB, uae_u32 sd, uae_u32 name, uae_u32 namelen) in host_accept() argument
998 uae_u32 host_shutdown(SB, uae_u32 sd, uae_u32 how) in host_shutdown() argument
1253 int host_CloseSocket(SB, int sd) in host_CloseSocket() argument
1590 uae_u32 host_Inet_NtoA(SB, uae_u32 in) in host_Inet_NtoA() argument
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/
H A D53984.cc22 struct SB : std::streambuf struct
30 SB sb; in test01() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/
H A D53984.cc22 struct SB : std::streambuf struct
30 SB sb; in test01() argument

12345678910>>...122