Home
last modified time | relevance | path

Searched refs:low_bound (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/generic/operation/
H A Dfloor.hpp49 model_type & operator()( model_type &result, model_type const& low_bound ) const in operator ()()
51 return this_type::procedure( result, low_bound ); in operator ()()
55 return this_type::procedure( result, left, low_bound ); in operator ()()
63 if( result.get(index) < low_bound.get(index) ) in accumulate()
65 result.set( index, low_bound.get( index ) ); in accumulate()
76 if( result.get(index) < low_bound.get(index) ) in function()
78 result.set( index, low_bound.get( index ) ); in function()
92 if( result.get(index) < low_bound.get(index) ) in procedure()
94 result.set( index, low_bound.get( index ) ); in procedure()
112 ,::color::model<category_name> const& low_bound in floor() argument
[all …]
H A Dclip.hpp42 …model_type & operator()( model_type &result, model_type const& low_bound, model_type const& upper_… in operator ()()
44 return this_type::process( result, low_bound, upper_bound ); in operator ()()
48 return this_type::process( result, left, low_bound, upper_bound ); in operator ()()
56 if( result.get(index) < low_bound.get(index) ) in accumulate()
58 result.set( index, low_bound.get( index ) ); in accumulate()
74 if( left.get(index) < low_bound.get(index) ) in process()
76 result.set( index, low_bound.get( index ) ); in process()
97 … ,::color::model<category_name> const& low_bound, ::color::model<category_name> const& upper_bound in clip() argument
100 …return ::color::operation::_internal::clip<category_name>::accumulate( result, low_bound, upper_bo… in clip()
109 … ,::color::model<category_name> const& low_bound, ::color::model<category_name> const& upper_bound in clip() argument
[all …]
/dports/devel/idutils/idutils-4.6/gnulib-tests/
H A Dget-rusage-as.c187 uintptr_t low_bound = 0; in get_rusage_as_via_setrlimit() local
196 if (try_next < low_bound) in get_rusage_as_via_setrlimit()
207 if (try_next == low_bound) in get_rusage_as_via_setrlimit()
210 result = low_bound; in get_rusage_as_via_setrlimit()
237 low_bound = try_next; in get_rusage_as_via_setrlimit()
247 low_bound = try_next; in get_rusage_as_via_setrlimit()
253 while (high_bound - low_bound > pagesize) in get_rusage_as_via_setrlimit()
257 low_bound + (((high_bound - low_bound) / 2) / pagesize) * pagesize; in get_rusage_as_via_setrlimit()
282 low_bound = try_next; in get_rusage_as_via_setrlimit()
292 low_bound = try_next; in get_rusage_as_via_setrlimit()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dget-rusage-as.c187 uintptr_t low_bound = 0; in get_rusage_as_via_setrlimit() local
196 if (try_next < low_bound) in get_rusage_as_via_setrlimit()
207 if (try_next == low_bound) in get_rusage_as_via_setrlimit()
210 result = low_bound; in get_rusage_as_via_setrlimit()
237 low_bound = try_next; in get_rusage_as_via_setrlimit()
247 low_bound = try_next; in get_rusage_as_via_setrlimit()
253 while (high_bound - low_bound > pagesize) in get_rusage_as_via_setrlimit()
257 low_bound + (((high_bound - low_bound) / 2) / pagesize) * pagesize; in get_rusage_as_via_setrlimit()
282 low_bound = try_next; in get_rusage_as_via_setrlimit()
292 low_bound = try_next; in get_rusage_as_via_setrlimit()
[all …]
H A Dget-rusage-data.c191 uintptr_t low_bound = 0; in get_rusage_data_via_setrlimit() local
200 if (try_next < low_bound) in get_rusage_data_via_setrlimit()
211 if (try_next == low_bound) in get_rusage_data_via_setrlimit()
214 result = low_bound; in get_rusage_data_via_setrlimit()
239 low_bound = try_next; in get_rusage_data_via_setrlimit()
249 low_bound = try_next; in get_rusage_data_via_setrlimit()
255 while (high_bound - low_bound > pagesize) in get_rusage_data_via_setrlimit()
259 low_bound + (((high_bound - low_bound) / 2) / pagesize) * pagesize; in get_rusage_data_via_setrlimit()
282 low_bound = try_next; in get_rusage_data_via_setrlimit()
292 low_bound = try_next; in get_rusage_data_via_setrlimit()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dget-rusage-as.c205 uintptr_t low_bound = 0; in get_rusage_as_via_setrlimit() local
214 if (try_next < low_bound) in get_rusage_as_via_setrlimit()
225 if (try_next == low_bound) in get_rusage_as_via_setrlimit()
228 result = low_bound; in get_rusage_as_via_setrlimit()
255 low_bound = try_next; in get_rusage_as_via_setrlimit()
265 low_bound = try_next; in get_rusage_as_via_setrlimit()
271 while (high_bound - low_bound > pagesize) in get_rusage_as_via_setrlimit()
275 low_bound + (((high_bound - low_bound) / 2) / pagesize) * pagesize; in get_rusage_as_via_setrlimit()
300 low_bound = try_next; in get_rusage_as_via_setrlimit()
310 low_bound = try_next; in get_rusage_as_via_setrlimit()
[all …]
H A Dget-rusage-data.c199 uintptr_t low_bound = 0; in get_rusage_data_via_setrlimit() local
208 if (try_next < low_bound) in get_rusage_data_via_setrlimit()
219 if (try_next == low_bound) in get_rusage_data_via_setrlimit()
222 result = low_bound; in get_rusage_data_via_setrlimit()
247 low_bound = try_next; in get_rusage_data_via_setrlimit()
257 low_bound = try_next; in get_rusage_data_via_setrlimit()
263 while (high_bound - low_bound > pagesize) in get_rusage_data_via_setrlimit()
267 low_bound + (((high_bound - low_bound) / 2) / pagesize) * pagesize; in get_rusage_data_via_setrlimit()
290 low_bound = try_next; in get_rusage_data_via_setrlimit()
300 low_bound = try_next; in get_rusage_data_via_setrlimit()
[all …]
/dports/biology/py-crossmap/CrossMap-0.5.4/lib/cmmodule/
H A Dwig_reader.py97 low_bound = st
104 yield(( chrom, low_bound, low_bound + point_num, score))
106 low_bound = low_bound + point_num
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeHeapState.cpp584 char* low_bound = heap->low_boundary(); in aggregate() local
723 if ((char*)h < low_bound) { in aggregate()
726 if ((char*)h > (low_bound + res_size)) { in aggregate()
729 if ((char*)h > (low_bound + size)) { in aggregate()
1369 char* low_bound = heap->low_boundary(); in print_usedSpace() local
1743 char* low_bound = heap->low_boundary(); in print_count() local
1921 char* low_bound = heap->low_boundary(); in print_space() local
2106 char* low_bound = heap->low_boundary(); in print_age() local
2218 char* low_bound = heap->low_boundary(); in print_names() local
2258 char* this_seg = low_bound + ix*granule_size + is; in print_names()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A DcodeHeapState.cpp579 char* low_bound = heap->low_boundary(); in aggregate() local
720 if ((char*)h < low_bound) { in aggregate()
723 if ((char*)h > (low_bound + res_size)) { in aggregate()
726 if ((char*)h > (low_bound + size)) { in aggregate()
1328 char* low_bound = heap->low_boundary(); in print_usedSpace() local
1720 char* low_bound = heap->low_boundary(); in print_count() local
1898 char* low_bound = heap->low_boundary(); in print_space() local
2083 char* low_bound = heap->low_boundary(); in print_age() local
2195 char* low_bound = heap->low_boundary(); in print_names() local
2235 char* this_seg = low_bound + ix*granule_size + is; in print_names()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcodeHeapState.cpp584 char* low_bound = heap->low_boundary(); in aggregate() local
723 if ((char*)h < low_bound) { in aggregate()
726 if ((char*)h > (low_bound + res_size)) { in aggregate()
729 if ((char*)h > (low_bound + size)) { in aggregate()
1369 char* low_bound = heap->low_boundary(); in print_usedSpace() local
1743 char* low_bound = heap->low_boundary(); in print_count() local
1921 char* low_bound = heap->low_boundary(); in print_space() local
2106 char* low_bound = heap->low_boundary(); in print_age() local
2218 char* low_bound = heap->low_boundary(); in print_names() local
2258 char* this_seg = low_bound + ix*granule_size + is; in print_names()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A DcodeHeapState.cpp582 char* low_bound = heap->low_boundary(); in aggregate() local
721 if ((char*)h < low_bound) { in aggregate()
724 if ((char*)h > (low_bound + res_size)) { in aggregate()
727 if ((char*)h > (low_bound + size)) { in aggregate()
1367 char* low_bound = heap->low_boundary(); in print_usedSpace() local
1741 char* low_bound = heap->low_boundary(); in print_count() local
1919 char* low_bound = heap->low_boundary(); in print_space() local
2104 char* low_bound = heap->low_boundary(); in print_age() local
2216 char* low_bound = heap->low_boundary(); in print_names() local
2256 char* this_seg = low_bound + ix*granule_size + is; in print_names()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A DcodeHeapState.cpp582 char* low_bound = heap->low_boundary(); in aggregate() local
721 if ((char*)h < low_bound) { in aggregate()
724 if ((char*)h > (low_bound + res_size)) { in aggregate()
727 if ((char*)h > (low_bound + size)) { in aggregate()
1367 char* low_bound = heap->low_boundary(); in print_usedSpace() local
1741 char* low_bound = heap->low_boundary(); in print_count() local
1919 char* low_bound = heap->low_boundary(); in print_space() local
2104 char* low_bound = heap->low_boundary(); in print_age() local
2216 char* low_bound = heap->low_boundary(); in print_names() local
2256 char* this_seg = low_bound + ix*granule_size + is; in print_names()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A DcodeHeapState.cpp488 char* low_bound = heap->low_boundary(); in aggregate() local
628 if ((char*)h < low_bound) { in aggregate()
631 if ((char*)h > (low_bound + res_size)) { in aggregate()
634 if ((char*)h > (low_bound + size)) { in aggregate()
1236 char* low_bound = heap->low_boundary(); in print_usedSpace() local
1624 char* low_bound = heap->low_boundary(); in print_count() local
1810 char* low_bound = heap->low_boundary(); in print_space() local
2001 char* low_bound = heap->low_boundary(); in print_age() local
2116 char* low_bound = heap->low_boundary(); in print_names() local
2156 char* this_seg = low_bound + ix*granule_size + is; in print_names()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A DcodeHeapState.cpp580 char* low_bound = heap->low_boundary(); in aggregate() local
721 if ((char*)h < low_bound) { in aggregate()
724 if ((char*)h > (low_bound + res_size)) { in aggregate()
727 if ((char*)h > (low_bound + size)) { in aggregate()
1329 char* low_bound = heap->low_boundary(); in print_usedSpace() local
1721 char* low_bound = heap->low_boundary(); in print_count() local
1899 char* low_bound = heap->low_boundary(); in print_space() local
2084 char* low_bound = heap->low_boundary(); in print_age() local
2196 char* low_bound = heap->low_boundary(); in print_names() local
2236 char* this_seg = low_bound + ix*granule_size + is; in print_names()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A DcodeHeapState.cpp579 char* low_bound = heap->low_boundary(); in aggregate() local
720 if ((char*)h < low_bound) { in aggregate()
723 if ((char*)h > (low_bound + res_size)) { in aggregate()
726 if ((char*)h > (low_bound + size)) { in aggregate()
1328 char* low_bound = heap->low_boundary(); in print_usedSpace() local
1720 char* low_bound = heap->low_boundary(); in print_count() local
1898 char* low_bound = heap->low_boundary(); in print_space() local
2083 char* low_bound = heap->low_boundary(); in print_age() local
2195 char* low_bound = heap->low_boundary(); in print_names() local
2235 char* this_seg = low_bound + ix*granule_size + is; in print_names()
[all …]
/dports/lang/ptoc/ptoc/
H A Darray.h82 Type buf[high_bound-low_bound+1];
85 low = low_bound,
91 assert(BETWEEN(low_bound, index, high_bound));
92 return buf[index-low_bound];
96 return buf[index-low_bound];
174 high_bound-low_bound+1, NULL);
181 high_bound-low_bound+1, true);
266 while (argno < high_bound-low_bound) { in make()
281 assert(high_bound-low_bound > 0); in make()
288 assert(high_bound-low_bound > 1); in make()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-dfa.h92 tree low_bound, unit_size; in get_addr_base_and_unit_offset_1() local
100 && (low_bound = array_ref_low_bound (exp), in get_addr_base_and_unit_offset_1()
101 TREE_CODE (low_bound) == INTEGER_CST) in get_addr_base_and_unit_offset_1()
106 = (TREE_INT_CST (index) - TREE_INT_CST (low_bound)) in get_addr_base_and_unit_offset_1()
/dports/math/adept/adept-2.0.8/include/adept/
H A Dquick_e.h226 inline bool all_in_range(float x, float low_bound, float high_bound) { in all_in_range() argument
227 return x >= low_bound && x <= high_bound; in all_in_range()
230 return x >= low_bound && x <= high_bound; in all_in_range()
434 _mm_cmpge_ps(x,set1<__m128>(low_bound)), in all_in_range()
439 _mm_cmpge_pd(x,set1<__m128d>(low_bound)), in all_in_range()
540 _mm256_cmp_ps(x,set1<__m256>(low_bound), _CMP_GE_OS),
546 _mm256_cmp_pd(x,set1<__m256d>(low_bound), _CMP_GE_OS), in all_in_range()
598 _mm512_cmp_ps_mask(x,set1<__m512>(low_bound),_CMP_GE_OS), in QE_DEFINE_FMA()
604 _mm512_cmp_pd_mask(x,set1<__m512d>(low_bound),_CMP_GE_OS), in all_in_range()
668 uint32x4_t tmp = vandq_u32(vcgeq_f32(x,vdupq_n_f32(low_bound)), in QE_DEFINE_BASIC()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/mathsResources/specialFunctions/
H A DBesselFunctions.cpp288 number_t low_bound; in besselJ0N() local
292 if (x < 5.) { low_bound = static_cast<number_t>(4.*x + 21.); } in besselJ0N()
296 else { low_bound = static_cast<number_t>(1.3 * x + 52.); } in besselJ0N()
298 real_t jn(zero), jnm1, Two_i(low_bound + low_bound); in besselJ0N()
301 if(N > low_bound) jn_i=jn_i+(N-low_bound); // Correction if N > low_bound in besselJ0N()
303 for ( number_t i = low_bound; i > 0; i-- ) in besselJ0N()
985 int low_bound(21); in sphericalbesselJ0N() local
990 else { low_bound = static_cast<number_t>(52 + 1.3 * x); } in sphericalbesselJ0N()
993 if (low_bound <= N) { j0n[low_bound] = jnp1; } in sphericalbesselJ0N()
994 real_t Two_i_minus1 = low_bound + low_bound + 1.; in sphericalbesselJ0N()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-dfa.c500 tree low_bound, unit_size; in get_ref_base_and_extent() local
504 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent()
505 poly_int_tree_p (low_bound)) in get_ref_base_and_extent()
511 - wi::to_poly_offset (low_bound), in get_ref_base_and_extent()
548 poly_int_tree_p (low_bound)) in get_ref_base_and_extent()
819 tree low_bound, unit_size; in get_addr_base_and_unit_offset_1() local
826 low_bound = array_ref_low_bound (exp); in get_addr_base_and_unit_offset_1()
828 && TREE_CODE (low_bound) == SSA_NAME) in get_addr_base_and_unit_offset_1()
829 low_bound = (*valueize) (low_bound); in get_addr_base_and_unit_offset_1()
830 if (!poly_int_tree_p (low_bound)) in get_addr_base_and_unit_offset_1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-dfa.c494 tree low_bound, unit_size; in get_ref_base_and_extent() local
498 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent()
499 poly_int_tree_p (low_bound)) in get_ref_base_and_extent()
505 - wi::to_poly_offset (low_bound), in get_ref_base_and_extent()
536 poly_int_tree_p (low_bound)) in get_ref_base_and_extent()
804 tree low_bound, unit_size; in get_addr_base_and_unit_offset_1() local
811 low_bound = array_ref_low_bound (exp); in get_addr_base_and_unit_offset_1()
813 && TREE_CODE (low_bound) == SSA_NAME) in get_addr_base_and_unit_offset_1()
814 low_bound = (*valueize) (low_bound); in get_addr_base_and_unit_offset_1()
815 if (!poly_int_tree_p (low_bound)) in get_addr_base_and_unit_offset_1()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-dfa.c494 tree low_bound, unit_size; in get_ref_base_and_extent() local
498 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent()
499 poly_int_tree_p (low_bound)) in get_ref_base_and_extent()
505 - wi::to_poly_offset (low_bound), in get_ref_base_and_extent()
536 poly_int_tree_p (low_bound)) in get_ref_base_and_extent()
804 tree low_bound, unit_size; in get_addr_base_and_unit_offset_1() local
811 low_bound = array_ref_low_bound (exp); in get_addr_base_and_unit_offset_1()
813 && TREE_CODE (low_bound) == SSA_NAME) in get_addr_base_and_unit_offset_1()
814 low_bound = (*valueize) (low_bound); in get_addr_base_and_unit_offset_1()
815 if (!poly_int_tree_p (low_bound)) in get_addr_base_and_unit_offset_1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-dfa.c494 tree low_bound, unit_size; in get_ref_base_and_extent() local
498 && (low_bound = array_ref_low_bound (exp), in get_ref_base_and_extent()
499 poly_int_tree_p (low_bound)) in get_ref_base_and_extent()
505 - wi::to_poly_offset (low_bound), in get_ref_base_and_extent()
536 poly_int_tree_p (low_bound)) in get_ref_base_and_extent()
804 tree low_bound, unit_size; in get_addr_base_and_unit_offset_1() local
811 low_bound = array_ref_low_bound (exp); in get_addr_base_and_unit_offset_1()
813 && TREE_CODE (low_bound) == SSA_NAME) in get_addr_base_and_unit_offset_1()
814 low_bound = (*valueize) (low_bound); in get_addr_base_and_unit_offset_1()
815 if (!poly_int_tree_p (low_bound)) in get_addr_base_and_unit_offset_1()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1CardTable.cpp58 HeapWord* low_bound = _whole_heap.start(); in initialize() local
65 _byte_map_base = _byte_map - (uintptr_t(low_bound) >> card_shift); in initialize()
66 assert(byte_for(low_bound) == &_byte_map[0], "Checking start of map"); in initialize()

12345678910>>...32