Home
last modified time | relevance | path

Searched refs:IVersion (Results 1 – 25 of 75) sorted by relevance

123

/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/
H A Ddataio4.cpp332 REQUIRE(0 < IVersion && IVersion <= TecplotBinaryFileVersion); in ReadInString()
337 if (IVersion < 63) in ReadInString()
807 REQUIRE(0 < IVersion && IVersion <= TecplotBinaryFileVersion); in AdjustCustomColor()
830 REQUIRE(0 < IVersion && IVersion <= TecplotBinaryFileVersion); in ReadInDataFileTypeTitleAndVarNames()
947 REQUIRE(0 < IVersion && IVersion <= TecplotBinaryFileVersion); in ReadInPresetZoneColor()
1022 REQUIRE(0 < IVersion && IVersion <= TecplotBinaryFileVersion); in ReadInZoneHeader()
1442 REQUIRE(0 < IVersion && IVersion <= TecplotBinaryFileVersion); in ReadInAuxData()
1510 if (IVersion < 70) in GetZoneAttachment()
1563 if (IVersion < 70) in ReadInGeometry()
1606 if (IVersion > 47) in ReadInGeometry()
[all …]
H A Ddataio.cpp76 short IVersion, in ReadDataFileHeader() argument
104 REQUIRE(IVersion > 0); in ReadDataFileHeader()
380 IVersion, in ReadDataFileHeader()
408 IVersion, in ReadDataFileHeader()
454 IVersion, in ReadDataFileHeader()
466 CHECK(IVersion >= 101); in ReadDataFileHeader()
481 CHECK(IVersion >= 102); in ReadDataFileHeader()
603 REQUIRE(VALID_REF(IVersion)); in OpenBinaryFileAndCheckMagicNumber()
620 *IVersion = GetInputVersion(*FileStream); in OpenBinaryFileAndCheckMagicNumber()
627 (40 <= *IVersion && *IVersion <= 71) || in OpenBinaryFileAndCheckMagicNumber()
[all …]
H A Ddatautil.cpp174 short *IVersion, in ReadTec() argument
198 REQUIRE(VALID_REF(IVersion)); in ReadTec()
224 *IVersion, in ReadTec()
251 else if (*IVersion > 112) in ReadTec()
414 if (*IVersion > 45 && *IVersion < 101 && InputIsOk) in ReadTec()
434 if (*IVersion >= 70 && InputIsOk) in ReadTec()
475 if (*IVersion >= 105 && InputIsOk) in ReadTec()
489 if (*IVersion >= 101 && InputIsOk) in ReadTec()
518 if (*IVersion >= 103 && InputIsOk) in ReadTec()
611 if (InputIsOk && *IVersion < 101) in ReadTec()
[all …]
H A DDATAIO4.h37 short IVersion,
87 short IVersion,
93 short IVersion,
100 short IVersion,
104 short IVersion,
108 short IVersion,
111 short IVersion,
116 short IVersion,
H A DDATAIO.h13 short *IVersion);
16 short IVersion,
/dports/www/nextcloud-groupfolders/groupfolders/lib/Versions/
H A DExpireManager.php25 use OCA\Files_Versions\Versions\IVersion; alias
57 * @param IVersion[] $versions
58 * @return IVersion[]
67 usort($versions, function (IVersion $a, IVersion $b) {
79 /** @var IVersion $firstVersion */
114 * @param IVersion[] $versions
117 * @return IVersion[]
126 $versionsLeft = array_udiff($versions, $autoExpire, function (IVersion $a, IVersion $b) {
131 $expired = array_filter($versionsLeft, function (IVersion $version) use ($quotaExceeded) {
H A DVersionsBackend.php24 use OCA\Files_Versions\Versions\IVersion; alias
114 public function rollback(IVersion $version) {
131 public function read(IVersion $version) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_versions/lib/Versions/
H A DIVersionBackend.php55 * @return IVersion[]
72 * @param IVersion $version
75 public function rollback(IVersion $version);
80 * @param IVersion $version
85 public function read(IVersion $version);
H A DVersionManager.php95 public function rollback(IVersion $version) {
100 public function read(IVersion $version) {
H A DLegacyVersionsBackend.php98 public function rollback(IVersion $version) {
114 public function read(IVersion $version) {
H A DIVersion.php34 interface IVersion { interface
/dports/www/nextcloud/nextcloud/apps-pkg/files_versions/lib/Sabre/
H A DVersionFile.php29 use OCA\Files_Versions\Versions\IVersion; alias
37 /** @var IVersion */
43 public function __construct(IVersion $version, IVersionManager $versionManager) {
92 public function getVersion(): IVersion {
H A DVersionCollection.php29 use OCA\Files_Versions\Versions\IVersion; alias
78 return array_map(function (IVersion $version) {
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/
H A Dpltview.cpp216 short IVersion; in ReportFileInfo() local
239 &IVersion, in ReportFileInfo()
318 &IVersion, in ReportFileInfo()
334 if (IVersion > 99) in ReportFileInfo()
357 sprintf(InfoLine, "File Version: %3.1f\n", IVersion / 10.0); in ReportFileInfo()
361 if (IVersion >= 109) in ReportFileInfo()
/dports/www/nextcloud-groupfolders/groupfolders/lib/Command/
H A DExpireGroupVersions.php26 use OCA\Files_Versions\Versions\IVersion; alias
64 …r->listen(GroupVersionsExpireManager::class, 'deleteVersion', function (IVersion $version) use ($o…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp283 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() local
317 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor()
347 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor()
349 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor()
370 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor()
374 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp264 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() local
298 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor()
328 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor()
330 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor()
351 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor()
355 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp262 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() local
296 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor()
326 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor()
328 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor()
349 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor()
353 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp272 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() local
306 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor()
336 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor()
338 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor()
359 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor()
363 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp264 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() local
298 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor()
328 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor()
330 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor()
351 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor()
355 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp262 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() local
296 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor()
326 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor()
328 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor()
349 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor()
353 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp262 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() local
296 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor()
326 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor()
328 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor()
349 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor()
353 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp272 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() local
306 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor()
336 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor()
338 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor()
359 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor()
363 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp261 IsaVersion IVersion = getIsaVersion(STI.getCPU()); in EmitAmdhsaKernelDescriptor() local
295 if (IVersion.Major >= 10) in EmitAmdhsaKernelDescriptor()
325 if (IVersion.Major >= 7 && !ReserveFlatScr) in EmitAmdhsaKernelDescriptor()
327 if (IVersion.Major >= 8 && ReserveXNACK != hasXNACK(STI)) in EmitAmdhsaKernelDescriptor()
348 if (IVersion.Major >= 9) in EmitAmdhsaKernelDescriptor()
352 if (IVersion.Major >= 10) { in EmitAmdhsaKernelDescriptor()
/dports/www/py-nevow/Nevow-0.14.0/examples/pastebin/pastebin/
H A Dpasting.py16 class IVersion(Interface): class

123