Home
last modified time | relevance | path

Searched refs:aax (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/dports/devel/simgear/simgear-2020.3.11/simgear/sound/
H A Daeonwave_test1.cxx30 aax::AeonWave aax = aax::AeonWave(AAX_MODE_WRITE_STEREO); in main() local
39 aax.add(emitter); in main()
44 aax.add(emitter2); in main()
47 aax::dsp dsp; in main()
48 dsp = aax::dsp(aax, AAX_VOLUME_FILTER); in main()
50 aax.set(dsp); in main()
52 dsp = aax::dsp(aax, AAX_DISTANCE_FILTER); in main()
54 aax.set(dsp); in main()
56 dsp = aax::dsp(aax, AAX_VELOCITY_EFFECT); in main()
59 aax.set(dsp); in main()
[all …]
H A Dsoundmgr_aeonwave.cxx75 _mtx = aax::Matrix64(); in init()
89 aax::AeonWave _aax;
90 aax::Matrix64 _mtx;
100 aax::Buffer nullBuffer;
101 aax::Buffer& get_buffer(unsigned int id) { in get_buffer()
110 aax::Emitter nullEmitter;
176 aax::dsp dsp = aax::dsp(d->_aax, AAX_VOLUME_FILTER); in init()
293 aax::Matrix64 mtx = d->_mtx; in update()
615 aax::dsp dsp; in update_sample_config()
621 aax::Vector vel = velocity.data(); in update_sample_config()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d134 int[int] aax; in test3825()
139 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
140 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
141 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
143 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
144 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
145 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
147 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
148 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
151 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d126 int[int] aax; in test3825()
131 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
132 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
133 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
135 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
136 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
137 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
139 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
140 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
143 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d126 int[int] aax; in test3825()
131 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
132 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
133 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
135 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
136 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
137 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
139 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
140 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
143 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d125 int[int] aax; in test3825()
130 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
131 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
132 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
134 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
135 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
136 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
138 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
139 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
142 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d125 int[int] aax; in test3825()
130 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
131 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
132 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
134 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
135 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
136 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
138 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
139 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
142 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d126 int[int] aax; in test3825()
131 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
132 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
133 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
135 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
136 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
137 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
139 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
140 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
143 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d126 int[int] aax; in test3825()
131 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
132 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
133 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
135 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
136 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
137 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
139 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
140 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
143 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d126 int[int] aax; in test3825()
131 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
132 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
133 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
135 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
136 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
137 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
139 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
140 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
143 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d126 int[int] aax; in test3825()
131 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
132 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
133 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
135 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
136 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
137 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
139 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
140 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
143 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dtestaa2.d125 int[int] aax; in test3825()
130 assert(thrown(aax[0] = aax[0])); // rhs throws in test3825()
131 assert(thrown(aax[0] += aax[0])); // rhs throws in test3825()
132 assert(thrown(aax[0] ^^= aax[0])); // rhs throws in test3825()
134 aax = null; aax[0] = 1; assert(aax[0] == 1); // setting aax[0] is OK in test3825()
135 aax = null; aax[0] += 1; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
136 aax = null; aax[0] ^^= 1; assert(aax[0] == 0); // setting aax[0] to 0 and modify it is OK in test3825()
138 aax = null; ++aax[0]; assert(aax[0] == +1); // setting aax[0] to 0 and modify it is OK in test3825()
139 aax = null; --aax[0]; assert(aax[0] == -1); // setting aax[0] to 0 and modify it is OK in test3825()
142 assert(thrown(aax[aax[1]] = 1)); // accessing aax[1] in key part throws in test3825()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/texas/
H A Dconbuf2_der.F3 * aax,bbx,ccx)
20 dimension aax(nbls1),bbx(nbls1),ccx(nbls1)
47 buf2(2+ijkl)=xxt1*aax(i)
62 buf2(2+ijkl)=xxt1*aax(i)
79 buf2(2+ijkl)=buf2(2+ijkl)+xxt1*aax(i)
94 buf2(2+ijkl)=buf2(2+ijkl)+xxt1*aax(i)
110 * aax,bbx,ccx)
128 dimension aax(nbls1),bbx(nbls1),ccx(nbls1)
148 buf2(2,i+ijkl)=xt1(i+ijkl)*aax(i)
159 buf2(2,i+ijkl)=xt1(i+ijkl)*aax(i)
[all …]
H A Dconvert.f157 subroutine conv1der_1(nbls1,npij,lci,idx1,indx, aa, aax)
166 dimension aax(nbls1)
172 aax(i)=aa(ijpar,lci)
177 subroutine conv1der_2(nbls1,npij,lci,idx1,indx, aa, aax)
185 dimension aax(nbls1)
190 aax(1)=aa(1,lci)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/texas/
H A Dconbuf2_der.F3 * aax,bbx,ccx)
20 dimension aax(nbls1),bbx(nbls1),ccx(nbls1)
47 buf2(2+ijkl)=xxt1*aax(i)
62 buf2(2+ijkl)=xxt1*aax(i)
79 buf2(2+ijkl)=buf2(2+ijkl)+xxt1*aax(i)
94 buf2(2+ijkl)=buf2(2+ijkl)+xxt1*aax(i)
110 * aax,bbx,ccx)
128 dimension aax(nbls1),bbx(nbls1),ccx(nbls1)
148 buf2(2,i+ijkl)=xt1(i+ijkl)*aax(i)
159 buf2(2,i+ijkl)=xt1(i+ijkl)*aax(i)
[all …]
H A Dconvert.f157 subroutine conv1der_1(nbls1,npij,lci,idx1,indx, aa, aax)
166 dimension aax(nbls1)
172 aax(i)=aa(ijpar,lci)
177 subroutine conv1der_2(nbls1,npij,lci,idx1,indx, aa, aax)
185 dimension aax(nbls1)
190 aax(1)=aa(1,lci)
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dfabs.cpp30 CPPAD_TESTVECTOR( ADDdouble ) aax(1), aay(1); in fabs()
31 aax[0] = ADDdouble(0.); in fabs()
32 CppAD::Independent(aax); in fabs()
33 aay[0] = fabs(aax[0]); in fabs()
34 CppAD::ADFun< ADdouble > af(aax, aay); in fabs()
H A Dmul_level.cpp248 CPPAD_TESTVECTOR(ADDdouble) aax(n), aay(m); in std_math()
251 aax[0] = 1.; in std_math()
252 Independent( aax ); in std_math()
253 aay[0] = tanh(aax[0]); in std_math()
254 ADFun<ADdouble> af(aax, aay); in std_math()
288 CPPAD_TESTVECTOR(ADDdouble) aax(n), aay(m); in fabs()
291 aax[0] = 1.; in fabs()
292 Independent( aax ); in fabs()
293 aay[0] = fabs(aax[0]); in fabs()
294 ADFun<ADdouble> af(aax, aay); in fabs()
/dports/devel/simgear/simgear-2020.3.11/CMakeModules/
H A DFindAAX.cmake22 find_path(AAX_INCLUDE_DIR aax/aax.h
25 $ENV{ProgramFiles}/aax
28 ${CMAKE_SOURCE_DIR}/aax
39 NAMES AAX aax libAAX
45 ${CMAKE_BUILD_DIR}/aax
/dports/games/flightgear/flightgear-2020.3.11/CMakeModules/
H A DFindAAX.cmake22 find_path(AAX_INCLUDE_DIR aax/aax.h
25 $ENV{ProgramFiles}/aax
28 ${CMAKE_SOURCE_DIR}/aax
39 NAMES AAX aax libAAX
45 ${CMAKE_BUILD_DIR}/aax
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/cmake/modules/
H A DAAXSupport.cmake7 if(EXISTS "${SDK_ROOT}/../external.avid.aax/Interfaces/AAX.h")
8 set(SMTG_AAX_SDK_PATH "${SDK_ROOT}/../external.avid.aax")
10 if(EXISTS "${SDK_ROOT}/external.avid.aax/Interfaces/AAX.h")
11 set(SMTG_AAX_SDK_PATH "${SDK_ROOT}/external.avid.aax")
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/cmake/modules/
H A DSMTG_AAXSupport.cmake7 if(EXISTS "${SDK_ROOT}/../external.avid.aax/Interfaces/AAX.h")
8 …set(SMTG_AAX_SDK_PATH "${SDK_ROOT}/../external.avid.aax" CACHE PATH "Here you can define where to …
10 if(EXISTS "${SDK_ROOT}/external.avid.aax/Interfaces/AAX.h")
11 …set(SMTG_AAX_SDK_PATH "${SDK_ROOT}/external.avid.aax" CACHE PATH "Here you can define where to fin…
/dports/textproc/augeas/augeas-1.12.0/tests/modules/
H A Dpass_mixed_recursion.aug10 test star get "aax" = { "a" { "a" = "x" } }
11 test star put "aax" after rm "/nothing" = "aax"
20 test top put "axaax" after rm "/top/a[1]" = "aax"
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/ml/optim/
H A DNormalEquationSolver.scala145 val aax = new DenseVector(new Array[Double](numFeaturesPlusIntercept)) constant
146 BLAS.dspmv(numFeaturesPlusIntercept, 1.0, aa, coef, 1.0, aax)
148 val loss = 0.5 * bbBar - BLAS.dot(ab, coef) + 0.5 * BLAS.dot(coef, aax)
150 BLAS.axpy(-1.0, ab, aax)
151 (loss, aax.asBreeze.toDenseVector)
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Python/
H A DsplitVectors.py30 aax = vtk.vtkAssignAttribute() variable
31 aax.SetInputConnection(sf.GetOutputPort())
32 aax.Assign("vx","SCALARS","POINT_DATA")
34 isoVx.SetInputConnection(aax.GetOutputPort())

12345678910>>...20