Home
last modified time | relevance | path

Searched refs:readcheck (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/unittests/Evaluate/
H A Dinteger.cpp37 auto readcheck{INT::Read(p)}; in exhaustiveTesting() local
38 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
39 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
43 readcheck = INT::Read(p, 16); in exhaustiveTesting()
44 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
45 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
49 readcheck = INT::Read(p); in exhaustiveTesting()
50 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
51 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
55 readcheck = INT::Read(p, 16); in exhaustiveTesting()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/unittests/Evaluate/
H A Dinteger.cpp37 auto readcheck{INT::Read(p)}; in exhaustiveTesting() local
38 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
39 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
43 readcheck = INT::Read(p, 16); in exhaustiveTesting()
44 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
45 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
49 readcheck = INT::Read(p); in exhaustiveTesting()
50 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
51 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
55 readcheck = INT::Read(p, 16); in exhaustiveTesting()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/unittests/Evaluate/
H A Dinteger.cpp37 auto readcheck{INT::Read(p)}; in exhaustiveTesting() local
38 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
39 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
43 readcheck = INT::Read(p, 16); in exhaustiveTesting()
44 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
45 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
49 readcheck = INT::Read(p); in exhaustiveTesting()
50 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
51 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
55 readcheck = INT::Read(p, 16); in exhaustiveTesting()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/unittests/Evaluate/
H A Dinteger.cpp37 auto readcheck{INT::Read(p)}; in exhaustiveTesting() local
38 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
39 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
43 readcheck = INT::Read(p, 16); in exhaustiveTesting()
44 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
45 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
49 readcheck = INT::Read(p); in exhaustiveTesting()
50 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
51 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
55 readcheck = INT::Read(p, 16); in exhaustiveTesting()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/unittests/Evaluate/
H A Dinteger.cpp37 auto readcheck{INT::Read(p)}; in exhaustiveTesting() local
38 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
39 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
43 readcheck = INT::Read(p, 16); in exhaustiveTesting()
44 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
45 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
49 readcheck = INT::Read(p); in exhaustiveTesting()
50 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
51 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
55 readcheck = INT::Read(p, 16); in exhaustiveTesting()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/unittests/Evaluate/
H A Dinteger.cpp37 auto readcheck{INT::Read(p)}; in exhaustiveTesting() local
38 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
39 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
43 readcheck = INT::Read(p, 16); in exhaustiveTesting()
44 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
45 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
49 readcheck = INT::Read(p); in exhaustiveTesting()
50 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
51 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
55 readcheck = INT::Read(p, 16); in exhaustiveTesting()
[all …]
/dports/devel/f18/f18-1688bef/test/evaluate/
H A Dinteger.cc51 auto readcheck{INT::Read(p)}; in exhaustiveTesting() local
52 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
53 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
57 readcheck = INT::Read(p, 16); in exhaustiveTesting()
58 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
59 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
63 readcheck = INT::Read(p); in exhaustiveTesting()
64 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
65 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
69 readcheck = INT::Read(p, 16); in exhaustiveTesting()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/unittests/Evaluate/
H A Dinteger.cpp37 auto readcheck{INT::Read(p)}; in exhaustiveTesting() local
38 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
39 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
43 readcheck = INT::Read(p, 16); in exhaustiveTesting()
44 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
45 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
49 readcheck = INT::Read(p); in exhaustiveTesting()
50 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
51 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
55 readcheck = INT::Read(p, 16); in exhaustiveTesting()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/unittests/Evaluate/
H A Dinteger.cpp37 auto readcheck{INT::Read(p)}; in exhaustiveTesting() local
38 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
39 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
43 readcheck = INT::Read(p, 16); in exhaustiveTesting()
44 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
45 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
49 readcheck = INT::Read(p); in exhaustiveTesting()
50 TEST(!readcheck.overflow)("%s, x=0x%llx", desc, x); in exhaustiveTesting()
51 MATCH(x, readcheck.value.ToUInt64())("%s, x=0x%llx", desc, x); in exhaustiveTesting()
55 readcheck = INT::Read(p, 16); in exhaustiveTesting()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfsgwriterutil.cpp881 size_t readcheck; // 0 means at least one read 0 bytes in pop() local
885 readcheck = VSIFReadL(&op, sizeof(int8_t), 1, log); in pop()
886 if(!readcheck) in pop()
892 readcheck = VSIFReadL(&strsize, sizeof(size_t), 1, log); in pop()
893 if(!readcheck) in pop()
900 readcheck = VSIFReadL(&data[0], sizeof(char), strsize, log); in pop()
901 if(!readcheck) in pop()
921 size_t readcheck; // 0 means at least one read 0 bytes in pop() local
926 readcheck = VSIFReadL(&strsize, sizeof(size_t), 1, log); in pop()
928 if(!readcheck) in pop()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfsgwriterutil.cpp881 size_t readcheck; // 0 means at least one read 0 bytes in pop() local
885 readcheck = VSIFReadL(&op, sizeof(int8_t), 1, log); in pop()
886 if(!readcheck) in pop()
892 readcheck = VSIFReadL(&strsize, sizeof(size_t), 1, log); in pop()
893 if(!readcheck) in pop()
900 readcheck = VSIFReadL(&data[0], sizeof(char), strsize, log); in pop()
901 if(!readcheck) in pop()
921 size_t readcheck; // 0 means at least one read 0 bytes in pop() local
926 readcheck = VSIFReadL(&strsize, sizeof(size_t), 1, log); in pop()
928 if(!readcheck) in pop()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/netcdf/
H A Dnetcdfsgwriterutil.cpp881 size_t readcheck; // 0 means at least one read 0 bytes in pop() local
885 readcheck = VSIFReadL(&op, sizeof(int8_t), 1, log); in pop()
886 if(!readcheck) in pop()
892 readcheck = VSIFReadL(&strsize, sizeof(size_t), 1, log); in pop()
893 if(!readcheck) in pop()
900 readcheck = VSIFReadL(&data[0], sizeof(char), strsize, log); in pop()
901 if(!readcheck) in pop()
921 size_t readcheck; // 0 means at least one read 0 bytes in pop() local
926 readcheck = VSIFReadL(&strsize, sizeof(size_t), 1, log); in pop()
928 if(!readcheck) in pop()
[all …]
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/method/
H A DShdmc_method.h52 void readcheck(string & readconfig);
H A DVmc_method.h95 void readcheck(string & );
H A DShdmc_method.cpp173 readcheck(readconfig); in read()
232 void Shdmc_method::readcheck(string & filename) { in readcheck() function in Shdmc_method
622 readcheck(storeconfig); in run()
H A DVmc_method.cpp241 void Vmc_method::readcheck(string & filename) { in readcheck() function in Vmc_method
361 readcheck(readconfig); in runWithVariables()
H A DReptation_method.h212 int readcheck(string & filename, Array1 <Reptile> & reptiles);
H A DReptation_method.cpp267 int Reptation_method::readcheck(string & filename, in readcheck() function in Reptation_method
469 if(!readcheck(readconfig,reptiles)) { in runWithVariables()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/attic/
H A DOptimize_method2.h70 void readcheck(string & readconfig);
H A DNewton_opt_method.h50 void readcheck(string & readconfig);
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/
H A Dgetcolj.c664 int convert, nulcheck, readcheck = 0; in ffgclj() local
689 readcheck = -1; /* don't do range checking in this case */ in ffgclj()
691 if (ffgcprll(fptr, colnum, firstrow, firstelem, nelem, readcheck, &scale, &zero, in ffgclj()
2547 int convert, nulcheck, readcheck = 0; in ffgcljj() local
2572 readcheck = -1; /* don't do range checking in this case */ in ffgcljj()
2574 if (ffgcprll(fptr, colnum, firstrow, firstelem, nelem, readcheck, &scale, &zero, in ffgcljj()
H A Dgetcold.c740 int convert, nulcheck, readcheck = 0; in ffgcld() local
765 readcheck = -1; /* don't do range checking in this case */ in ffgcld()
767 if ( ffgcprll( fptr, colnum, firstrow, firstelem, nelem, readcheck, &scale, &zero, in ffgcld()
H A Dgetcole.c741 int convert, nulcheck, readcheck = 0; in ffgcle() local
766 readcheck = -1; /* don't do range checking in this case */ in ffgcle()
768 if ( ffgcprll( fptr, colnum, firstrow, firstelem, nelem, readcheck, &scale, &zero, in ffgcle()
/dports/sysutils/afio/afio-2.5.2/
H A Dafio.h481 VOIDFN readcheck (char **);
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dgetcold.c740 int convert, nulcheck, readcheck = 0; in ffgcld() local
765 readcheck = -1; /* don't do range checking in this case */ in ffgcld()
767 if ( ffgcprll( fptr, colnum, firstrow, firstelem, nelem, readcheck, &scale, &zero, in ffgcld()

123