Home
last modified time | relevance | path

Searched refs:e2i (Results 1 – 25 of 121) sorted by relevance

12345

/dports/math/cadical/cadical-1.0.3-cb89cbf/src/
H A Dexternal.cpp43 assert (e2i.empty ()); in init()
44 e2i.push_back (0); in init()
48 assert (e2i.size () == (size_t) max_var + 1); in init()
54 assert (e2i.size () == (size_t) eidx); in init()
55 e2i.push_back (iidx); in init()
58 assert (e2i[eidx] == iidx); in init()
93 ilit = e2i [eidx]; in internalize()
98 e2i[eidx] = ilit; in internalize()
100 e2i[eidx] = ilit; in internalize()
103 assert (e2i[eidx] == ilit); in internalize()
[all …]
H A Dcompact.cpp197 int src = external->e2i[eidx], dst; in compact()
202 external->e2i[eidx] = dst; in compact()
296 int ilit = external->e2i[eidx]; in compact()
H A Dexternal.hpp54 vector<int> e2i; // External 'idx' to internal 'lit' [1,max_var]. member
H A Dextend.cpp102 const int ilit = e2i[i]; in extend()
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A Dexc.sh4 rename /usr/share/stardict/dic/e2i /usr/share/stardict/dic/temp2 /usr/share/stardict/dic/e2i.* 2>/…
9 rm /usr/share/stardict/dic/e2i.*
13 rename /usr/share/stardict/dic/temp2 /usr/share/stardict/dic/e2i /usr/share/stardict/dic/temp2.* 2>…
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/tests/i_bitmaps/
H A Dscript8 $E2IMAGE $TMPFILE $TMPFILE.e2i > $OUT 2>&1
10 $DUMPE2FS -i $TMPFILE.e2i > $TMPFILE.2 2>&1
27 rm -rf $TMPFILE $TMPFILE.bin $TMPFILE.1 $TMPFILE.2 $TMPFILE.e2i
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/tests/i_bitmaps/
H A Dscript8 $E2IMAGE $TMPFILE $TMPFILE.e2i > $OUT 2>&1
10 $DUMPE2FS -i $TMPFILE.e2i > $TMPFILE.2 2>&1
27 rm -rf $TMPFILE $TMPFILE.bin $TMPFILE.1 $TMPFILE.2 $TMPFILE.e2i
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/i_bitmaps/
H A Dscript8 $E2IMAGE $TMPFILE $TMPFILE.e2i > $OUT 2>&1
10 $DUMPE2FS -i $TMPFILE.e2i > $TMPFILE.2 2>&1
27 rm -rf $TMPFILE $TMPFILE.bin $TMPFILE.1 $TMPFILE.2 $TMPFILE.e2i
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dslow_hash_plug.c77 static size_t e2i(const uint8_t* a, size_t count) { return (*((uint64_t*)a) / AES_BLOCK_SIZE) & (co… in e2i() function
189 j = e2i(a, MEMORY / AES_BLOCK_SIZE); in cn_slow_hash()
195 assert(j == e2i(a, MEMORY / AES_BLOCK_SIZE)); in cn_slow_hash()
198 j = e2i(a, MEMORY / AES_BLOCK_SIZE); in cn_slow_hash()
205 assert(j == e2i(a, MEMORY / AES_BLOCK_SIZE)); in cn_slow_hash()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-index-rtree/src/main/java/de/lmu/ifi/dbs/elki/index/tree/spatial/rstarvariants/strategies/split/
H A DRTreeQuadraticSplit.java78 final E e2i = getter.get(entries, e2); in split() local
79 final double areaJ = SpatialUtil.volumeUnion(e1i, e2i); in split()
H A DGreeneSplit.java81 final E e2i = getter.get(entries, e2); in split() local
82 final double areaJ = SpatialUtil.volumeUnion(e1i, e2i); in split()
/dports/math/gsl/gsl-2.7/eigen/
H A Dtest.c234 double e2i = gsl_vector_get (eval2, i); in test_eigenvalues_real() local
235 e2i = chop_subnormals(e2i); in test_eigenvalues_real()
236 gsl_test_abs(ei, e2i, emax * 1e8 * GSL_DBL_EPSILON, in test_eigenvalues_real()
253 gsl_complex e2i = gsl_vector_complex_get (eval2, i); in test_eigenvalues_complex() local
254 gsl_test_rel(GSL_REAL(ei), GSL_REAL(e2i), 10*N*GSL_DBL_EPSILON, in test_eigenvalues_complex()
257 gsl_test_rel(GSL_IMAG(ei), GSL_IMAG(e2i), 10*N*GSL_DBL_EPSILON, in test_eigenvalues_complex()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DNef_polyhedron_2.h300 From_intersecting_polygons(Unique_hash_map<Halfedge_handle,IT>& e2i) in From_intersecting_polygons()
301 : halfedge2iterator(e2i) {} in From_intersecting_polygons()
479 Unique_hash_map<Halfedge_handle,ES_iterator> e2i; in Base() local
480 From_intersecting_polygons<ES_iterator> fip(e2i); in Base()
491 ES_iterator eit = e2i[e]; in Base()
/dports/devel/py-mypy/mypy-0.910/mypy/test/
H A Dtypefixture.py73 self.e2i = self.make_type_info('E2', mro=[self.f2i, self.fi, self.oi])
115 self.e2 = Instance(self.e2i, []) # E2
/dports/sysutils/consolekit2/ConsoleKit2-520b862/tools/
H A D71-udev-seat.rules.in22 # Mimo 720, with integrated USB hub, displaylink graphics, and e2i
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dconversion-function.cpp196 E2<int&> e2i; // expected-note{{in instantiation}} variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dconversion-function.cpp178 E2<int&> e2i; // expected-note{{in instantiation}} variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconversion-function.cpp196 E2<int&> e2i; // expected-note{{in instantiation}} variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dconversion-function.cpp196 E2<int&> e2i; // expected-note{{in instantiation}} variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconversion-function.cpp196 E2<int&> e2i; // expected-note{{in instantiation}} variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dconversion-function.cpp196 E2<int&> e2i; // expected-note{{in instantiation}} variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dconversion-function.cpp178 E2<int&> e2i; // expected-note{{in instantiation}} variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dconversion-function.cpp178 E2<int&> e2i; // expected-note{{in instantiation}} variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dconversion-function.cpp196 E2<int&> e2i; // expected-note{{in instantiation}} variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconversion-function.cpp196 E2<int&> e2i; // expected-note{{in instantiation}} variable

12345