Home
last modified time | relevance | path

Searched +defs:S +defs:lo (Results 1 – 25 of 1077) sorted by path

12345678910>>...44

/dports/archivers/gtar/tar-1.34/gnu/
H A Dvasnprintf.c337 # define local_wcrtomb(S, WC, PS) local_wctomb ((S), (WC)) argument
341 # define local_wcrtomb(S, WC, PS) wcrtomb ((S), (WC), (PS)) argument
343 # define local_wcrtomb(S, WC, PS) wctomb ((S), (WC)) argument
1008 mp_limb_t hi, lo; in decode_long_double() local
1035 mp_limb_t hi, lo; in decode_long_double() local
1096 mp_limb_t hi, lo; in decode_double() local
1123 mp_limb_t hi, lo; in decode_double() local
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/lib/
H A Dvasnprintf.c343 # define local_wcrtomb(S, WC, PS) local_wctomb ((S), (WC)) argument
347 # define local_wcrtomb(S, WC, PS) wcrtomb ((S), (WC), (PS)) argument
349 # define local_wcrtomb(S, WC, PS) wctomb ((S), (WC)) argument
1014 mp_limb_t hi, lo; in decode_long_double() local
1041 mp_limb_t hi, lo; in decode_long_double() local
1102 mp_limb_t hi, lo; in decode_double() local
1129 mp_limb_t hi, lo; in decode_double() local
/dports/astro/opencpn/OpenCPN-5.2.4/libs/sqlite/src/
H A Dsqlite3.c12579 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument
12837 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
24149 unsigned int lo, hi; in sqlite3Hwtime() local
/dports/audio/aacgain/aacgain-1.8/faad2/libfaad/
H A Dhcr.c74 static const uint8_t S[] = {1, 2, 4, 8, 16}; variable
103 static void rewrev_lword(uint32_t *hi, uint32_t *lo, const uint8_t len) in rewrev_lword()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/sqlite/
H A Dsqlite3.c14244 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument
14519 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
14648 # define SELECTTRACE(K,P,S,X) \ argument
14653 # define SELECTTRACE(K,P,S,X) argument
20433 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument
27007 unsigned int lo, hi; in sqlite3Hwtime() local
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DScienFilter.cpp239 bool EffectScienFilter::DefineParams( ShuttleParams & S ){ in DefineParams()
372 void EffectScienFilter::PopulateOrExchange(ShuttleGui & S) in PopulateOrExchange()
845 void EffectScienFilterPanel::SetFreqRange(double lo, double hi) in SetFreqRange()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/lv2/
H A DLV2Effect.cpp229 ShuttleGui S(this, eIsCreating); in BEGIN_EVENT_TABLE() local
237 void LV2EffectSettingsDialog::PopulateOrExchange(ShuttleGui &S) in PopulateOrExchange()
325 ShuttleGui S(this, eIsGettingFromDialog); in OnOk() local
1558 bool LV2Effect::PopulateUI(ShuttleGui &S) in PopulateUI()
2704 float lo = port->mLo; in SetSlider() local
2755 float lo = port->mLo; in OnSlider() local
/dports/audio/csound/csound-6.15.0/Opcodes/emugens/
H A Dscugens.c61 sc_wrap(MYFLT in, MYFLT lo, MYFLT hi) { in sc_wrap()
620 #define S(x) sizeof(x) macro
/dports/audio/faad/faad2-c626366/libfaad/
H A Dhcr.c77 static const uint8_t S[] = {1, 2, 4, 8, 16}; variable
106 static void rewrev_lword(uint32_t *hi, uint32_t *lo, const uint8_t len) in rewrev_lword()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c14244 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument
14519 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
14648 # define SELECTTRACE(K,P,S,X) \ argument
14653 # define SELECTTRACE(K,P,S,X) argument
20433 # define sqlite3CteNew(P,T,E,S) ((void*)0) argument
27007 unsigned int lo, hi; in sqlite3Hwtime() local
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c13487 # define memcpy(D,S,N) {char*xxd=(char*)(D);const char*xxs=(const char*)(S);\ argument
13762 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
25611 unsigned int lo, hi; in sqlite3Hwtime() local
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/casynth/
H A Dwaves.c108 uint16_t hi,lo; in saw() local
129 uint16_t hi,lo; in triangle() local
139 float S = U*U + self->V2;//map 2 random vars to unit circle in white() local
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/test/
H A Dwave_test.c104 unsigned short hi,lo; in saw() local
125 unsigned short hi,lo; in triangle() local
135 float S = U*U + self->V2;//map 2 random vars to unit circle in white() local
/dports/audio/jamulus/jamulus-r3_8_1/libs/opus/src/
H A Dopus_encoder.c310 opus_val32 *S, /* I/O: State vector [2] */ in silk_biquad_float()
782 opus_int32 lo, hi, x0, x1; in compute_silk_rate_for_hybrid() local
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/miniaudio_split/
H A Dminiaudio.c212 unsigned int lo; in ma_xgetbv() local
780 #define ma_clamp(x, lo, hi) (ma_max(lo, ma_min(x, hi))) argument
2393 static MA_INLINE float ma_scale_to_range_f32(float x, float lo, float hi) in ma_scale_to_range_f32()
2469 static MA_INLINE float ma_lcg_rand_range_f32(ma_lcg* pLCG, float lo, float hi) in ma_lcg_rand_range_f32()
2510 static MA_INLINE float ma_rand_range_f32(float lo, float hi) in ma_rand_range_f32()
2515 static MA_INLINE ma_int32 ma_rand_range_s32(ma_int32 lo, ma_int32 hi) in ma_rand_range_s32()
32224 double S; in ma_loshelf2__get_biquad_config() local
32350 double S; in ma_hishelf2__get_biquad_config() local
52179 drflac_uint8 lo; in drflac__find_and_seek_to_next_sync_code() local
53058 __m128i lo = _mm_srli_epi64(x, count); in drflac__mm_srai_epi64() local
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/
H A Dminiaudio.h6741 unsigned int lo; in ma_xgetbv() local
7309 #define ma_clamp(x, lo, hi) (ma_max(lo, ma_min(x, hi))) argument
8922 static MA_INLINE float ma_scale_to_range_f32(float x, float lo, float hi) in ma_scale_to_range_f32()
8998 static MA_INLINE float ma_lcg_rand_range_f32(ma_lcg* pLCG, float lo, float hi) in ma_lcg_rand_range_f32()
9039 static MA_INLINE float ma_rand_range_f32(float lo, float hi) in ma_rand_range_f32()
9044 static MA_INLINE ma_int32 ma_rand_range_s32(ma_int32 lo, ma_int32 hi) in ma_rand_range_s32()
38753 double S; in ma_loshelf2__get_biquad_config() local
38879 double S; in ma_hishelf2__get_biquad_config() local
58708 drflac_uint8 lo; in drflac__find_and_seek_to_next_sync_code() local
59587 __m128i lo = _mm_srli_epi64(x, count); in drflac__mm_srai_epi64() local
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/src/truetype/
H A Dttinterp.c1350 FT_UInt32 ah, al, mid, lo, hi; in TT_MulFix14() local
1429 FT_UInt32 l, lo1, lo2, lo; in TT_DotFix14() local
4384 FT_Short S; in Ins_SPVFS() local
4412 FT_Short S; in Ins_SFVFS() local
/dports/audio/opus/opus-1.3.1/src/
H A Dopus_encoder.c310 opus_val32 *S, /* I/O: State vector [2] */ in silk_biquad_float()
782 opus_int32 lo, hi, x0, x1; in compute_silk_rate_for_hybrid() local
/dports/biology/canu/canu-2.2/src/utgcns/
H A DstashContains.C40 tgTig::stashContains(double maxCov, tgTigStashed &S) { in stashContains()
68 int32 lo = _children[ci].min(); in stashContains() local
/dports/biology/cd-hit/cdhit-4.8.1/
H A Dcdhit-common.c++1435 int S = frag_count ? frag_count : sequences.size(); in CountWords() local
3260 int S = table.sequences.size(); in CheckOneAA() local
3428 int S = table.sequences.size(); in CheckOneEST() local
4023 int lo = lo0; in quick_sort_idx() local
4053 int lo = lo0; in quick_sort_idxr() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/core/
H A Dblast_stat.c2099 BlastScoreChk(Int4 lo, Int4 hi) in BlastScoreChk()
4029 Int4 S; in BlastKarlinEtoS_simple() local
4073 BLAST_Cutoffs(Int4 *S, /* cutoff score */ in BLAST_Cutoffs()
4140 BLAST_KarlinStoE_simple(Int4 S, in BLAST_KarlinStoE_simple()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/core/
H A Dblast_stat.c2099 BlastScoreChk(Int4 lo, Int4 hi) in BlastScoreChk()
4029 Int4 S; in BlastKarlinEtoS_simple() local
4073 BLAST_Cutoffs(Int4 *S, /* cutoff score */ in BLAST_Cutoffs()
4140 BLAST_KarlinStoE_simple(Int4 S, in BLAST_KarlinStoE_simple()
/dports/biology/ncbi-toolkit/ncbi/algo/blast/core/
H A Dblast_stat.c2099 BlastScoreChk(Int4 lo, Int4 hi) in BlastScoreChk()
4029 Int4 S; in BlastKarlinEtoS_simple() local
4073 BLAST_Cutoffs(Int4 *S, /* cutoff score */ in BLAST_Cutoffs()
4140 BLAST_KarlinStoE_simple(Int4 S, in BLAST_KarlinStoE_simple()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dblastkar.c2222 BlastScoreChk(BLAST_Score lo, BLAST_Score hi) in BlastScoreChk()
4339 BlastCutoffs(BLAST_ScorePtr S, /* cutoff score */ in BlastCutoffs()
4427 BLAST_Score S; in BlastKarlinEtoS_simple() local
4452 BlastKarlinStoP(BLAST_Score S, in BlastKarlinStoP()
4461 BlastKarlinStoP_simple(BLAST_Score S, in BlastKarlinStoP_simple()
4481 BlastKarlinStoE(BLAST_Score S, in BlastKarlinStoE()
4490 BlastKarlinStoE_simple(BLAST_Score S, in BlastKarlinStoE_simple()
4546 BlastKarlinStoLen(BLAST_KarlinBlkPtr kbp, BLAST_Score S) in BlastKarlinStoLen()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vdb-sqlite/
H A Dsqlite3.c11795 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument
23471 unsigned int lo, hi; in sqlite3Hwtime() local

12345678910>>...44