Home
last modified time | relevance | path

Searched defs:SB (Results 1 – 25 of 3671) sorted by path

12345678910>>...147

/dports/archivers/star/schily-2021-09-18/cpp/
H A Dcpp.c172 #define SB 2 macro
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/AstroEph/
H A DMoonPosition.cpp658 double SB(std::sin(B)); in getPositionCIS() local
/dports/astro/kstars/kstars-3.5.6/kstars/skycomponents/
H A Ddeepstarcomponent.cpp108 std::shared_ptr<StarBlock> SB(new StarBlock(records)); in loadStaticStars() local
159 std::shared_ptr<StarBlock> SB(new StarBlock(records)); in loadStaticStars() local
/dports/astro/kstars/kstars-3.5.6/kstars/tools/whatsinteresting/
H A Dskyobjitem.cpp197 float SB = m_So->mag(); in getSurfaceBrightness() local
/dports/astro/p5-Astro-PAL/Astro-PAL-1.09/palsrc/
H A DpalDmoon.c109 DR,X,Y,Z,XD,YD,ZD,SEL,CEL,SB,CB,RCB,RBD,W,EPJ, in palDmoon() local
/dports/audio/ampache/ampache-php74-5.0.0/vendor/gettext/languages/src/cldr-data/main/en-US/
H A Dterritories.json258 "SB": "Solomon Islands", string
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/build/api/test/Tmdb/Tests/Resources/timezones/
H A Dget.json1098 "SB": [ array
/dports/audio/ampache/ampache-php74-5.0.0/vendor/php-tmdb/api/test/Tmdb/Tests/Resources/timezones/
H A Dget.json1098 "SB": [ array
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/schema/main/en-US/
H A Dterritories.json258 "SB": "Solomon Islands", string
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_psf/peops/
H A Dexternals.h100 int SB[32+1]; member
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_psf/peops2/
H A Dexternals.h148 …int SB[32+32]; // Pete added another 32 dwords in 1.6 ... p… member
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/
H A Dnegtelnetserver.py242 SB = 250 variable in NegTokens
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-0.3.0/src/media/
H A Derror.rs1 use super::Result;
2 use thiserror::Error;
3
4 #[repr(i32)]
5 #[derive(Copy, Clone, Debug, PartialEq, Eq)]
6 pub enum MediaErrorResult {
7 CodecErrorInsufficientResource = ffi::media_status_t_AMEDIACODEC_ERROR_INSUFFICIENT_RESOURCE,
8 CodecErrorReclaimed = ffi::media_status_t_AMEDIACODEC_ERROR_RECLAIMED,
9 ErrorUnknown = ffi::media_status_t_AMEDIA_ERROR_UNKNOWN,
10 ErrorMalformed = ffi::media_status_t_AMEDIA_ERROR_MALFORMED,
[all …]
/dports/audio/protracker/pt2-clone-1.37/pt_pal_editor/src/tinyfiledialogs/
H A Dtinyfiledialogs.c233 return aoDestination;
575 *aoDestination = L'\0';
581 static void Hex2RGBW(wchar_t const aHexRGB[8],
616 swprintf(aoResultHexRGB,
969 lTitle = utf8to16(aTitle); in removeBlock()
1037 wcscat(lDialogString, L"'"); in eliminatePhis()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/base/
H A Dblas.rs549 a: &Matrix<N, R2, C2, SB>, in gemv() argument
749 a: &Matrix<N, R2, C2, SB>, in gemv_xx() argument
808 a: &Matrix<N, R2, C2, SB>, in gemv_tr() argument
843 a: &Matrix<N, R2, C2, SB>, in gemv_ad() argument
863 x: &Vector<N, D2, SB>, in gerx() argument
909 x: &Vector<N, D2, SB>, in ger() argument
942 x: &Vector<N, D2, SB>, in gerc() argument
1209 x: &Vector<N, D2, SB>, in xxgerx() argument
1265 x: &Vector<N, D2, SB>, in ger_symm() argument
1301 x: &Vector<N, D2, SB>, in syger() argument
[all …]
H A Dops.rs648 fn mul_assign(&mut self, rhs: Matrix<N, R2, C1, SB>) { in mul_assign() argument
666 fn mul_assign(&mut self, rhs: &'b Matrix<N, R2, C1, SB>) { in mul_assign() argument
709 fn xx_mul_to<R2: Dim, C2: Dim, SB, R3: Dim, C3: Dim, SC>( in xx_mul_to() argument
711 rhs: &Matrix<N, R2, C2, SB>, in xx_mul_to() argument
743 pub fn tr_mul_to<R2: Dim, C2: Dim, SB, R3: Dim, C3: Dim, SC>( in tr_mul_to() argument
745 rhs: &Matrix<N, R2, C2, SB>, in tr_mul_to() argument
758 pub fn ad_mul_to<R2: Dim, C2: Dim, SB, R3: Dim, C3: Dim, SC>( in ad_mul_to() argument
760 rhs: &Matrix<N, R2, C2, SB>, in ad_mul_to() argument
773 pub fn mul_to<R2: Dim, C2: Dim, SB, R3: Dim, C3: Dim, SC>( in mul_to() argument
775 rhs: &Matrix<N, R2, C2, SB>, in mul_to() argument
[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 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 …]
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
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/pluginterfaces/base/
H A Dipluginbase.h120 TUID cid; ///< Class ID 16 Byte class GUID
139 PClassInfo () { memset (this, 0, sizeof (PClassInfo)); }
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/redox_syscall-0.2.10/src/
H A Dtests.rs135 unsafe { in structureType3()
137 crate::funmap(map.as_mut_ptr() as usize, size) in structureType3()
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-0.3.1/src/drawing/
H A Darea.rs393 bottom: SB, in margin()
/dports/benchmarks/nosqlbench/nosqlbench-0.0.20151214/third_party/tarantool-c/include/tarantool/
H A Dtnt_object.h73 #define TNT_OBJ_CAST(SB) ((struct tnt_sbuf_object *)(SB)->subdata) argument
/dports/biology/biosig/biosig-2.3.3/biosig4c++/t210/
H A Dsopen_scp_read.c166 uint32_t SB; member
H A Dstructures.h211 uint32_t SB; member

12345678910>>...147