Home
last modified time | relevance | path

Searched refs:bound_min (Results 1 – 25 of 31) sorted by relevance

12

/dports/emulators/bochs/bochs-2.7/cpu/
H A Dsoft_int.cc33 Bit16s bound_min = (Bit16s) read_virtual_word_32(i->seg(), eaddr); in BOUND_GwMa() local
36 if (op1_16 < bound_min || op1_16 > bound_max) { in BOUND_GwMa()
50 Bit32s bound_min = (Bit32s) read_virtual_dword_32(i->seg(), eaddr); in BOUND_GdMa() local
53 if (op1_32 < bound_min || op1_32 > bound_max) { in BOUND_GdMa()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/tree_magic_fork-0.2.2/src/fdo_magic/
H A Dmod.rs282 let bound_min = //std::cmp::min( in from_u8_singlerule() localVariable
307 let x: Vec<u8> = file.iter().skip(bound_min).take(bound_max - bound_min).map(|&x| x).collect(); in from_u8_singlerule()
316 .skip(bound_min) // Skip to start of area in from_u8_singlerule()
317 .take(bound_max - bound_min) // Take until end of area - region length in from_u8_singlerule()
340 …let testarea: Vec<u8> = x.iter().skip(bound_min).take(bound_max - bound_min).map(|&x| x).collect(); in from_u8_singlerule()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/tree_magic-0.2.3/src/fdo_magic/
H A Dmod.rs282 let bound_min = //std::cmp::min( in from_u8_singlerule() localVariable
307 let x: Vec<u8> = file.iter().skip(bound_min).take(bound_max - bound_min).map(|&x| x).collect(); in from_u8_singlerule()
316 .skip(bound_min) // Skip to start of area in from_u8_singlerule()
317 .take(bound_max - bound_min) // Take until end of area - region length in from_u8_singlerule()
340 …let testarea: Vec<u8> = x.iter().skip(bound_min).take(bound_max - bound_min).map(|&x| x).collect(); in from_u8_singlerule()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/tree_magic-0.2.3/src/fdo_magic/
H A Dmod.rs282 let bound_min = //std::cmp::min(
307 let x: Vec<u8> = file.iter().skip(bound_min).take(bound_max - bound_min).map(|&x| x).collect();
316 .skip(bound_min) // Skip to start of area
317 .take(bound_max - bound_min) // Take until end of area - region length
340 …let testarea: Vec<u8> = x.iter().skip(bound_min).take(bound_max - bound_min).map(|&x| x).collect();
/dports/graphics/radius-engine/radius-engine-1.1/
H A Dr_entity.c777 entity->bound_min[0] = p[0]; in r_entity_get_bounds()
778 entity->bound_min[1] = p[1]; in r_entity_get_bounds()
785 entity->bound_min[0] = R_MIN(entity->bound_min[0], p[0]); in r_entity_get_bounds()
786 entity->bound_min[1] = R_MIN(entity->bound_min[1], p[1]); in r_entity_get_bounds()
802 *min = &entity->bound_min; in r_entity_get_bounds()
H A Dr_entity.h53 r_vector2d_t bound_min; member
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/strategies/
H A Dgenerate_factoring_method.cpp114 mpz_t bound_max, bound_min; in generate_composite_integer() local
116 mpz_init(bound_min); in generate_composite_integer()
117 mpz_ui_pow_ui(bound_min, 2, lenFactall - 1); //2^(lenfactall) in generate_composite_integer()
118 mpz_mul_ui(bound_max, bound_min, 2); in generate_composite_integer()
124 } while (mpz_cmp(bound_min, res) > 0 || mpz_cmp(bound_max, res) < 0); in generate_composite_integer()
127 mpz_clear(bound_min); in generate_composite_integer()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/deep_mimic/learning/
H A Dtf_util.py81 def calc_bound_loss(x_tf, bound_min, bound_max): argument
83 violation_min = tf.minimum(x_tf - bound_min, 0)
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Drose_build_convert.cpp405 u32 bound_min = repeat.bounds.min; in handleStartPrefixCliche() local
410 assert(g[e_old].minBound <= bound_min); in handleStartPrefixCliche()
412 setEdgeBounds(g, e_old, bound_min, bound_max); in handleStartPrefixCliche()
415 setEdgeBounds(g, e_new, bound_min, bound_max); in handleStartPrefixCliche()
/dports/emulators/dosbox/dosbox-0.74-3/src/cpu/core_full/
H A Dop.h636 Bit16s bound_min, bound_max; variable
637 bound_min=LoadMw(inst.rm_eaa);
639 if ( (((Bit16s)inst_op1_w) < bound_min) || (((Bit16s)inst_op1_w) > bound_max) ) {
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/core_full/
H A Dop.h638 Bit16s bound_min, bound_max; variable
639 bound_min=LoadMw(inst.rm_eaa);
641 if ( (((Bit16s)inst_op1_w) < bound_min) || (((Bit16s)inst_op1_w) > bound_max) ) {
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/core_full/
H A Dop.h654 Bit16s bound_min, bound_max; variable
655 bound_min=LoadMw(inst.rm_eaa);
657 if ( (((Bit16s)inst_op1_w) < bound_min) || (((Bit16s)inst_op1_w) > bound_max) ) {
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/cpu/core_full/
H A Dop.h654 Bit16s bound_min, bound_max; variable
655 bound_min=LoadMw(inst.rm_eaa);
657 if ( (((Bit16s)inst_op1_w) < bound_min) || (((Bit16s)inst_op1_w) > bound_max) ) {
/dports/emulators/dosbox/dosbox-0.74-3/src/cpu/core_normal/
H A Dprefix_66.h161 Bit32s bound_min, bound_max; variable
163 bound_min=LoadMd(eaa);
165 if ( (((Bit32s)*rmrd) < bound_min) || (((Bit32s)*rmrd) > bound_max) ) {
H A Dprefix_none.h230 Bit16s bound_min, bound_max; variable
232 bound_min=LoadMw(eaa);
234 if ( (((Bit16s)*rmrw) < bound_min) || (((Bit16s)*rmrw) > bound_max) ) {
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/core_normal/
H A Dprefix_66.h161 Bit32s bound_min, bound_max; variable
163 bound_min=LoadMd(eaa);
165 if ( (((Bit32s)*rmrd) < bound_min) || (((Bit32s)*rmrd) > bound_max) ) {
H A Dprefix_none.h230 Bit16s bound_min, bound_max; variable
232 bound_min=LoadMw(eaa);
234 if ( (((Bit16s)*rmrw) < bound_min) || (((Bit16s)*rmrw) > bound_max) ) {
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/core_normal/
H A Dprefix_66.h161 Bit32s bound_min, bound_max; variable
163 bound_min=LoadMd(eaa);
165 if ( (((Bit32s)*rmrd) < bound_min) || (((Bit32s)*rmrd) > bound_max) ) {
H A Dprefix_none.h230 Bit16s bound_min, bound_max; variable
232 bound_min=LoadMw(eaa);
234 if ( (((Bit16s)*rmrw) < bound_min) || (((Bit16s)*rmrw) > bound_max) ) {
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/cpu/core_normal/
H A Dprefix_66.h161 Bit32s bound_min, bound_max; variable
163 bound_min=LoadMd(eaa);
165 if ( (((Bit32s)*rmrd) < bound_min) || (((Bit32s)*rmrd) > bound_max) ) {
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/bsp/
H A DVBSPData.h53 osg::Vec3f bound_min; member
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/bsp/
H A DVBSPData.h53 osg::Vec3f bound_min; member
/dports/math/py-claripy/claripy-9.0.5405/claripy/
H A Dbalancer.py603 bound_min = right_min if is_equal else (right_min-1 if is_lt else right_min+1)
608 elif not is_lt and bound_min > int_max:
619 current_min = max(int_min, left_min, bound_min)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dint_util.cc917 CType bound_min{}, bound_max{}; in IntegersCanFitImpl() local
918 GetSafeMinMax<Type>(target_type.id(), &bound_min, &bound_max); in IntegersCanFitImpl()
919 return CheckIntegersInRange(datum, ScalarType(bound_min), ScalarType(bound_max)); in IntegersCanFitImpl()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dint_util.cc917 CType bound_min{}, bound_max{}; in IntegersCanFitImpl() local
918 GetSafeMinMax<Type>(target_type.id(), &bound_min, &bound_max); in IntegersCanFitImpl()
919 return CheckIntegersInRange(datum, ScalarType(bound_min), ScalarType(bound_max)); in IntegersCanFitImpl()

12