Home
last modified time | relevance | path

Searched +defs:K +defs:me (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/lang/rust/rustc-1.58.1-src/vendor/datafrog/src/
H A Djoin.rs12 pub(crate) fn join_into<'me, Key: Ord, Val1: Ord, Val2: Ord, Result: Ord>( in join_into()
14 input2: impl JoinInput<'me, (Key, Val2)>, in join_into()
43 pub(crate) fn join_into_relation<'me, Key: Ord, Val1: Ord, Val2: Ord, Result: Ord>( in join_into_relation()
58 pub(crate) fn antijoin<'me, Key: Ord, Val: Ord, Result: Ord>( in antijoin()
59 input1: impl JoinInput<'me, (Key, Val)>, in antijoin()
79 mut slice1: &[(K, V1)], in join_helper()
80 mut slice2: &[(K, V2)], in join_helper()
81 mut result: impl FnMut(&K, &V1, &V2), in join_helper()
H A Dlib.rs319 pub fn from_join<'me, K: Ord, V1: Ord, V2: Ord>( in from_join()
321 input1: &'me Variable<(K, V1)>, in from_join()
322 input2: impl JoinInput<'me, (K, V2)>, in from_join()
323 logic: impl FnMut(&K, &V1, &V2) -> Tuple, in from_join()
359 input1: &Variable<(K, V)>, in from_antijoin()
360 input2: &Relation<K>, in from_antijoin()
361 logic: impl FnMut(&K, &V) -> Tuple, in from_antijoin()
/dports/math/py-kiwisolver/kiwisolver-1.1.0/kiwi/
H A DAssocVector.h137 MyCompare& me = *this; in Base() local
213 MyCompare& me = *this; in swap() local
257 MyCompare& me = *this; in lower_bound() local
263 const MyCompare& me = *this; in lower_bound() local
269 MyCompare& me = *this; in upper_bound() local
275 const MyCompare& me = *this; in upper_bound() local
281 MyCompare& me = *this; in equal_range() local
288 const MyCompare& me = *this; in equal_range() local
298 const Base& me = *this; variable
324 const std::vector<std::pair<K, V>, A>& me = lhs; variable
[all …]
/dports/devel/loki/loki-0.1.7/include/loki/
H A DAssocVector.h138 MyCompare& me = *this; in Base() local
214 MyCompare& me = *this; in swap() local
258 MyCompare& me = *this; in lower_bound() local
264 const MyCompare& me = *this; in lower_bound() local
270 MyCompare& me = *this; in upper_bound() local
276 const MyCompare& me = *this; in upper_bound() local
282 MyCompare& me = *this; in equal_range() local
289 const MyCompare& me = *this; in equal_range() local
299 const Base& me = *this; variable
325 const std::vector<std::pair<K, V>, A>& me = lhs; variable
[all …]
/dports/news/pan/pan-0.145/pan/general/
H A Dmap-vector.h137 MyCompare& me = *this; in Base() local
151 MyCompare& me = *this; in assign() local
221 MyCompare& me = *this; in swap() local
265 MyCompare& me = *this; in lower_bound() local
271 const MyCompare& me = *this; in lower_bound() local
277 MyCompare& me = *this; in upper_bound() local
283 const MyCompare& me = *this; in upper_bound() local
289 MyCompare& me = *this; in equal_range() local
302 const Base& me = lhs; variable
308 const Base& me = *this; variable
[all …]
/dports/comms/wsjtz/wsjtx/lib/fst4/
H A Dfastosd240_74.f9020 integer*1, allocatable :: temp(:),temprow(:),m0(:),me(:),mi(:) local
240 subroutine mrbencode74(me,codeword,g2,N,K) argument
241 integer*1 me(K),codeword(N),g2(N,K) local
252 subroutine partial_syndrome(me,sp,np,g2,N,K) argument
253 integer*1 me(K),sp(np),g2(N,K) local
H A Dosd240_74.f9020 integer*1, allocatable :: temp(:),m0(:),me(:),mi(:),misub(:),e2sub(:),e2(:),ui(:) local
290 subroutine mrbencode74(me,codeword,g2,N,K) argument
291 integer*1 me(K),codeword(N),g2(N,K) local
H A Dosd240_101.f9020 integer*1, allocatable :: temp(:),m0(:),me(:),mi(:),misub(:),e2sub(:),e2(:),ui(:) local
290 subroutine mrbencode101(me,codeword,g2,N,K) argument
291 integer*1 me(K),codeword(N),g2(N,K) local
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/mbptr12/
H A Dexchange.cc63 int me = msg->me(); in exchange_() local
148 …RefSCMatrix K(bra_space->coefs()->coldim(), ket_space->coefs()->coldim(), bra_space->coefs()->kit(… in exchange_() local
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/
H A Dunit_conversion.h57 const real me = 9.10938291e-31 * kg; variable
72 const real K = J / kb; variable
112 me, enumerator
121 K, enumerator
/dports/cad/py-lcapy/lcapy-23c940f/demo/twoport/
H A Dmikesym2.py84 K = alpha / C0 variable
93 me = m1p * m2p / (m1p + m2p) variable
H A Dmike1.py84 K = alpha / C0 variable
93 me = m1p * m2p / (m1p + m2p) variable
/dports/comms/wsjtz/wsjtx/lib/
H A Dosd128_90.f905 integer, parameter:: N=128, K=90, M=N-K local
9 integer*1 temp(K),m0(K),me(K),mi(K),misub(K),e2sub(N-K),e2(N-K),ui(N-K) local
262 subroutine mrbencode90(me,codeword,g2,N,K) argument
263 integer*1 me(K),codeword(N),g2(N,K) local
/dports/science/teem/teem-1.11.0-src/src/meet/
H A DmeetNrrd.c161 #define INTGL(K) if (K##D == kd) { ret = K; } in kintegral() argument
225 static const char me[]="meetNrrdKernelAllCheck"; in meetNrrdKernelAllCheck() local
/dports/science/teem/teem-1.11.0-src/src/nrrd/
H A Dfilt.c220 static const char me[]="_nrrdCheapMedian3D"; in _nrrdCheapMedian3D() local
222 int X, Y, Z, I, J, K; in _nrrdCheapMedian3D() local
312 static const char me[]="nrrdCheapMedian", func[]="cmedian"; in nrrdCheapMedian() local
508 static const char me[]="distanceL2Sqrd"; in distanceL2Sqrd() local
633 static const char me[]="_distanceBase"; in _distanceBase() local
718 static const char me[]="nrrdDistanceL2"; in nrrdDistanceL2() local
731 static const char me[]="nrrdDistanceL2Biased"; in nrrdDistanceL2Biased() local
744 static const char me[]="nrrdDistanceL2Signed"; in nrrdDistanceL2Signed() local
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/scf/
H A Dlgbuild.h76 int me=grp_->me(); in run() local
159 int I,J,K,L; in run() local
H A Dlbgbuild.h61 int me=grp_->me(); in build_gmat() local
169 int I,J,K,L; in build_gmat() local
/dports/lang/rust/rustc-1.58.1-src/library/alloc/src/
H A Dslice.rs368 pub fn sort_by_key<K, F>(&mut self, mut f: F) in sort_by_key()
370 F: FnMut(&T) -> K, in sort_by_key()
411 pub fn sort_by_cached_key<K, F>(&mut self, f: F) in sort_by_cached_key()
413 F: FnMut(&T) -> K, in sort_by_cached_key()
674 let mut me = self.to_vec(); in to_ascii_uppercase() localVariable
694 let mut me = self.to_vec(); in to_ascii_lowercase() localVariable
/dports/comms/wsjtz/wsjtx/lib/wsprd/
H A Dosdwspr.f9013 integer*1 temp(K),m0(K),me(K),mi(K),misub(K),e2sub(N-K),e2(N-K),ui(N-K) local
247 subroutine mrbencode(me,codeword,g2,N,K) argument
248 integer*1 me(K),codeword(N),g2(N,K) local
/dports/devel/ga/ga-5.8/armci/examples/benchmarks/lu/armci_blocking/
H A Dlu.c39 int nproc, me = 0; variable
242 void lu(int n, int bs, int me) in lu()
245 int I, J, K; in lu() local
516 double touch_array(int bs, int me) in touch_array()
H A Dlu-b-bc.c38 int nproc, me = 0; variable
236 void lu(int n, int bs, int me) in lu()
239 int I, J, K; in lu() local
500 double touch_array(int bs, int me) in touch_array()
H A Dlu-block.c39 int nproc, me = 0; variable
224 void lu(int n, int bs, int me) in lu()
227 int I, J, K; in lu() local
480 double touch_array(int bs, int me) in touch_array()
/dports/devel/ga/ga-5.8/armci/examples/benchmarks/lu/armci_nonblocking/
H A Dlu_nb_put.c47 int nproc, me = 0; variable
263 void lu(int n, int bs, int me) in lu()
266 int I, J, K; in lu() local
539 double touch_array(int bs, int me) in touch_array()
H A Dlu_nb_get.c50 int nproc, me = 0; variable
232 void lu(int n, int bs, int me) in lu()
235 int I, J, K; in lu() local
563 double touch_array(int bs, int me) in touch_array()
/dports/comms/wsjtz/wsjtx/lib/ft8/
H A Dosd174_91.f9020 integer*1, allocatable :: temp(:),m0(:),me(:),mi(:),misub(:),e2sub(:),e2(:),ui(:) local
295 subroutine mrbencode91(me,codeword,g2,N,K) argument
296 integer*1 me(K),codeword(N),g2(N,K) local

12345678