Home
last modified time | relevance | path

Searched refs:einv (Results 1 – 25 of 51) sorted by relevance

123

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds6inv4.c56 s6inv4 (double em[], double einv[], int *jstat) in s6inv4() argument
59 s6inv4 (em, einv, jstat) in s6inv4()
61 double einv[];
106 einv[0] = em[5] * (em[10] * em[15] - em[14] * em[11])
114 einv[8] = em[4] * (em[9] * em[15] - em[13] * em[11])
140 einv[2] = em[1] * (em[6] * em[15] - em[14] * em[7])
144 einv[6] = -em[0] * (em[6] * em[15] - em[14] * em[7])
148 einv[10] = em[0] * (em[5] * em[15] - em[13] * em[7])
161 einv[7] = em[0] * (em[6] * em[11] - em[10] * em[7])
169 einv[15] = em[0] * (em[5] * em[10] - em[9] * em[6])
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/ccsd/
H A Dccsd_trpdrv_omp.F.pre-fusion2 & f1n,f1t,f2n,f2t,f3n,f3t,f4n,f4t,eorb,einv,
21 double precision eorb(*),einv(nvir,nvir)
119 !$omp& shared(einv,eorb)
221 !!! 5 einv,emp4,emp5,
246 ! 1 dintc,dintx,t1v,einv,
260 denom=einv(c,b)
290 ! 1 dintc,dintx,t1v,einv,
304 denom=einv(c,b)
376 1 dintc,dintx,t1v,einv,
388 double precision einv(nvir,nvir)
[all …]
H A Dccsd_tengy_omp.F2 1 dintc,dintx,t1v,einv,
15 double precision einv(nvir,nvir)
30 denom=einv(c,b)
H A Dccsd_tengy_bgp.F11 1 dintc,dintx,t1v,einv,
22 double precision einv(nvir,nvir)
35 s0 = einv(c,b)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/ccsd/
H A Dccsd_trpdrv_omp.F.pre-fusion2 & f1n,f1t,f2n,f2t,f3n,f3t,f4n,f4t,eorb,einv,
21 double precision eorb(*),einv(nvir,nvir)
119 !$omp& shared(einv,eorb)
221 !!! 5 einv,emp4,emp5,
246 ! 1 dintc,dintx,t1v,einv,
260 denom=einv(c,b)
290 ! 1 dintc,dintx,t1v,einv,
304 denom=einv(c,b)
376 1 dintc,dintx,t1v,einv,
388 double precision einv(nvir,nvir)
[all …]
H A Dccsd_tengy_omp.F2 1 dintc,dintx,t1v,einv,
15 double precision einv(nvir,nvir)
30 denom=einv(c,b)
H A Dccsd_tengy_bgp.F11 1 dintc,dintx,t1v,einv,
22 double precision einv(nvir,nvir)
35 s0 = einv(c,b)
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A Dfast_atof.h260 const bool einv = (*c=='-'); in fast_atoreal_move() local
261 if (einv || *c=='+') { in fast_atoreal_move()
269 if (einv) { in fast_atoreal_move()
/dports/devel/upp/upp/bazaar/plugin/assimp/include/assimp/
H A Dfast_atof.h327 const bool einv = (*c=='-'); variable
328 if (einv || *c=='+') {
336 if (einv) {
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A Dfast_atof.h327 const bool einv = (*c=='-'); variable
328 if (einv || *c=='+') {
336 if (einv) {
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A Dfast_atof.h327 const bool einv = (*c=='-'); variable
328 if (einv || *c=='+') {
336 if (einv) {
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A Dfast_atof.h330 const bool einv = (*c=='-'); variable
331 if (einv || *c=='+') {
339 if (einv) {
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A Dfast_atof.h332 const bool einv = (*c=='-'); variable
333 if (einv || *c=='+') {
341 if (einv) {
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A Dfast_atof.h329 const bool einv = (*c=='-'); variable
330 if (einv || *c=='+') {
338 if (einv) {
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A Dfast_atof.h337 const bool einv = (*c=='-'); variable
338 if (einv || *c=='+') {
346 if (einv) {
/dports/security/libdecaf/libdecaf-1.0.0/test/
H A Dristretto.cxx101 … scalarempty=true, neg=false, einv=false, like_eddsa=false, like_x=false, decoeff=false, raw=false; in run() local
115 einv = true; in run()
174 if (einv) { in run()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dbilinear_warp3D.c297 BLmat einv , ft ; in BL_standardize_warp() local
300 einv = BL_matinv( wi.e ) ; in BL_standardize_warp()
302 wo.b = BL_matvec( einv , wi.h ) ; in BL_standardize_warp()
311 wo.a = BL_matmat( einv , ft ) ; in BL_standardize_warp()
316 wo.c.t[j][i][k] = einv.m[j][0]*wi.f.t[0][i][k] in BL_standardize_warp()
317 + einv.m[j][1]*wi.f.t[1][i][k] in BL_standardize_warp()
318 + einv.m[j][2]*wi.f.t[2][i][k] ; in BL_standardize_warp()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMMentalrayIblShape.h207 void setEnvInvert(bool einv) in setEnvInvert() argument
209 if(einv == false) return; in setEnvInvert()
210 fprintf(mFile,"\tsetAttr \".einv\" %i;\n", einv); in setEnvInvert()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/
H A Djit_generator.hpp142 void einv(int simd, const ngen::GRF &dst, const ngen::GRF &src) { in einv() function in dnnl::impl::gpu::jit::jit_generator
H A Djit_eltwise_injector.cpp196 case 6: h->einv(simd, a, a); break; in gelu_tanh_compute_fwd()
313 case 9: h->einv(simd, r, r); break; in gelu_tanh_compute_bwd()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/
H A Djit_generator.hpp150 void einv(int simd, const ngen::GRF &dst, const ngen::GRF &src) { in einv() function in dnnl::impl::gpu::jit::jit_generator
/dports/textproc/p5-Lingua-Identify/Lingua-Identify-0.56/t/files/
H A Dis11 …ulega síðasti leikur hans með liðinu. Aab hefur betur gegn Kolding 1-0, í einvíginu um titilinn og…
/dports/astro/geographiclib/GeographicLib-1.52/maxima/
H A Dellint.mac266 einv(x, k2, ec):=block(
281 einv(tau * ec / (pi/2), k2, ec) - tau)$
/dports/audio/espeak/espeak-1.48.04-source/dictsource/
H A Dit_list1830 reinvio @-*einv'io
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/gemm/
H A Dgen_gemm_kernel_generator.hpp1370 void einv(const ngen::InstructionModifier &mod, const ngen::RegData &dst, in einv() function in dnnl::impl::gpu::jit::gemm_kernel_generator_t

123