Home
last modified time | relevance | path

Searched refs:tuple0 (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/openjph/OpenJPH-0.7.3/src/core/coding/
H A Dojph_block_encoder.cpp583 ui16 tuple0 = vlc_tbl0[(c_q0 << 8) + (rho[0] << 4) + eps0]; in ojph_encode_codeblock() local
584 vlc_encode(&vlc, tuple0 >> 8, (tuple0 >> 4) & 7); in ojph_encode_codeblock()
589 int m = (rho[0] & 1) ? Uq0 - (tuple0 & 1) : 0; in ojph_encode_codeblock()
591 m = (rho[0] & 2) ? Uq0 - ((tuple0 & 2) >> 1) : 0; in ojph_encode_codeblock()
593 m = (rho[0] & 4) ? Uq0 - ((tuple0 & 4) >> 2) : 0; in ojph_encode_codeblock()
595 m = (rho[0] & 8) ? Uq0 - ((tuple0 & 8) >> 3) : 0; in ojph_encode_codeblock()
803 vlc_encode(&vlc, tuple0 >> 8, (tuple0 >> 4) & 7); in ojph_encode_codeblock()
808 int m = (rho[0] & 1) ? Uq0 - (tuple0 & 1) : 0; in ojph_encode_codeblock()
810 m = (rho[0] & 2) ? Uq0 - ((tuple0 & 2) >> 1) : 0; in ojph_encode_codeblock()
812 m = (rho[0] & 4) ? Uq0 - ((tuple0 & 4) >> 2) : 0; in ojph_encode_codeblock()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/spirit/fusion/sequence/
H A Dtuple10.hpp31 struct tuple0 : sequence_base<tuple0> struct
36 typedef tuple0 identity_type; argument
38 tuple0() {} in tuple0() function
41 tuple0(Iterator const& i) {} in tuple0() argument
/dports/lang/rust/rustc-1.58.1-src/src/test/rustdoc/
H A Dtuples.rs4 pub fn tuple0(x: ()) -> () { x } in tuple0() function
/dports/biology/lamarc/lamarc-2.1.8/boost/spirit/fusion/sequence/detail/
H A Dtuple_builder.hpp53 typedef tuple0 type;
/dports/math/cvc4/CVC4-1.7/test/regress/regress1/rewriterules/
H A Dwhy3_vstte10_max_sum_harness2.smt264 (declare-fun tuple0 () ty)
69 (assert (forall ((u uni)) (= (sort tuple0 u) (sort tuple0 Tuple0))))
/dports/math/igraph/igraph-0.9.5/vendor/plfit/
H A Dhzeta.c87 *tuple0=result0.val; \
631 double hsl_sf_lnhzeta_deriv_tuple(const double s, const double q, double * tuple0, double * tuple1)… in hsl_sf_lnhzeta_deriv_tuple() argument
/dports/math/R-cran-igraph/igraph/src/plfit/
H A Dhzeta.c87 *tuple0=result0.val; \
631 double hsl_sf_lnhzeta_deriv_tuple(const double s, const double q, double * tuple0, double * tuple1)… in hsl_sf_lnhzeta_deriv_tuple() argument
/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Doption_definition_unittest.cc1789 OpaqueDataTuple tuple0 = option_cast->getTuple(0); in TEST_F() local
1790 EXPECT_EQ("hello", tuple0.getText()); in TEST_F()
1831 OpaqueDataTuple tuple0 = option_cast->getTuple(0); in TEST_F() local
1832 EXPECT_EQ("hello", tuple0.getText()); in TEST_F()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/
H A DAbstractProvisioningTest.java682 String[] tuple0 = tuples0[i]; in equal() local
684 if (tuple0.length != tuple1.length) in equal()
686 for (int j = 0; j < tuple0.length; j++) { in equal()
687 if (!tuple0[j].equals(tuple1[j])) in equal()
/dports/math/cvc4/CVC4-1.7/test/regress/regress1/arith/
H A Dbug716.0.smt218 (declare-datatypes () ((tuple0 (Tuple0))))
/dports/math/cvc4/CVC4-1.7/test/regress/regress1/quantifiers/
H A Dbug_743.smt213 (declare-datatypes () ((tuple0 (Tuple0))))
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/domhex/
H A Dyamakawa.cpp1158 Tuple tuple0(a, b, c); in create_quads_on_boundary() local
1164 bool tuple0_found = find_value_in_multiset(tuples, tuple0, stored_tuple0); in create_quads_on_boundary()