Home
last modified time | relevance | path

Searched defs:cOut (Results 1 – 25 of 84) sorted by relevance

1234

/dports/math/vtk9/VTK-9.1.0/Imaging/Fourier/
H A DvtkImageFourierFilter.h52 #define vtkImageComplexScale(cOut, S, cIn) \ argument
56 #define vtkImageComplexConjugate(cIn, cOut) \ argument
60 #define vtkImageComplexAdd(C1, C2, cOut) \ argument
64 #define vtkImageComplexSubtract(C1, C2, cOut) \ argument
68 #define vtkImageComplexMultiply(C1, C2, cOut) \ argument
77 #define vtkImageComplexExponential(cIn, cOut) \ argument
/dports/math/vtk8/VTK-8.2.0/Imaging/Fourier/
H A DvtkImageFourierFilter.h54 #define vtkImageComplexScale(cOut, S, cIn) \ argument
58 #define vtkImageComplexConjugate(cIn, cOut) \ argument
62 #define vtkImageComplexAdd(C1, C2, cOut) \ argument
66 #define vtkImageComplexSubtract(C1, C2, cOut) \ argument
70 #define vtkImageComplexMultiply(C1, C2, cOut) \ argument
79 #define vtkImageComplexExponential(cIn, cOut) \ argument
/dports/math/vtk6/VTK-6.2.0/Imaging/Fourier/
H A DvtkImageFourierFilter.h52 #define vtkImageComplexScale(cOut, S, cIn) \ argument
56 #define vtkImageComplexConjugate(cIn, cOut) \ argument
60 #define vtkImageComplexAdd(C1, C2, cOut) \ argument
64 #define vtkImageComplexSubtract(C1, C2, cOut) \ argument
68 #define vtkImageComplexMultiply(C1, C2, cOut) \ argument
77 #define vtkImageComplexExponential(cIn, cOut) \ argument
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/
H A DMacCaptureStream.java17 private final OutputStream cOut; field in MacCaptureStream
22 public MacCaptureStream(OutputStream cOut, int macLength) in MacCaptureStream()
/dports/java/bouncycastle15/crypto-169/pkix/src/test/java/org/bouncycastle/cms/test/
H A DNewCompressedDataStreamTest.java85 OutputStream cOut = gen.open(bOut, new ZlibCompressor()); in testEach() local
109 OutputStream cOut = gen.open(bOut, new ZlibCompressor()); in test1000() local
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/exception/util/
H A DExceptionContextTest.java84 final ExceptionContext cOut = new ExceptionContext(new Exception("Apache")); in testSerialize() local
104 final ExceptionContext cOut = new ExceptionContext(new Exception("Apache Commons Math")); in testSerializeUnserializable() local
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DGOST3412Test.java46 CipherOutputStream cOut; in testECB() local
113 CipherOutputStream cOut; in testCFB() local
H A DGOST28147Test.java58 CipherOutputStream cOut; in testECB() local
125 CipherOutputStream cOut; in testCFB() local
H A DNoekeonTest.java46 CipherOutputStream cOut; in test() local
H A DSM4Test.java47 CipherOutputStream cOut; in test() local
H A DCamelliaTest.java55 CipherOutputStream cOut; in test() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/tests/nonreg_tests/
H A Dsci_empty_test.cpp33 char *cOut = "zero"; in sci_empty_test() local
/dports/java/bouncycastle15/crypto-169/pg/src/test/jdk1.1/org/bouncycastle/openpgp/test/
H A DPGPEdDSATest.java144 OutputStream cOut = cPk.open(new UncloseableOutputStream(cbOut), data.length); in encryptDecryptTest() local
200 OutputStream cOut = cPk.open(new UncloseableOutputStream(cbOut), data.length); in encryptDecryptBcTest() local
491 OutputStream cOut = cPk.open(new UncloseableOutputStream(cbOut), data.length); in aliceBcKeyTest() local
548 OutputStream cOut = encDataGen.open(new UncloseableOutputStream(cbOut), data.length); in sksKeyTest() local
/dports/java/bouncycastle15/crypto-169/pg/src/test/java/org/bouncycastle/openpgp/test/
H A DPGPEdDSATest.java143 OutputStream cOut = cPk.open(new UncloseableOutputStream(cbOut), data.length); in encryptDecryptTest() local
199 OutputStream cOut = cPk.open(new UncloseableOutputStream(cbOut), data.length); in encryptDecryptBcTest() local
490 OutputStream cOut = cPk.open(new UncloseableOutputStream(cbOut), data.length); in aliceBcKeyTest() local
547 OutputStream cOut = encDataGen.open(new UncloseableOutputStream(cbOut), data.length); in sksKeyTest() local
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/dane/
H A DDANEEntrySelectorFactory.java45 OutputStream cOut = digestCalculator.getOutputStream(); in createSelector() local
/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dgetmmdb.c36 Char cOut[254]; in Main() local
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/pkcs/
H A DPKCS8EncryptedPrivateKeyInfoBuilder.java46 OutputStream cOut = encryptor.getOutputStream(bOut); in build() local
/dports/math/mcsim/mcsim-6.2.0/sim/
H A Dsiminit.c426 int cOut = ListLength(pos->plistPrintRecs); in PrepareOutSpec() local
497 int j, i, cOut = pos->nOutputs; in PrintOutSpec() local
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/
H A DPKCS7ProcessableObject.java31 public void write(OutputStream cOut) in write()
H A DCMSEncryptedDataGenerator.java59 OutputStream cOut = contentEncryptor.getOutputStream(bOut); in doGenerate() local
H A DCMSEnvelopedDataGenerator.java67 OutputStream cOut = contentEncryptor.getOutputStream(bOut); in doGenerate() local
H A DCMSAuthEnvelopedDataGenerator.java49 OutputStream cOut = contentEncryptor.getOutputStream(bOut); in doGenerate() local
/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/test/
H A DCipherStreamTest.java277 OutputStream cOut = createCipherOutputStream(bOut, cipher); in testWriteRead() local
439 OutputStream cOut = createCipherOutputStream(bOut, cipher); in testReadWrite() local
568 OutputStream cOut = createCipherOutputStream(bOut, cipher); in testSkipping() local
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/core/arithmetic/
H A DAdd.java35 private final ObservableValue cOut; field in Add
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NrrdIO/src/NrrdIO/
H A Dreorder.c170 cOut[NRRD_DIM_MAX]; in nrrdAxesPermute() local
330 cIn[NRRD_DIM_MAX+1], cOut[NRRD_DIM_MAX+1]; in nrrdShuffle() local

1234