Home
last modified time | relevance | path

Searched +defs:out +defs:to (Results 1 – 25 of 6408) sorted by relevance

12345678910>>...257

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/complex/impl/
H A DTestComplexCopier.java84 FieldWriter out = to.getWriter(); in testCopyFixedSizeListVector() local
119 FieldWriter out = to.getWriter(); in testInvalidCopyFixedSizeListVector() local
152 FieldWriter out = to.getWriter(); in testCopyMapVector() local
196 FieldWriter out = to.getWriter(); in testCopyListVector() local
230 FieldWriter out = to.getWriter(); in testCopyListVectorToANonEmptyList() local
289 FieldWriter out = to.getWriter(); in testCopyListVectorWithNulls() local
344 FieldWriter out = to.getWriter(); in testCopyListOfListVectorWithNulls() local
394 FieldWriter out = to.getWriter(); in testCopyListOStructVectorWithNulls() local
471 FieldWriter out = to.getWriter(); in testCopyListOfListOfStructVectorWithNulls() local
559 FieldWriter out = to.getWriter(); in testMapWithListValue() local
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/test/java/org/apache/arrow/vector/complex/impl/
H A DTestComplexCopier.java84 FieldWriter out = to.getWriter(); in testCopyFixedSizeListVector() local
119 FieldWriter out = to.getWriter(); in testInvalidCopyFixedSizeListVector() local
152 FieldWriter out = to.getWriter(); in testCopyMapVector() local
196 FieldWriter out = to.getWriter(); in testCopyListVector() local
230 FieldWriter out = to.getWriter(); in testCopyListVectorToANonEmptyList() local
289 FieldWriter out = to.getWriter(); in testCopyListVectorWithNulls() local
344 FieldWriter out = to.getWriter(); in testCopyListOfListVectorWithNulls() local
394 FieldWriter out = to.getWriter(); in testCopyListOStructVectorWithNulls() local
471 FieldWriter out = to.getWriter(); in testCopyListOfListOfStructVectorWithNulls() local
559 FieldWriter out = to.getWriter(); in testMapWithListValue() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/test/java/org/apache/arrow/vector/complex/impl/
H A DTestComplexCopier.java83 FieldWriter out = to.getWriter(); in testCopyFixedSizeListVector() local
118 FieldWriter out = to.getWriter(); in testInvalidCopyFixedSizeListVector() local
151 FieldWriter out = to.getWriter(); in testCopyMapVector() local
195 FieldWriter out = to.getWriter(); in testCopyListVector() local
237 FieldWriter out = to.getWriter(); in testCopyListVectorWithNulls() local
292 FieldWriter out = to.getWriter(); in testCopyListOfListVectorWithNulls() local
342 FieldWriter out = to.getWriter(); in testCopyListOStructVectorWithNulls() local
419 FieldWriter out = to.getWriter(); in testCopyListOfListOfStructVectorWithNulls() local
507 FieldWriter out = to.getWriter(); in testMapWithListValue() local
557 FieldWriter out = to.getWriter(); in testCopyFixedSizedListOfDecimalsVector() local
[all …]
/dports/math/faiss/faiss-1.7.1/faiss/gpu/utils/
H A DConversionOperators.cuh51 static inline __device__ float to(float v) { in to() function
54 static inline __device__ float to(half v) { in to() function
64 static inline __device__ float2 to(half2 v) { in to() function
81 static inline __device__ half to(float v) { in to() function
84 static inline __device__ half to(half v) { in to() function
94 static inline __device__ half2 to(half2 v) { in to() function
104 static inline __device__ Half4 to(Half4 v) { in to() function
111 void runConvert(const From* in, To* out, size_t num, cudaStream_t stream) { in runConvert()
124 Tensor<To, Dim, true>& out) { in convertTensor()
136 DeviceTensor<To, Dim, true> out( in convertTensorTemporary() local
[all …]
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dcast.c28 SEXP to = opts->to; in vec_cast_opts() local
63 SEXP out = R_NilValue; in vec_cast_opts() local
133 SEXP to, in vec_cast_default()
139 SEXP out = vctrs_eval_mask7(syms_vec_cast_default, in vec_cast_default() local
154 SEXP to = opts->to; in vec_cast_dispatch_s3() local
203 SEXP out; member
229 SEXP to, in vec_cast_common_opts()
234 SEXP out = PROTECT(Rf_allocVector(VECSXP, n)); in vec_cast_common_opts() local
254 SEXP to, in vec_cast_common_params()
276 SEXP out = vec_cast_common(dots, to); in vctrs_cast_common() local
[all …]
H A Dtype-date-time.c73 SEXP date_as_posixct(SEXP x, SEXP to) { in date_as_posixct()
87 SEXP date_as_posixlt(SEXP x, SEXP to) { in date_as_posixlt()
137 SEXP out = PROTECT(r_as_date(lt)); in posixt_as_date() local
169 SEXP posixct_as_posixct(SEXP x, SEXP to) { in posixct_as_posixct()
185 SEXP posixlt_as_posixct(SEXP x, SEXP to) { in posixlt_as_posixct()
204 SEXP posixct_as_posixlt(SEXP x, SEXP to) { in posixct_as_posixlt()
217 SEXP posixlt_as_posixlt(SEXP x, SEXP to) { in posixlt_as_posixlt()
226 SEXP out = x; in posixlt_as_posixlt() local
242 SEXP vec_date_restore(SEXP x, SEXP to, const enum vctrs_owned owned) { in vec_date_restore()
250 SEXP vec_posixct_restore(SEXP x, SEXP to, const enum vctrs_owned owned) { in vec_posixct_restore()
[all …]
/dports/devel/R-cran-vctrs/vctrs/tests/testthat/
H A Dtest-proxy-restore.R3 to <- structure(NA, foo = "foo", bar = "bar") globalVar
6 to <- structure(NA, names = "a", foo = "foo", bar = "bar") globalVar
9 to <- structure(NA, foo = "foo", names = "a", bar = "bar") globalVar
17 to <- structure(NA, class = "foo") globalVar
34 vec_restore.vctrs_foobar = function(x, to, ...) { argument
50 vec_restore.vctrs_foobar = function(x, to, ..., n) n argument
91 to <- new_data_frame(x, class = "tbl_foobar") globalVar
94 vec_restore.tbl_foobar = function(x, to, ..., n) { argument
106 out <- vec_restore(proxy, to = foobar("")) globalVar
115 out <- vec_restore_default(list(), x) globalVar
[all …]
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/representations/csv/
H A Dcsv_outline_representation.cpp39 void CsvOutlineRepresentation::to(const vector<Outline*>& os, const m8r::File& sourceFile) in to() function in m8r::CsvOutlineRepresentation
45 std::ofstream out{}; in to() local
64 void CsvOutlineRepresentation::toHeader(std::ofstream& out) in toHeader()
74 void CsvOutlineRepresentation::to(const Outline* o, ofstream& out) in to() function in m8r::CsvOutlineRepresentation
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Da_tools.h154 #define m16copy(in, out, frames) memcpy((out), (in), (frames) << 1) argument
155 #define s16copy(in, out, frames) memcpy((out), (in), (frames) << 2) argument
156 #define m32copy(in, out, frames) memcpy((out), (in), (frames) << 2) argument
157 #define s32copy(in, out, frames) memcpy((out), (in), (frames) << 3) argument
160 #define m16add(from, to, frames) _add16(from, to, frames) argument
161 #define s16add(from, to, frames) _add16(from, to, (frames)<<1) argument
162 static inline void _add16(Sint16 *from, Sint16 *to, unsigned samples) in _add16()
179 #define m32add(from, to, frames) _add32(from, to, frames) argument
180 #define s32add(from, to, frames) _add32(from, to, (frames)<<1) argument
181 static inline void _add32(Sint32 *from, Sint32 *to, unsigned samples) in _add32()
[all …]
/dports/devel/R-cran-lubridate/lubridate/R/
H A Dvctrs.R20 out <- vec_proxy_period(x) functionVar
43 vec_restore.Period <- function(x, to, ...) { argument
44 out <- period( functionVar
88 vec_cast.Period.Period <- function(x, to, ...) { argument
97 out <- vec_proxy_duration(x) functionVar
113 vec_restore.Duration <- function(x, to, ...) { argument
114 out <- duration(x, units = "seconds") functionVar
145 vec_cast.Duration.Duration <- function(x, to, ...) { argument
164 out <- vec_proxy_interval(x, vctrs::vec_proxy) functionVar
187 vec_restore.Interval <- function(x, to, ...) { argument
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/devel/boost-python-libs/boost_1_72_0/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/devel/R-cran-BH/BH/inst/include/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/databases/xtrabackup/boost_1_59_0/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/databases/percona57-server/boost_1_59_0/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/databases/percona57-client/boost_1_59_0/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local
/dports/devel/boost-libs/boost_1_72_0/boost/range/algorithm_ext/
H A Doverwrite.hpp27 inline void overwrite( const SinglePassRange1& from, SinglePassRange2& to ) in overwrite()
36 out = boost::begin(to); in overwrite() local
54 inline void overwrite( const SinglePassRange1& from, const SinglePassRange2& to ) in overwrite()
63 out = boost::begin(to); in overwrite() local

12345678910>>...257