Home
last modified time | relevance | path

Searched defs:decay (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/dports/devel/boost-docs/boost_1_72_0/boost/hana/detail/
H A Ddecay.hpp33 struct decay { struct
34 using type = typename std::remove_cv<U>::type;
38 struct decay<T, U[]> { using type = U*; }; argument
40 struct decay<T, U[N]> { using type = U*; }; struct
43 struct decay<T, R(A...)> { using type = R(*)(A...); }; argument
45 struct decay<T, R(A..., ...)> { using type = R(*)(A..., ...); }; struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/detail/
H A Ddecay.hpp33 struct decay { struct
34 using type = typename std::remove_cv<U>::type;
38 struct decay<T, U[]> { using type = U*; }; struct
40 struct decay<T, U[N]> { using type = U*; }; argument
43 struct decay<T, R(A...)> { using type = R(*)(A...); }; struct
45 struct decay<T, R(A..., ...)> { using type = R(*)(A..., ...); }; struct
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/detail/
H A Ddecay.hpp33 struct decay { struct
34 using type = typename std::remove_cv<U>::type;
38 struct decay<T, U[]> { using type = U*; }; struct
40 struct decay<T, U[N]> { using type = U*; }; argument
43 struct decay<T, R(A...)> { using type = R(*)(A...); }; struct
45 struct decay<T, R(A..., ...)> { using type = R(*)(A..., ...); }; argument
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/detail/
H A Ddecay.hpp33 struct decay { struct
34 using type = typename std::remove_cv<U>::type;
38 struct decay<T, U[]> { using type = U*; }; argument
40 struct decay<T, U[N]> { using type = U*; }; struct
43 struct decay<T, R(A...)> { using type = R(*)(A...); }; struct
45 struct decay<T, R(A..., ...)> { using type = R(*)(A..., ...); }; struct
/dports/devel/boost-libs/boost_1_72_0/boost/hana/detail/
H A Ddecay.hpp33 struct decay { struct
34 using type = typename std::remove_cv<U>::type;
38 struct decay<T, U[]> { using type = U*; }; struct
40 struct decay<T, U[N]> { using type = U*; }; struct
43 struct decay<T, R(A...)> { using type = R(*)(A...); }; argument
45 struct decay<T, R(A..., ...)> { using type = R(*)(A..., ...); }; struct
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/detail/
H A Ddecay.hpp33 struct decay { struct
34 using type = typename std::remove_cv<U>::type;
38 struct decay<T, U[]> { using type = U*; }; struct
40 struct decay<T, U[N]> { using type = U*; }; argument
43 struct decay<T, R(A...)> { using type = R(*)(A...); }; argument
45 struct decay<T, R(A..., ...)> { using type = R(*)(A..., ...); }; struct
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/detail/
H A Ddecay.hpp33 struct decay { struct
34 using type = typename std::remove_cv<U>::type;
38 struct decay<T, U[]> { using type = U*; }; argument
40 struct decay<T, U[N]> { using type = U*; }; struct
43 struct decay<T, R(A...)> { using type = R(*)(A...); }; argument
45 struct decay<T, R(A..., ...)> { using type = R(*)(A..., ...); }; argument
/dports/devel/hyperscan/boost_1_75_0/boost/hana/detail/
H A Ddecay.hpp33 struct decay { struct
34 using type = typename std::remove_cv<U>::type;
38 struct decay<T, U[]> { using type = U*; }; struct
40 struct decay<T, U[N]> { using type = U*; }; argument
43 struct decay<T, R(A...)> { using type = R(*)(A...); }; argument
45 struct decay<T, R(A..., ...)> { using type = R(*)(A..., ...); }; argument
/dports/devel/R-cran-BH/BH/inst/include/boost/hana/detail/
H A Ddecay.hpp33 struct decay { struct
34 using type = typename std::remove_cv<U>::type;
38 struct decay<T, U[]> { using type = U*; }; struct
40 struct decay<T, U[N]> { using type = U*; }; struct
43 struct decay<T, R(A...)> { using type = R(*)(A...); }; struct
45 struct decay<T, R(A..., ...)> { using type = R(*)(A..., ...); }; argument
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/peaks/modulations/
H A Dmultistage_envelope.h86 uint16_t decay, in set_adsr()
108 inline void set_ad(uint16_t attack, uint16_t decay) { in set_ad()
127 uint16_t decay, in set_adr()
149 inline void set_ar(uint16_t attack, uint16_t decay) { in set_ar()
168 uint16_t decay, in set_adsar()
195 uint16_t decay, in set_adar()
220 inline void set_ad_loop(uint16_t attack, uint16_t decay) { in set_ad_loop()
240 uint16_t decay, in set_adr_loop()
265 uint16_t decay, in set_adar_loop()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/peaks/modulations/
H A Dmultistage_envelope.h86 uint16_t decay, in set_adsr()
108 inline void set_ad(uint16_t attack, uint16_t decay) { in set_ad()
127 uint16_t decay, in set_adr()
149 inline void set_ar(uint16_t attack, uint16_t decay) { in set_ar()
168 uint16_t decay, in set_adsar()
195 uint16_t decay, in set_adar()
220 inline void set_ad_loop(uint16_t attack, uint16_t decay) { in set_ad_loop()
240 uint16_t decay, in set_adr_loop()
265 uint16_t decay, in set_adar_loop()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/databases/xtrabackup/boost_1_59_0/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/databases/percona57-server/boost_1_59_0/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/databases/percona57-client/boost_1_59_0/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/biology/lamarc/lamarc-2.1.8/boost/type_traits/
H A Ddecay.hpp25 struct decay struct
28 typedef BOOST_DEDUCED_TYPENAME remove_reference<T>::type Ty;
38 >::type type;
/dports/audio/mumble/mumble-1.3.3/3rdparty/celt-0.7.0-src/libcelt/
H A Dlaplace.c39 int ec_laplace_get_start_freq(int decay) in ec_laplace_get_start_freq()
47 void ec_laplace_encode_start(ec_enc *enc, int *value, int decay, int fs) in ec_laplace_encode_start()
92 void ec_laplace_encode(ec_enc *enc, int *value, int decay) in ec_laplace_encode()
99 int ec_laplace_decode_start(ec_dec *dec, int decay, int fs) in ec_laplace_decode_start()
136 int ec_laplace_decode(ec_dec *dec, int decay) in ec_laplace_decode()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/elements/dsp/
H A Dmultistage_envelope.h118 float decay, in set_adsr()
140 inline void set_ad(float attack, float decay) { in set_ad()
159 float decay, in set_adr()
181 inline void set_ar(float attack, float decay) { in set_ar()
200 float decay, in set_adsar()
227 float decay, in set_adar()
252 inline void set_ad_loop(float attack, float decay) { in set_ad_loop()
272 float decay, in set_adr_loop()
297 float decay, in set_adar_loop()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/elements/dsp/
H A Dmultistage_envelope.h118 float decay, in set_adsr()
140 inline void set_ad(float attack, float decay) { in set_ad()
159 float decay, in set_adr()
181 inline void set_ar(float attack, float decay) { in set_ar()
200 float decay, in set_adsar()
227 float decay, in set_adar()
252 inline void set_ad_loop(float attack, float decay) { in set_ad_loop()
272 float decay, in set_adr_loop()
297 float decay, in set_adar_loop()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/type_traits/
H A Ddecay.hpp32 struct decay struct
35 typedef typename remove_reference<T>::type Ty;
37 …etail::decay_imp<Ty, pdalboost::is_array<Ty>::value, pdalboost::is_function<Ty>::value>::type type;

12345678910>>...54