Home
last modified time | relevance | path

Searched +defs:convert +defs:a (Results 1 – 25 of 2174) sorted by relevance

12345678910>>...87

/dports/math/givaro/givaro-4.1.1/src/kernel/ring/
H A Dmodular-log16.h87 int16_t& convert( int16_t& x , const Rep a) const { in convert() function
90 uint16_t& convert( uint16_t& x , const Rep a) const { in convert() function
93 uint32_t & convert( uint32_t& x , const Rep a) const { in convert() function
96 int32_t& convert( int32_t& x , const Rep a) const { in convert() function
99 uint64_t & convert( uint64_t& x , const Rep a) const { in convert() function
102 int64_t& convert( int64_t& x , const Rep a) const { in convert() function
106 double& convert( double& x , const Rep a) const { in convert() function
109 Integer& convert(Integer& i, const Rep a) const { in convert() function
140 bool areEqual( const Element& a, const Element& b) const {return a==b;} in areEqual()
180 template< class Random > Element& nonzerorandom(Random& g, Element& a) const in nonzerorandom()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/lab/convert/
H A Dxyz.hpp26 struct convert struct
33 …::lab< lab_tag_name, ::color::constant::lab::CIE_entity > lab_category_type, category_left_type;
34 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_right_type;
54 {
70 static void process in process()
89 … scalar_type a = scalar_type(500) *( fx - fy ); //[ -431.03448275862064, 431.03448275862064 ] in process() local
104 struct convert struct
112 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_right_type;
135 {
139 static void process in process()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/xyz/convert/
H A Dluv.hpp22 struct convert struct
29 typedef ::color::category::xyz< xyz_tag_name > xyz_category_type, category_left_type;
30 typedef ::color::category::luv< luv_tag_name > luv_category_type, category_right_type;
34 typedef ::color::category::xyz< scalar_type > xyzSCALAR_category_type;
35 typedef ::color::category::luv< scalar_type > luvSCALAR_category_type;
37 typedef ::color::model< xyz_category_type > xyz_model_type;
38 typedef ::color::model< luv_category_type > luv_model_type;
40 typedef ::color::trait::container<category_left_type> container_left_trait_type;
41 typedef ::color::trait::container<category_right_type> container_right_trait_type;
51 static void process in process()
[all …]
/dports/math/yices/yices-2.6.2/src/model/
H A Dterm_to_val.c30 void init_term_converter(term_converter_t *convert, term_table_t *terms, value_table_t *vtbl) { in init_term_converter()
41 void delete_term_converter(term_converter_t *convert) { in delete_term_converter()
52 void reset_term_converter(term_converter_t *convert) { in reset_term_converter()
61 static value_t convert_cached_value(term_converter_t *convert, term_t t) { in convert_cached_value()
80 static void term_convert_cache(term_converter_t *convert, term_t t, value_t v) { in term_convert_cache()
94 static value_t term_to_bv64_constant(term_converter_t *convert, bvconst64_term_t *d) { in term_to_bv64_constant()
98 static value_t term_to_bv_constant(term_converter_t *convert, bvconst_term_t *d) { in term_to_bv_constant()
112 static value_t term_to_tuple(term_converter_t *convert, composite_term_t *tuple) { in term_to_tuple()
114 value_t *a; in term_to_tuple() local
131 static value_t term_to_val(term_converter_t *convert, term_t t) { in term_to_val()
[all …]
H A Dval_to_term.c33 void init_val_converter(val_converter_t *convert, value_table_t *vtbl, term_table_t *terms) { in init_val_converter()
46 void delete_val_converter(val_converter_t *convert) { in delete_val_converter()
57 void reset_val_converter(val_converter_t *convert) { in reset_val_converter()
161 static term_t convert_cached_term(val_converter_t *convert, value_t v) { in convert_cached_term()
180 static void convert_cache_map(val_converter_t *convert, value_t v, term_t t) { in convert_cache_map()
200 static term_t convert_tuple(val_converter_t *convert, value_tuple_t *tup) { in convert_tuple()
202 term_t *a; in convert_tuple() local
241 static term_t convert_val(val_converter_t *convert, value_t v) { in convert_val()
302 term_t convert_value(val_converter_t *convert, value_t v) { in convert_value()
323 val_converter_t convert; in convert_value_to_term() local
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocolPB/
H A DPBHelper.java1609 convert(DatanodeReportType t) { in convert() method in PBHelper
1621 convert(DatanodeReportTypeProto t) { in convert() method in PBHelper
1633 SafeModeAction a) { in convert()
1646 public static SafeModeAction convert( in convert() method in PBHelper
1647 ClientNamenodeProtocolProtos.SafeModeActionProto a) { in convert()
1660 public static RollingUpgradeActionProto convert(RollingUpgradeAction a) { in convert() method in PBHelper
1673 public static RollingUpgradeAction convert(RollingUpgradeActionProto a) { in convert() method in PBHelper
2376 public static XAttrProto convertXAttrProto(XAttr a) { in convertXAttrProto()
2438 public static XAttr convertXAttr(XAttrProto a) { in convertXAttr()
2466 public static List<XAttr> convert(GetXAttrsResponseProto a) { in convert() method in PBHelper
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/gecko/
H A Drules.rs31 fn convert(self, nscssvalue: &mut nsCSSValue) { in convert() method
37 fn convert(self, nscssvalue: &mut nsCSSValue) { in convert() method
43 fn convert(self, nscssvalue: &mut nsCSSValue) { in convert() method
55 fn convert(self, nscssvalue: &mut nsCSSValue) { in convert() method
63 fn convert(self, nscssvalue: &mut nsCSSValue) { in convert() method
78 fn convert(self, nscssvalue: &mut nsCSSValue) { in convert() method
93 fn convert(self, nscssvalue: &mut nsCSSValue) { in convert() method
144 fn convert(self, nscssvalue: &mut nsCSSValue) { in convert() method
281 let mut a = nsCSSValue::null(); in convert() localVariable
288 let mut a = nsCSSValue::null(); in convert() localVariable
[all …]
/dports/devel/vc/Vc-1.4.2/Vc/avx/
H A Dcasts.h120 …Vc_INTRINSIC Vc_CONST __m256 concat(__m128 a, __m128 b) { return insert128<1>(avx_cast<__m256 >… in concat()
121 …Vc_INTRINSIC Vc_CONST __m256d concat(__m128d a, __m128d b) { return insert128<1>(avx_cast<__m256d>… in concat()
122 …Vc_INTRINSIC Vc_CONST __m256i concat(__m128i a, __m128i b) { return insert128<1>(avx_cast<__m256i>… in concat()
141 Vc_INTRINSIC __m256i convert(__m128i v, ConvertTag<short , int>) { in convert() function
149 Vc_INTRINSIC __m256i convert(__m128i v, ConvertTag<ushort, int>) { in convert() function
158 Vc_INTRINSIC __m256i convert(__m256 v, ConvertTag<float , uint>) { in convert() function
166 Vc_INTRINSIC __m128i convert(__m256d v, ConvertTag<double, uint>) { in convert() function
174 Vc_INTRINSIC __m256i convert(__m128i v, ConvertTag<short , uint>) { in convert() function
182 Vc_INTRINSIC __m256i convert(__m128i v, ConvertTag<ushort, uint>) { in convert() function
194 Vc_INTRINSIC __m256 convert(__m256i v, ConvertTag<uint , float>) { in convert() function
[all …]
/dports/math/R-cran-proxy/proxy/R/
H A Dsimilarities.R2 pr_Jaccard <- function(a, b, c, d, n) a / (n - d) argument
83 pr_RusselRao <- function(a, b, c, d, n) a / n argument
161 pr_Phi <- function(a, b, c, d, n) argument
175 pr_Stiles <- function(a, b, c, d, n) argument
189 pr_Michael <- function(a, b, c, d, n) argument
203 pr_MozleyMargalef <- function(a, b, c, d, n) argument
217 pr_Yule<- function(a, b, c, d, n) { argument
234 pr_Yule2<- function(a, b, c, d, n) { argument
251 pr_Ochiai <- function(a, b, c, d, n) argument
265 pr_Simpson <- function(a, b, c, d, n) argument
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dstring_formatter.h83 RT >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
90 RT >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
96 &&!is_integer<T>::value, RT >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
102 &&std::is_pointer<typename std::decay<T>::type>::value, void * >::type convert( RT *, in convert() function
110 const char * >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
116 const char * >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
122 const char * >::type convert( RT *, const string_formatter &sf, T &&value, int ) in convert() function
146 inline RT convert( RT *, const string_formatter &sf, T &&, ... ) in convert() function
362 #define PRINTF_LIKE(a,b) __attribute__((format(printf,a,b))) argument
364 #define PRINTF_LIKE(a,b) __attribute__((format(gnu_printf,a,b))) argument
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dstring_formatter.h83 RT >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
90 RT >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
96 &&!is_integer<T>::value, RT >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
102 &&std::is_pointer<typename std::decay<T>::type>::value, void * >::type convert( RT *, in convert() function
110 const char * >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
116 const char * >::type convert( RT *, const string_formatter &, T &&value, int ) in convert() function
122 const char * >::type convert( RT *, const string_formatter &sf, T &&value, int ) in convert() function
146 inline RT convert( RT *, const string_formatter &sf, T &&, ... ) in convert() function
362 #define PRINTF_LIKE(a,b) __attribute__((format(printf,a,b))) argument
364 #define PRINTF_LIKE(a,b) __attribute__((format(gnu_printf,a,b))) argument
[all …]
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/c_code/
H A Dtopk_common.cuh133 static inline __device__ RadixType convert(T v) { in convert() function
146 static inline __device__ RadixType convert(float v) { in convert() function
164 static inline __device__ RadixType convert(double v) { in convert() function
181 static inline __device__ RadixType convert(char v) { in convert() function
196 static inline __device__ RadixType convert(ga_byte v) { in convert() function
209 static inline __device__ RadixType convert(short v) { in convert() function
223 static inline __device__ RadixType convert(int v) { in convert() function
237 static inline __device__ RadixType convert(long long v) { in convert() function
257 static inline __device__ RadixType convert(ga_half v) { in convert() function
409 template<typename A, typename B> static __device__ inline bool theano_lt(const A& a, const B& b) {r… in theano_lt()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/traits/
H A Dmultidispatch-convert-ambig-dest.rs5 fn convert(&self) -> Target; in convert() method
9 fn convert(&self) -> i8 { in convert() method
15 fn convert(&self) -> i16 { in convert() method
25 fn a() { in a() function
H A Dmultidispatch-bad.rs4 fn convert(&self) -> Target; in convert() method
8 fn convert(&self) -> u32 { in convert() method
18 fn a() { in a() function
/dports/security/helib/HElib-1.3.1/include/helib/
H A DNumbTh.h140 inline long balRem(long a, long q) in balRem()
342 MulMod(NTL::ZZX& out, const NTL::ZZX& f, long a, long q) in MulMod()
347 inline NTL::ZZX MulMod(const NTL::ZZX& f, long a, long q, bool abs) in MulMod()
355 MulMod(const NTL::ZZX& f, long a, long q) in MulMod()
388 void convert(T1& x1, const T2& x2) in convert() function
447 T1 convert(const T2& v2) in convert() function
455 std::vector<T> vector_replicate(const T& a, long n) in vector_replicate()
465 std::vector<T> Vec_replicate(const T& a, long n) in Vec_replicate()
839 inline long divc(long a, long b) { return (a + b - 1) / b; } in divc()
903 NTL::Vec<T> atoVec(const char* a) in atoVec()
[all …]
/dports/math/tblis/tblis-1.2.0/src/external/marray/include/
H A Dvector_sse41.hpp19 convert(__m128 v) in convert() function
26 convert(__m128 v) in convert() function
33 convert(__m128 v) in convert() function
40 convert(__m128 v) in convert() function
49 convert(__m128 v) in convert() function
58 convert(__m128 v) in convert() function
1246 float a = (U)_mm_extract_epi64(v, 0); in convert() local
1255 double a = (U)_mm_extract_epi64(v, 0); in convert() local
1272 T a = (U)_mm_extract_epi64(v, 0); in convert() local
1282 T a = (U)_mm_extract_epi64(v, 0); in convert() local
[all …]
H A Dvector_avx.hpp19 convert(__m256 v) in convert() function
26 convert(__m256 v) in convert() function
33 convert(__m256 v) in convert() function
43 convert(__m256 v) in convert() function
2162 float a = (U)_mm256_extract_epi64(v, 0); in convert() local
2173 double a = (U)_mm256_extract_epi64(v, 0); in convert() local
2184 float a = (U)_mm256_extract_epi64(v, 0); in convert() local
2195 double a = (U)_mm256_extract_epi64(v, 0); in convert() local
2205 T a = (U)_mm256_extract_epi64(v, 0); in convert() local
2218 T a = (U)_mm256_extract_epi64(v, 0); in convert() local
[all …]
/dports/mail/neomutt/neomutt-20211029/hcache/
H A Dserialize.c126 int *off, bool convert) in serial_dump_char_size()
166 unsigned char *serial_dump_char(char *c, unsigned char *d, int *off, bool convert) in serial_dump_char()
178 void serial_restore_char(char **c, const unsigned char *d, int *off, bool convert) in serial_restore_char()
217 int *off, bool convert) in serial_dump_address()
224 struct Address *a = NULL; in serial_dump_address() local
246 int *off, bool convert) in serial_restore_address()
255 struct Address *a = mutt_addr_new(); in serial_restore_address() local
372 int *off, bool convert) in serial_dump_parameter()
400 int *off, bool convert) in serial_restore_parameter()
465 void serial_restore_body(struct Body *c, const unsigned char *d, int *off, bool convert) in serial_restore_body()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/colour-2.3.5/Data/Colour/
H A DChan.hs41 (Chan a) `add` (Chan b) = Chan (a+b) function
44 invert (Chan a) = Chan (1-a) function
49 convert (Chan x) = Chan (realToFrac x) function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/colour-2.3.5/Data/Colour/
H A DChan.hs41 (Chan a) `add` (Chan b) = Chan (a+b) function
44 invert (Chan a) = Chan (1-a) function
49 convert (Chan x) = Chan (realToFrac x) function
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/colour-2.3.5/Data/Colour/
H A DChan.hs41 (Chan a) `add` (Chan b) = Chan (a+b) function
44 invert (Chan a) = Chan (1-a) function
49 convert (Chan x) = Chan (realToFrac x) function
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/colour-2.3.6/Data/Colour/
H A DChan.hs41 (Chan a) `add` (Chan b) = Chan (a+b) function
44 invert (Chan a) = Chan (1-a) function
49 convert (Chan x) = Chan (realToFrac x) function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/colour-2.3.5/Data/Colour/
H A DChan.hs41 (Chan a) `add` (Chan b) = Chan (a+b) function
44 invert (Chan a) = Chan (1-a) function
49 convert (Chan x) = Chan (realToFrac x) function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/colour-2.3.5/Data/Colour/
H A DChan.hs41 (Chan a) `add` (Chan b) = Chan (a+b) function
44 invert (Chan a) = Chan (1-a) function
49 convert (Chan x) = Chan (realToFrac x) function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/colour-2.3.5/Data/Colour/
H A DChan.hs41 (Chan a) `add` (Chan b) = Chan (a+b) function
44 invert (Chan a) = Chan (1-a) function
49 convert (Chan x) = Chan (realToFrac x) function

12345678910>>...87