Home
last modified time | relevance | path

Searched +defs:b +defs:u (Results 1 – 25 of 45817) sorted by relevance

12345678910>>...1833

/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/test/unit/SFCGAL/algorithm/
H A DUnionTest.cpp57 std::unique_ptr<Geometry> b = io::readWkt( "POINT(0 1)" ); in BOOST_AUTO_TEST_CASE() local
58 std::unique_ptr<Geometry> u = algorithm::union_( *a, *b ); in BOOST_AUTO_TEST_CASE() local
66 std::unique_ptr<Geometry> b = io::readWkt( "POINT(0 1)" ); in BOOST_AUTO_TEST_CASE() local
143 std::unique_ptr<Geometry> b = io::readWkt( in BOOST_AUTO_TEST_CASE() local
231 GeometryCollection b; in BOOST_AUTO_TEST_CASE() local
254 GeometryCollection b; in BOOST_AUTO_TEST_CASE() local
362 Solid b = a->as<Solid>(); in BOOST_AUTO_TEST_CASE() local
369 Solid b = a->as<Solid>(); in BOOST_AUTO_TEST_CASE() local
376 Solid b = a->as<Solid>(); in BOOST_AUTO_TEST_CASE() local
384 Solid b = a->as<Solid>(); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/unittest/
H A Dserial.cpp31 uint16_t a, b; member
42 uint16_t u = 0; in BOOST_AUTO_TEST_CASE() local
51 uint16_t u = 0; in BOOST_AUTO_TEST_CASE() local
60 uint32_t u = 0; in BOOST_AUTO_TEST_CASE() local
69 std::array<uint8_t, 3> u{}; in BOOST_AUTO_TEST_CASE() local
80 std::array<uint16_t, 4> u{}; in BOOST_AUTO_TEST_CASE() local
92 std::array<uint32_t, 2> u{}; in BOOST_AUTO_TEST_CASE() local
129 constexpr uint16_t u = 0x100; in BOOST_AUTO_TEST_CASE() local
139 constexpr uint32_t u = 0x12345678; in BOOST_AUTO_TEST_CASE() local
151 constexpr std::array<uint8_t, 3> u{{1, 2, 3}}; in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dreversed_iteration.pyx582 def reversed_unicode(unicode u):
595 def reversed_unicode_slice(unicode u):
608 def reversed_unicode_slice_neg_step(unicode u):
621 def reversed_unicode_slice_pos_step(unicode u):
634 def reversed_unicode_slice_start_pos_step(unicode u):
647 def reversed_unicode_slice_start_neg_step(unicode u):
660 def reversed_unicode_slice_end_pos_step(unicode u):
673 def reversed_unicode_slice_end_neg_step(unicode u):
686 def reversed_unicode_slice_neg_step_only(unicode u):
699 def reversed_unicode_slice_pos_step_only(unicode u):
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dreversed_iteration.pyx582 def reversed_unicode(unicode u):
595 def reversed_unicode_slice(unicode u):
608 def reversed_unicode_slice_neg_step(unicode u):
621 def reversed_unicode_slice_pos_step(unicode u):
634 def reversed_unicode_slice_start_pos_step(unicode u):
647 def reversed_unicode_slice_start_neg_step(unicode u):
660 def reversed_unicode_slice_end_pos_step(unicode u):
673 def reversed_unicode_slice_end_neg_step(unicode u):
686 def reversed_unicode_slice_neg_step_only(unicode u):
699 def reversed_unicode_slice_pos_step_only(unicode u):
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsl/
H A Dbsl_opinion.h31 bsl_opinion(float u, float b) : u_(u), b_(b), a_(0.5) {} in bsl_opinion()
32 bsl_opinion(float u, float b, float a) : u_(u), b_(b), a_(a) {} in bsl_opinion()
35 bsl_opinion(float b) { b_=b; u_=1.0f-b; a_ = 0.5f;} in bsl_opinion()
43 float u() const { return u_; } in u() function
45 float b() const { return b_; } in b() function
53 void set(float u, float b) { u_=u; b_=b; } in set()
55 void set_u(float u) { u_=u; } in set_u()
57 void set_b(float b) { b_=b; u_=1.0f-b; } in set_b()
81 float b = (bA*uB + bB*uA)/kappa; in fuse() local
82 float u = uA*uB/kappa; in fuse() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dbld.h297 u; member
551 #define ffebld_conter(b) ((b)->u.conter.expr) argument
657 #define ffebld_end_list(b) (*(b) = NULL) argument
658 #define ffebld_head(b) ((b)->u.item.head) argument
659 #define ffebld_info(b) ((b)->info) argument
667 #define ffebld_labter(b) ((b)->u.labter) argument
668 #define ffebld_labtok(b) ((b)->u.labtok) argument
669 #define ffebld_left(b) ((b)->u.nonter.left) argument
712 #define ffebld_op(b) ((b)->op) argument
721 #define ffebld_set_op(b,o) ((b)->op = (o)) argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dbld.h297 u; member
551 #define ffebld_conter(b) ((b)->u.conter.expr) argument
657 #define ffebld_end_list(b) (*(b) = NULL) argument
658 #define ffebld_head(b) ((b)->u.item.head) argument
659 #define ffebld_info(b) ((b)->info) argument
667 #define ffebld_labter(b) ((b)->u.labter) argument
668 #define ffebld_labtok(b) ((b)->u.labtok) argument
669 #define ffebld_left(b) ((b)->u.nonter.left) argument
712 #define ffebld_op(b) ((b)->op) argument
721 #define ffebld_set_op(b,o) ((b)->op = (o)) argument
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/websocket/
H A Dutf8_checker.cpp32 utf8_checker u; in testOneByteSequence() local
40 utf8_checker u; in testOneByteSequence() local
48 utf8_checker u; in testOneByteSequence() local
92 utf8_checker u; in testTwoByteSequence() local
138 utf8_checker u; in testThreeByteSequence() local
146 std::int32_t const b = (i == 224 ? 160 : 128); in testThreeByteSequence() local
282 utf8_checker u; in testFourByteSequence() local
289 std::int32_t const b = (i == 240 ? 144 : 128); in testFourByteSequence() local
466 multi_buffer b; in testWithStreamBuffer() local
533 multi_buffer b; in AutodeskTests() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/websocket/
H A Dutf8_checker.cpp32 utf8_checker u; in testOneByteSequence() local
40 utf8_checker u; in testOneByteSequence() local
48 utf8_checker u; in testOneByteSequence() local
92 utf8_checker u; in testTwoByteSequence() local
138 utf8_checker u; in testThreeByteSequence() local
146 std::int32_t const b = (i == 224 ? 160 : 128); in testThreeByteSequence() local
282 utf8_checker u; in testFourByteSequence() local
289 std::int32_t const b = (i == 240 ? 144 : 128); in testFourByteSequence() local
466 multi_buffer b; in testWithStreamBuffer() local
533 multi_buffer b; in AutodeskTests() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/websocket/
H A Dutf8_checker.cpp32 utf8_checker u; in testOneByteSequence() local
40 utf8_checker u; in testOneByteSequence() local
48 utf8_checker u; in testOneByteSequence() local
92 utf8_checker u; in testTwoByteSequence() local
138 utf8_checker u; in testThreeByteSequence() local
146 std::int32_t const b = (i == 224 ? 160 : 128); in testThreeByteSequence() local
282 utf8_checker u; in testFourByteSequence() local
289 std::int32_t const b = (i == 240 ? 144 : 128); in testFourByteSequence() local
466 multi_buffer b; in testWithStreamBuffer() local
533 multi_buffer b; in AutodeskTests() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/websocket/
H A Dutf8_checker.cpp32 utf8_checker u; in testOneByteSequence() local
40 utf8_checker u; in testOneByteSequence() local
48 utf8_checker u; in testOneByteSequence() local
92 utf8_checker u; in testTwoByteSequence() local
138 utf8_checker u; in testThreeByteSequence() local
146 std::int32_t const b = (i == 224 ? 160 : 128); in testThreeByteSequence() local
282 utf8_checker u; in testFourByteSequence() local
289 std::int32_t const b = (i == 240 ? 144 : 128); in testFourByteSequence() local
466 multi_buffer b; in testWithStreamBuffer() local
533 multi_buffer b; in AutodeskTests() local
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/grid/
H A Dbvxm_opinion.h27 bvxm_opinion(float u, float b) : u_(u), b_(b) {} in bvxm_opinion()
30 bvxm_opinion(float b) { b_=b; u_=1.0f-b; } in bvxm_opinion()
38 float u() const { return u_; } in u() function
40 float b() const { return b_; } in b() function
44 void set(float u, float b) { u_=u; b_=b; } in set()
46 void set_u(float u) { u_=u; } in set_u()
48 void set_b(float b) { b_=b; u_=1.0f-b; } in set_b()
/dports/math/py-sympy/sympy-1.9/sympy/integrals/rubi/rules/
H A Dintegrand_simplification.py261 def replacement1(a, b, n, p, u, x): argument
265 def replacement2(a, b, n, p, u, x): argument
281 def replacement6(a, b, p, u, v, w, x): argument
317 def replacement15(b, m, n, u, v, x): argument
321 def replacement16(a, b, m, n, u, v, x): argument
325 def replacement17(a, b, m, n, u, v, x): argument
329 def replacement18(a, b, m, n, u, v, x): argument
333 def replacement19(a, b, m, n, u, v, x): argument
349 def replacement23(a, b, c, m, u, v, x): argument
365 def replacement27(a, b, c, p, u, x): argument
[all …]
H A Dmiscellaneous_integration.py539 def With6952(a, b, n, u, x, y): argument
552 def replacement6952(a, b, n, u, x, y): argument
558 def With6953(a, b, n, p, u, x, y): argument
577 def With6954(a, b, m, n, p, u, v, x, y): argument
810 def With6965(a, b, m, p, u, v, w, x): argument
969 def replacement6978(a, b, n, p, u, x): argument
981 def With6981(a, b, m, r, s, u, x): argument
996 def With6982(a, b, n, u, x): argument
1005 def replacement6982(a, b, n, u, x): argument
1019 def With6985(a, b, c, n, n2, u, x): argument
[all …]
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/test/
H A Dapplic.sml3 op F:functor (X:sig type t end) -> sig type u end; type
7 op F:functor X:sig type t end -> sig type u end; type
26 datatype u = type
40 datatype u = type
65 functor A = functor X:sig type a and b val a: a and b:b end => type
66 struct datatype u = C of X.a * X.b type
69 structure A = A(struct type a = int and b = bool val a = 1 and b = false end); value
74 functor A = functor X:sig type a and b and 'a c val a: a and b:b and f: 'a -> 'a c end => value
75 struct datatype u = C of X.a * X.b type
77 val u = C (X.a,X.b) value
[all …]
/dports/audio/mumble/mumble-1.3.3/3rdparty/mach-override-src/libudis86/
H A Ddecode.c49 #define SIB_S(b) ( ( b ) >> 6 ) argument
50 #define SIB_I(b) ( ( ( b ) >> 3 ) & 7 ) argument
51 #define SIB_B(b) ( ( b ) & 7 ) argument
54 #define MODRM_REG(b) ( ( ( b ) >> 3 ) & 7 ) argument
55 #define MODRM_NNN(b) ( ( ( b ) >> 3 ) & 7 ) argument
56 #define MODRM_MOD(b) ( ( ( b ) >> 6 ) & 3 ) argument
57 #define MODRM_RM(b) ( ( b ) & 7 ) argument
80 inp_uint8(struct ud* u) in inp_uint8()
86 inp_uint16(struct ud* u) in inp_uint16()
96 inp_uint32(struct ud* u) in inp_uint32()
[all …]
/dports/devel/udis86/udis86-1.7.2/libudis86/
H A Ddecode.c48 #define SIB_S(b) ( ( b ) >> 6 ) argument
49 #define SIB_I(b) ( ( ( b ) >> 3 ) & 7 ) argument
50 #define SIB_B(b) ( ( b ) & 7 ) argument
53 #define MODRM_REG(b) ( ( ( b ) >> 3 ) & 7 ) argument
54 #define MODRM_NNN(b) ( ( ( b ) >> 3 ) & 7 ) argument
55 #define MODRM_MOD(b) ( ( ( b ) >> 6 ) & 3 ) argument
56 #define MODRM_RM(b) ( ( b ) & 7 ) argument
74 inp_start(struct ud *u) in inp_start()
81 inp_next(struct ud *u) in inp_next()
104 inp_curr(struct ud *u) in inp_curr()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/libudis86/src/
H A Ddecode.c49 #define SIB_S(b) ( ( b ) >> 6 ) argument
50 #define SIB_I(b) ( ( ( b ) >> 3 ) & 7 ) argument
51 #define SIB_B(b) ( ( b ) & 7 ) argument
54 #define MODRM_REG(b) ( ( ( b ) >> 3 ) & 7 ) argument
55 #define MODRM_NNN(b) ( ( ( b ) >> 3 ) & 7 ) argument
56 #define MODRM_MOD(b) ( ( ( b ) >> 6 ) & 3 ) argument
57 #define MODRM_RM(b) ( ( b ) & 7 ) argument
75 inp_start(struct ud *u) in inp_start()
82 inp_next(struct ud *u) in inp_next()
105 inp_curr(struct ud *u) in inp_curr()
[all …]
/dports/security/pev/pev/lib/libudis86/libudis86/
H A Ddecode.c48 #define SIB_S(b) ( ( b ) >> 6 ) argument
49 #define SIB_I(b) ( ( ( b ) >> 3 ) & 7 ) argument
50 #define SIB_B(b) ( ( b ) & 7 ) argument
53 #define MODRM_REG(b) ( ( ( b ) >> 3 ) & 7 ) argument
54 #define MODRM_NNN(b) ( ( ( b ) >> 3 ) & 7 ) argument
55 #define MODRM_MOD(b) ( ( ( b ) >> 6 ) & 3 ) argument
56 #define MODRM_RM(b) ( ( b ) & 7 ) argument
74 inp_start(struct ud *u) in inp_start()
81 inp_next(struct ud *u) in inp_next()
104 inp_curr(struct ud *u) in inp_curr()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestUnitDefinition.java56 static void assertEquals(Object a, Object b) throws AssertionError in assertEquals()
90 static void assertEquals(boolean a, boolean b) throws AssertionError in assertEquals()
108 static void assertEquals(int a, int b) throws AssertionError in assertEquals()
117 static void assertNotEquals(int a, int b) throws AssertionError in assertNotEquals()
142 Unit u = new Unit(2,4); in test_UnitDefinition_addUnit() local
232 Unit u = UD.createUnit(); in test_UnitDefinition_isVariantOfArea() local
254 Unit u = UD.createUnit(); in test_UnitDefinition_isVariantOfLength() local
279 Unit u = UD.createUnit(); in test_UnitDefinition_isVariantOfSubstancePerTime_1() local
309 Unit u = UD.createUnit(); in test_UnitDefinition_isVariantOfSubstancePerTime_2() local
340 Unit u = ud.createUnit(); in test_UnitDefinition_isVariantOfSubstancePerTime_3() local
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestUnitDefinition.java56 static void assertEquals(Object a, Object b) throws AssertionError in assertEquals()
90 static void assertEquals(boolean a, boolean b) throws AssertionError in assertEquals()
108 static void assertEquals(int a, int b) throws AssertionError in assertEquals()
117 static void assertNotEquals(int a, int b) throws AssertionError in assertNotEquals()
142 Unit u = new Unit(2,4); in test_UnitDefinition_addUnit() local
232 Unit u = UD.createUnit(); in test_UnitDefinition_isVariantOfArea() local
254 Unit u = UD.createUnit(); in test_UnitDefinition_isVariantOfLength() local
279 Unit u = UD.createUnit(); in test_UnitDefinition_isVariantOfSubstancePerTime_1() local
309 Unit u = UD.createUnit(); in test_UnitDefinition_isVariantOfSubstancePerTime_2() local
340 Unit u = ud.createUnit(); in test_UnitDefinition_isVariantOfSubstancePerTime_3() local
[all …]
/dports/devel/skalibs/skalibs-2.10.0.3/src/include/skalibs/
H A Diobuffer.h19 buffer b[2] ; member
28 #define iobufferu_len(u) buffer_len(&(u)->b[0]) argument
29 #define iobufferu_available(u) buffer_available(&(u)->b[1]) argument
30 #define iobufferu_isempty(u) buffer_isempty(&(u)->b[0]) argument
31 #define iobufferu_isfull(u) buffer_isfull(&(u)->b[1]) argument
32 #define iobufferu_fd(u, h) buffer_fd((u)->b[h]) argument
33 #define iobufferu_isreadable(u) iobufferu_available(u) argument
34 #define iobufferu_iswritable(u) iobufferu_len(u) argument
35 #define iobufferu_nonblock(u, h) ndelay_on(iobufferu_fd(u, h)) argument
36 #define iobufferu_block(u, h) ndelay_off(iobufferu_fd(u, h)) argument
[all …]
/dports/math/givaro/givaro-4.1.1/src/kernel/gmp++/
H A Dgmp++_int_gcd.C27 Integer lcm(const Integer& a, const Integer& b) { in lcm()
34 Integer& lcm(Integer& g, const Integer& a, const Integer& b) { in lcm()
43 Integer gcd(const Integer& a, const Integer& b) in gcd()
51 Integer& gcd(Integer& g, const Integer& a, const Integer& b) in gcd()
58 Integer& inv(Integer& u, const Integer& a, const Integer& b) { in inv()
71 Integer& invin(Integer& u, const Integer& b) { in invin()
79 Integer gcd (Integer& u, Integer& v, in gcd()
80 const Integer& a, const Integer& b ) in gcd()
95 Integer& gcd (Integer& g, Integer& u, Integer& v, in gcd()
96 const Integer& a, const Integer& b) in gcd()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/udis86/
H A Ddecode.c49 #define SIB_S(b) ( ( b ) >> 6 ) argument
50 #define SIB_I(b) ( ( ( b ) >> 3 ) & 7 ) argument
51 #define SIB_B(b) ( ( b ) & 7 ) argument
54 #define MODRM_REG(b) ( ( ( b ) >> 3 ) & 7 ) argument
55 #define MODRM_NNN(b) ( ( ( b ) >> 3 ) & 7 ) argument
56 #define MODRM_MOD(b) ( ( ( b ) >> 6 ) & 3 ) argument
57 #define MODRM_RM(b) ( ( b ) & 7 ) argument
82 inp_peek(struct ud *u) in inp_peek()
105 inp_next(struct ud *u) in inp_next()
129 inp_curr(struct ud *u) in inp_curr()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/udis86/
H A Ddecode.c49 #define SIB_S(b) ( ( b ) >> 6 ) argument
50 #define SIB_I(b) ( ( ( b ) >> 3 ) & 7 ) argument
51 #define SIB_B(b) ( ( b ) & 7 ) argument
54 #define MODRM_REG(b) ( ( ( b ) >> 3 ) & 7 ) argument
55 #define MODRM_NNN(b) ( ( ( b ) >> 3 ) & 7 ) argument
56 #define MODRM_MOD(b) ( ( ( b ) >> 6 ) & 3 ) argument
57 #define MODRM_RM(b) ( ( b ) & 7 ) argument
82 inp_peek(struct ud *u) in inp_peek()
105 inp_next(struct ud *u) in inp_next()
129 inp_curr(struct ud *u) in inp_curr()
[all …]

12345678910>>...1833