Home
last modified time | relevance | path

Searched refs:_fix (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dnpair_full_bin_intel.cpp49 fbi(list, _fix->get_mixed_buffers()); in build()
51 fbi(list, _fix->get_double_buffers()); in build()
53 fbi(list, _fix->get_single_buffers()); in build()
55 _fix->stop_watch(TIME_HOST_NEIGHBOR); in build()
65 int host_start = _fix->host_start_neighbor();; in fbi()
66 const int off_end = _fix->offload_end_neighbor(); in fbi()
70 if (_fix->full_host_list()) host_start = 0; in fbi()
71 int offload_noghost = _fix->offload_noghost(); in fbi()
76 _fix->nbor_pack_width()); in fbi()
84 if (_fix->three_body_neighbor()) { in fbi()
[all …]
H A Dnpair_half_bin_newton_intel.cpp50 if (_fix->precision() == FixIntel::PREC_MODE_MIXED) in build()
51 hbni(list, _fix->get_mixed_buffers()); in build()
52 else if (_fix->precision() == FixIntel::PREC_MODE_DOUBLE) in build()
53 hbni(list, _fix->get_double_buffers()); in build()
55 hbni(list, _fix->get_single_buffers()); in build()
57 _fix->stop_watch(TIME_HOST_NEIGHBOR); in build()
66 int host_start = _fix->host_start_neighbor(); in hbni()
67 const int off_end = _fix->offload_end_neighbor(); in hbni()
71 if (_fix->full_host_list()) host_start = 0; in hbni()
72 int offload_noghost = _fix->offload_noghost(); in hbni()
H A Dnpair_half_bin_newton_tri_intel.cpp50 if (_fix->precision() == FixIntel::PREC_MODE_MIXED) in build()
51 hbnti(list, _fix->get_mixed_buffers()); in build()
52 else if (_fix->precision() == FixIntel::PREC_MODE_DOUBLE) in build()
53 hbnti(list, _fix->get_double_buffers()); in build()
55 hbnti(list, _fix->get_single_buffers()); in build()
57 _fix->stop_watch(TIME_HOST_NEIGHBOR); in build()
66 int host_start = _fix->host_start_neighbor(); in hbnti()
67 const int off_end = _fix->offload_end_neighbor(); in hbnti()
71 if (_fix->full_host_list()) host_start = 0; in hbnti()
72 int offload_noghost = _fix->offload_noghost(); in hbnti()
H A Dnbin_intel.cpp38 _precision_mode = _fix->precision(); in NBinIntel()
42 _cop = _fix->coprocessor_number(); in NBinIntel()
87 if (_fix->offload_balance() != 0) { in bin_atoms_setup()
117 if (_fix->offload_balance() != 0) { in bin_atoms_setup()
145 bin_atoms(_fix->get_mixed_buffers()); in bin_atoms()
147 bin_atoms(_fix->get_single_buffers()); in bin_atoms()
149 bin_atoms(_fix->get_double_buffers()); in bin_atoms()
156 const int aend = _fix->offload_end_neighbor(); in bin_atoms()
171 _fix->start_watch(TIME_PACK); in bin_atoms()
193 _fix->stop_watch(TIME_PACK); in bin_atoms()
[all …]
H A Dnpair_full_bin_ghost_intel.cpp45 if (_fix->offload_noghost()) in build()
59 fbi(list, _fix->get_mixed_buffers()); in build()
61 fbi(list, _fix->get_double_buffers()); in build()
63 fbi(list, _fix->get_single_buffers()); in build()
65 _fix->stop_watch(TIME_HOST_NEIGHBOR); in build()
84 if (_fix->full_host_list()) host_start = 0; in fbi()
173 _fix->stop_watch(TIME_HOST_NEIGHBOR); in fbi()
179 overflow = _fix->get_overflow_flag(); in fbi()
595 _fix->start_watch(TIME_PACK); in fbi()
596 _fix->set_neighbor_host_sizes(); in fbi()
[all …]
H A Dnpair_skip_intel.cpp39 _fix = static_cast<FixIntel *>(modify->fix[ifix]); in NPairSkipIntel()
205 if (_fix->three_body_neighbor()==0 || in build()
207 if (_fix->precision() == FixIntel::PREC_MODE_MIXED) in build()
209 else if (_fix->precision() == FixIntel::PREC_MODE_DOUBLE) in build()
215 if (_fix->precision() == FixIntel::PREC_MODE_MIXED) { in build()
216 _fix->get_mixed_buffers()->get_list_data3(list->listskip,nhalf_skip,u); in build()
217 _fix->get_mixed_buffers()->grow_data3(list, nhalf, cnumneigh); in build()
219 } else if (_fix->precision() == FixIntel::PREC_MODE_DOUBLE) { in build()
220 _fix->get_double_buffers()->get_list_data3(list->listskip,nhalf_skip,u); in build()
221 _fix->get_double_buffers()->grow_data3(list, nhalf, cnumneigh); in build()
[all …]
H A Dnpair_halffull_newton_intel.cpp37 _fix = static_cast<FixIntel *>(modify->fix[ifix]); in NPairHalffullNewtonIntel()
211 if (_fix->three_body_neighbor() == 0) { in build()
212 if (_fix->precision() == FixIntel::PREC_MODE_MIXED) in build()
213 build_t(list, _fix->get_mixed_buffers()); in build()
214 else if (_fix->precision() == FixIntel::PREC_MODE_DOUBLE) in build()
215 build_t(list, _fix->get_double_buffers()); in build()
217 build_t(list, _fix->get_single_buffers()); in build()
220 if (_fix->precision() == FixIntel::PREC_MODE_MIXED) { in build()
221 _fix->get_mixed_buffers()->get_list_data3(list->listfull, nhalf, cnum); in build()
223 } else if (_fix->precision() == FixIntel::PREC_MODE_DOUBLE) { in build()
[all …]
H A Dnpair_intel.cpp38 _cop = _fix->coprocessor_number(); in NPairIntel()
61 copy_cutsq_info(_fix->get_mixed_buffers()); in copy_neighbor_info()
170 overflow = _fix->get_off_overflow_flag(); in bin_newton()
171 _fix->stop_watch(TIME_HOST_NEIGHBOR); in bin_newton()
172 _fix->start_watch(TIME_OFFLOAD_LATENCY); in bin_newton()
177 overflow = _fix->get_overflow_flag(); in bin_newton()
213 const int cop = _fix->coprocessor_number(); in bin_newton()
837 _fix->start_watch(TIME_HOST_NEIGHBOR); in bin_newton()
845 _fix->start_watch(TIME_PACK); in bin_newton()
846 _fix->set_neighbor_host_sizes(); in bin_newton()
[all …]
/dports/net/scapy/scapy-2.4.5/scapy/
H A Dvolatile.py124 def _fix(self): member in VolatileValue
212 def _fix(self): member in RandNum
217 def _fix(self): member in RandFloat
222 def _fix(self): member in RandBinFloat
234 def _fix(self): member in RandNumGamma
246 def _fix(self): member in RandNumGauss
261 def _fix(self): member in RandNumExpo
279 def _fix(self): member in RandEnum
377 def _fix(self): member in RandEnumKeys
390 def _fix(self): member in RandChoice
[all …]
/dports/devel/py-pendulum/pendulum-2.1.1/pendulum/tz/zoneinfo/
H A Dtransition.py25 self._fix = self._ttype.offset - self.previous.ttype.offset
27 self._fix = 0
29 self._to = self._local + self._fix
30 self._to_utc = self._at + self._fix
59 return self._fix
/dports/chinese/gcin-qt5/gcin-2.9.0/debian-pkg/
H A Dchangelog167 * Refresh 10_fix-directory-structure.dpatch
168 * Add 20_fix-manpages.dpatch to prevent lintian warnings
220 - modify 10_fix-directory-structure.dpatch to cope with upstream's
237 - modify 10_fix-directory-structure.dpatch to cope with upstream's
241 - merge 50_fix-FTBFS-on-systems-with-lib64-directory.dpatch into
242 10_fix-directory-structure.dpatch.
268 - modify 10_fix-directory-structure.dpatch to cope with upstream's
293 - modify 10_fix-directory-structure.dpatch to cope with upstream's
329 * debian/patches/10_fix-directory-structure.dpatch:
342 * debian/patches/10_fix-directory-structure.dpatch:
[all …]
/dports/chinese/gcin/gcin-2.9.0/debian-pkg/
H A Dchangelog167 * Refresh 10_fix-directory-structure.dpatch
168 * Add 20_fix-manpages.dpatch to prevent lintian warnings
220 - modify 10_fix-directory-structure.dpatch to cope with upstream's
237 - modify 10_fix-directory-structure.dpatch to cope with upstream's
241 - merge 50_fix-FTBFS-on-systems-with-lib64-directory.dpatch into
242 10_fix-directory-structure.dpatch.
268 - modify 10_fix-directory-structure.dpatch to cope with upstream's
293 - modify 10_fix-directory-structure.dpatch to cope with upstream's
329 * debian/patches/10_fix-directory-structure.dpatch:
342 * debian/patches/10_fix-directory-structure.dpatch:
[all …]
/dports/chinese/gcin-gtk3/gcin-2.9.0/debian-pkg/
H A Dchangelog167 * Refresh 10_fix-directory-structure.dpatch
168 * Add 20_fix-manpages.dpatch to prevent lintian warnings
220 - modify 10_fix-directory-structure.dpatch to cope with upstream's
237 - modify 10_fix-directory-structure.dpatch to cope with upstream's
241 - merge 50_fix-FTBFS-on-systems-with-lib64-directory.dpatch into
242 10_fix-directory-structure.dpatch.
268 - modify 10_fix-directory-structure.dpatch to cope with upstream's
293 - modify 10_fix-directory-structure.dpatch to cope with upstream's
329 * debian/patches/10_fix-directory-structure.dpatch:
342 * debian/patches/10_fix-directory-structure.dpatch:
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/
H A Ddocstrings.py12 def _fix(content, indent=0): function
19 return _fix(
37 return _fix(f"""result : array
44 return _fix(
54 return _fix(
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dnine_patch.h69 int _fix; variable
71 NinePatchSide() : _fix(0) {} in NinePatchSide()
96 int getMinWidth() { return _h._fix; } in getMinWidth()
97 int getMinHeight() { return _v._fix; } in getMinHeight()
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dnine_patch.h69 int _fix; variable
71 NinePatchSide() : _fix(0) {} in NinePatchSide()
96 int getMinWidth() { return _h._fix; } in getMinWidth()
97 int getMinHeight() { return _v._fix; } in getMinHeight()
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dnine_patch.h70 int _fix; variable
72 NinePatchSide() : _fix(0) { _m.clear(); } in NinePatchSide()
100 int getMinWidth() { return _h._fix; } in getMinWidth()
101 int getMinHeight() { return _v._fix; } in getMinHeight()
H A Dnine_patch.cpp120 _fix = len - 2 - t; in init()
124 _fix -= titleWidth; in init()
139 int remaining_stretch = len - _fix - titleWidth; in calcOffsets()
153 _m[i]->dest_length = (len - _fix - titleWidth) * _m[i]->ratio; in calcOffsets()
255 if (dw < _h._fix || dh < _v._fix) in blit()
258 if (dw < _h._fix + _titleWidth) in blit()
259 dw = _h._fix + _titleWidth; in blit()
347 if (dw < _h._fix || dh < _v._fix) in blitClip()
/dports/cad/sumo/sumo-1.2.0/tools/build/
H A DcheckStyle.py70 self._fix = doFix
85 if self._fix and lines[idx].startswith("%s @file" % comment):
142 if self._fix:
190 if self._fix:
195 if self._fix:
202 if self._fix:
214 if self._fix:
223 if self._fix:
249 if HAVE_AUTOPEP and self._fix:
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ump/
H A DUMPAssembly.h22 bool _fix; member
27 _tileName(tileName), _min(min), _max(max), _fix(fix) in _tileName()
52 return _fix; in isFix()
/dports/x11/xloadimage/debian/patches/
H A Dseries12 12_fix-tile.patch
28 29_fix-manpage-hyphens.patch
31 32_fix-spelling.patch
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/system/shared/
H A Dworkarounds.py77 self._fix = None
102 self._fix = result[1]
137 self._fix = fixVersion
146 self._fetchResults_.update({bug:[self._resolution, self._fix]})
/dports/devel/py-pre-commit-hooks/pre_commit_hooks-4.0.1/pre_commit_hooks/
H A Dmixed_line_ending.py16 def _fix(filename: str, contents: bytes, ending: bytes) -> None: function
52 _fix(filename, contents, max_ending)
61 _fix(filename, contents, target_ending)
/dports/textproc/py-Chameleon/Chameleon-3.6/src/chameleon/
H A Dast25.py20 def _fix(node, lineno, col_offset): function
32 _fix(child, lineno, col_offset)
33 _fix(node, 1, 0)
/dports/databases/py-bsddb3/bsddb3-6.2.9/Lib/bsddb/test/
H A Dtest_all.py100 def _fix(self, v) : member in cursor_py3k
110 return self._fix(v)
116 return self._fix(v)
120 return self._fix(v)
126 return self._fix(v)
130 return self._fix(v)
136 return self._fix(v)
144 return self._fix(v)
148 return self._fix(v)
160 return self._fix(v)
[all …]

12345678910>>...13