Home
last modified time | relevance | path

Searched refs:not_in_range (Results 1 – 8 of 8) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/api/
H A Dtable_parameters.hpp132 const auto not_in_range = [this](const std::size_t x) { return x >= coordinates.size(); }; in IsValid() local
134 if (std::any_of(begin(sources), end(sources), not_in_range)) in IsValid()
137 if (std::any_of(begin(destinations), end(destinations), not_in_range)) in IsValid()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_resp.F786 LOGICAL, ALLOCATABLE, DIMENSION(:, :) :: not_in_range local
825 ALLOCATE (not_in_range(natom, 2))
852 not_in_range = .FALSE.
868 IF (dist(i) < rmin + delta) not_in_range(i, 1) = .TRUE.
869 IF (dist(i) > rmax - delta) not_in_range(i, 2) = .TRUE.
873 IF (ANY(not_in_range(:, 1)) .OR. ALL(not_in_range(:, 2))) CYCLE
910 DEALLOCATE (not_in_range)
1093 ALLOCATE (not_in_range(natom, 2))
1110 not_in_range = .FALSE.
1126 IF (ANY(not_in_range(:, 1)) .OR. ALL(not_in_range(:, 2))) CYCLE
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_resp.F786 LOGICAL, ALLOCATABLE, DIMENSION(:, :) :: not_in_range local
825 ALLOCATE (not_in_range(natom, 2))
852 not_in_range = .FALSE.
868 IF (dist(i) < rmin + delta) not_in_range(i, 1) = .TRUE.
869 IF (dist(i) > rmax - delta) not_in_range(i, 2) = .TRUE.
873 IF (ANY(not_in_range(:, 1)) .OR. ALL(not_in_range(:, 2))) CYCLE
910 DEALLOCATE (not_in_range)
1093 ALLOCATE (not_in_range(natom, 2))
1110 not_in_range = .FALSE.
1126 IF (ANY(not_in_range(:, 1)) .OR. ALL(not_in_range(:, 2))) CYCLE
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mem3/src/
H A Dmem3_rep.erl490 not_in_range when IncompleteRanges ->
492 not_in_range when not IncompleteRanges ->
H A Dmem3_reshard_job.erl146 [] -> not_in_range;
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/locking/
H A Dlockdep.c6266 static inline int not_in_range(const void* mem_from, unsigned long mem_len, in not_in_range() function
6292 if (not_in_range(mem_from, mem_len, hlock->instance, in debug_check_no_locks_freed()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/locking/
H A Dlockdep.c6266 static inline int not_in_range(const void* mem_from, unsigned long mem_len, in not_in_range() function
6292 if (not_in_range(mem_from, mem_len, hlock->instance, in debug_check_no_locks_freed()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/locking/
H A Dlockdep.c6266 static inline int not_in_range(const void* mem_from, unsigned long mem_len, in not_in_range() function
6292 if (not_in_range(mem_from, mem_len, hlock->instance, in debug_check_no_locks_freed()