Home
last modified time | relevance | path

Searched refs:halfLength (Results 1 – 25 of 106) sorted by relevance

12345

/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts28 readonly halfLength: number; property in Axes
40 constructor(halfLength: number) {
42 this.halfLength = halfLength;
54 new Vector3(-this.halfLength, 0, 0),
55 new Vector3(this.halfLength, 0, 0),
58 new Vector3(0, 0, -this.halfLength),
59 new Vector3(0, 0, this.halfLength),
62 new Vector3(0, -this.halfLength, 0),
63 new Vector3(0, this.halfLength, 0),
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts28 readonly halfLength: number; property in Axes
40 constructor(halfLength: number) {
42 this.halfLength = halfLength;
54 new Vector3(-this.halfLength, 0, 0),
55 new Vector3(this.halfLength, 0, 0),
58 new Vector3(0, 0, -this.halfLength),
59 new Vector3(0, 0, this.halfLength),
62 new Vector3(0, -this.halfLength, 0),
63 new Vector3(0, this.halfLength, 0),
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts28 readonly halfLength: number; property in Axes
40 constructor(halfLength: number) {
42 this.halfLength = halfLength;
54 new Vector3(-this.halfLength, 0, 0),
55 new Vector3(this.halfLength, 0, 0),
58 new Vector3(0, 0, -this.halfLength),
59 new Vector3(0, 0, this.halfLength),
62 new Vector3(0, -this.halfLength, 0),
63 new Vector3(0, this.halfLength, 0),
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts28 readonly halfLength: number; property in Axes
40 constructor(halfLength: number) {
42 this.halfLength = halfLength;
54 new Vector3(-this.halfLength, 0, 0),
55 new Vector3(this.halfLength, 0, 0),
58 new Vector3(0, 0, -this.halfLength),
59 new Vector3(0, 0, this.halfLength),
62 new Vector3(0, -this.halfLength, 0),
63 new Vector3(0, this.halfLength, 0),
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-web/cirq_ts/src/bloch_sphere/components/
H A Daxes.ts28 readonly halfLength: number; property in Axes
40 constructor(halfLength: number) {
42 this.halfLength = halfLength;
54 new Vector3(-this.halfLength, 0, 0),
55 new Vector3(this.halfLength, 0, 0),
58 new Vector3(0, 0, -this.halfLength),
59 new Vector3(0, 0, this.halfLength),
62 new Vector3(0, -this.halfLength, 0),
63 new Vector3(0, this.halfLength, 0),
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/RandomAccessFile/
H A DSetLength.java60 long halfLength = 2 * quarterLength; in test() local
68 f.setLength(halfLength); in test()
69 checkState(f, 0, halfLength); in test()
88 f.setLength(halfLength); in test()
89 checkState(f, quarterLength, halfLength); in test()
92 f.write(new byte[(int)halfLength]); in test()
101 checkState(f, halfLength, threeQuarterLength); in test()
132 f.setLength(halfLength); in test()
133 checkState(f, halfLength, halfLength); in test()
138 f.setLength(halfLength); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/RandomAccessFile/
H A DSetLength.java60 long halfLength = 2 * quarterLength; in test() local
68 f.setLength(halfLength); in test()
69 checkState(f, 0, halfLength); in test()
88 f.setLength(halfLength); in test()
89 checkState(f, quarterLength, halfLength); in test()
92 f.write(new byte[(int)halfLength]); in test()
101 checkState(f, halfLength, threeQuarterLength); in test()
132 f.setLength(halfLength); in test()
133 checkState(f, halfLength, halfLength); in test()
138 f.setLength(halfLength); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/RandomAccessFile/
H A DSetLength.java60 long halfLength = 2 * quarterLength; in test() local
68 f.setLength(halfLength); in test()
69 checkState(f, 0, halfLength); in test()
88 f.setLength(halfLength); in test()
89 checkState(f, quarterLength, halfLength); in test()
92 f.write(new byte[(int)halfLength]); in test()
101 checkState(f, halfLength, threeQuarterLength); in test()
132 f.setLength(halfLength); in test()
133 checkState(f, halfLength, halfLength); in test()
138 f.setLength(halfLength); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/RandomAccessFile/
H A DSetLength.java60 long halfLength = 2 * quarterLength; in test() local
68 f.setLength(halfLength); in test()
69 checkState(f, 0, halfLength); in test()
88 f.setLength(halfLength); in test()
89 checkState(f, quarterLength, halfLength); in test()
92 f.write(new byte[(int)halfLength]); in test()
101 checkState(f, halfLength, threeQuarterLength); in test()
132 f.setLength(halfLength); in test()
133 checkState(f, halfLength, halfLength); in test()
138 f.setLength(halfLength); in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/RandomAccessFile/
H A DSetLength.java60 long halfLength = 2 * quarterLength; in test() local
68 f.setLength(halfLength); in test()
69 checkState(f, 0, halfLength); in test()
88 f.setLength(halfLength); in test()
89 checkState(f, quarterLength, halfLength); in test()
92 f.write(new byte[(int)halfLength]); in test()
101 checkState(f, halfLength, threeQuarterLength); in test()
132 f.setLength(halfLength); in test()
133 checkState(f, halfLength, halfLength); in test()
138 f.setLength(halfLength); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/RandomAccessFile/
H A DSetLength.java60 long halfLength = 2 * quarterLength; in test() local
68 f.setLength(halfLength); in test()
69 checkState(f, 0, halfLength); in test()
88 f.setLength(halfLength); in test()
89 checkState(f, quarterLength, halfLength); in test()
92 f.write(new byte[(int)halfLength]); in test()
101 checkState(f, halfLength, threeQuarterLength); in test()
132 f.setLength(halfLength); in test()
133 checkState(f, halfLength, halfLength); in test()
138 f.setLength(halfLength); in test()
/dports/audio/mixxx/mixxx-2.3.0/src/analyzer/
H A Danalyzergain.cpp39 int halfLength = static_cast<int>(iLen / 2); in processSamples() local
40 if (halfLength > m_iBufferSize) { in processSamples()
43 m_pLeftTempBuffer = new CSAMPLE[halfLength]; in processSamples()
44 m_pRightTempBuffer = new CSAMPLE[halfLength]; in processSamples()
46 SampleUtil::deinterleaveBuffer(m_pLeftTempBuffer, m_pRightTempBuffer, pIn, halfLength); in processSamples()
47 SampleUtil::applyGain(m_pLeftTempBuffer, 32767, halfLength); in processSamples()
48 SampleUtil::applyGain(m_pRightTempBuffer, 32767, halfLength); in processSamples()
49 return m_pReplayGain->process(m_pLeftTempBuffer, m_pRightTempBuffer, halfLength); in processSamples()
/dports/finance/quantlib/QuantLib-1.20/ql/math/integrals/
H A Dkronrodintegral.cpp244 const Real halfLength = 0.5 * (b - a); in integrate() local
255 Real abscissa = halfLength * x1[k]; in integrate()
268 Real abscissa = halfLength * x2[k]; in integrate()
279 result = res21 * halfLength; in integrate()
280 resAbs *= halfLength ; in integrate()
291 resasc *= halfLength ; in integrate()
308 Real abscissa = halfLength * x3[k]; in integrate()
317 result = res43 * halfLength; in integrate()
318 err = rescaleError ((res43 - res21) * halfLength, resAbs, resasc); in integrate()
334 Real abscissa = halfLength * x4[k]; in integrate()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Examples/MuscleExample/
H A DmainFatigue.cpp92 double halfLength = blockSideLength/2.0; in main() local
93 Vec3 locationInParent(0, halfLength, 0), orientationInParent(0); in main()
94 Vec3 locationInBody(0, halfLength, 0), orientationInBody(0); in main()
137 Vec3(0.0, halfLength, -0.35)); in main()
139 Vec3(0.0, halfLength, -halfLength)); in main()
142 Vec3(0.0, halfLength, 0.35)); in main()
144 Vec3(0.0, halfLength, halfLength)); in main()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqstk/src/
H A DPitShift.cpp22 halfLength = delayLength / 2; in PitShift()
56 delay_[0] = halfLength+12; in setShift()
68 delay_[1] = delay_[0] + halfLength; in computeSample()
77 env_[1] = fabs( (delay_[0] - halfLength + 12) * (1.0 / (halfLength+12) ) ); in computeSample()
/dports/graphics/kxstitch/kxstitch-2.2.0/src/
H A DScale.cpp103 double halfLength = length / 2; in paintEvent() local
157 …<< QPointF(left + halfLength + m_offset, bottom) << QPointF(left + halfLength - 5 + m_offset, bott… in paintEvent()
160 …intF(right, top + halfLength + m_offset) << QPointF(right - 5, top + halfLength - 5 + m_offset) <<… in paintEvent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Internal/Cryptography/
H A DAsymmetricAlgorithmHelpers.Der.cs27 int halfLength = input.Length / 2; in ConvertIeee1363ToDer()
29 … byte[][] rEncoded = DerEncoder.SegmentedEncodeUnsignedInteger(input.Slice(0, halfLength)); in ConvertIeee1363ToDer()
30 …byte[][] sEncoded = DerEncoder.SegmentedEncodeUnsignedInteger(input.Slice(halfLength, halfLength)); in ConvertIeee1363ToDer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/macab/
H A DMacabHeader.cxx197 sal_Int32 halfLength = floor(_length/2); in sortRecord() local
200 macabfield **firstHalf = sortRecord(_start, halfLength); in sortRecord()
201 macabfield **lastHalf = sortRecord(_start+halfLength, _length-halfLength); in sortRecord()
208 if(fp == halfLength) in sortRecord()
220 if(lp == _length - halfLength) in sortRecord()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/macab/
H A DMacabHeader.cxx197 sal_Int32 halfLength = floor(_length/2); in sortRecord() local
200 macabfield **firstHalf = sortRecord(_start, halfLength); in sortRecord()
201 macabfield **lastHalf = sortRecord(_start+halfLength, _length-halfLength); in sortRecord()
208 if(fp == halfLength) in sortRecord()
220 if(lp == _length - halfLength) in sortRecord()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/util/encoders/
H A DHexTranslator.java58 int halfLength = length / 2; in decode() local
60 for (int i = 0; i < halfLength; i++) in decode()
85 return halfLength; in decode()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/util/encoders/
H A DHexTranslator.java60 int halfLength = length / 2; in decode() local
62 for (int i = 0; i < halfLength; i++) in decode()
87 return halfLength; in decode()
/dports/audio/exhale/exhale-7688ab502ecbd1203bde1e605676f7440cd9fd5e/src/lib/
H A DlappedTransform.cpp368 const short halfLength = short (maxTransfLength >> 1); in initConstants() local
370 const double dNormL = 3.141592653589793 / (2.0 * halfLength); in initConstants()
381 m_transfLengthL = 2 * halfLength; in initConstants()
384 if ((m_dctRotCosL = (int32_t*) malloc (halfLength * sizeof (int32_t))) == nullptr || in initConstants()
386 (m_dctRotSinL = (int32_t*) malloc (halfLength * sizeof (int32_t))) == nullptr || in initConstants()
388 (m_fftHalfCos = (int32_t*) malloc ((halfLength >> 1) * sizeof (int32_t))) == nullptr || in initConstants()
389 (m_fftHalfSin = (int32_t*) malloc ((halfLength >> 1) * sizeof (int32_t))) == nullptr || in initConstants()
390 (m_fftPermutL = createPermutTable (halfLength)) == nullptr || in initConstants()
397 for (s = 0; s < halfLength; s++) in initConstants()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/
H A Dgeometryreader.h63 T *readSimpleCurve(const bool halfLength = false)
65 if (halfLength)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/
H A Dgeometryreader.h63 T *readSimpleCurve(const bool halfLength = false)
65 if (halfLength)
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/
H A Dgeometryreader.h63 T *readSimpleCurve(const bool halfLength = false)
65 if (halfLength)

12345