Home
last modified time | relevance | path

Searched refs:sconj (Results 1 – 6 of 6) sorted by relevance

/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/framing/src/
H A Ddetector_cccf.c161 float complex sconj[q->n]; in detector_cccf_create() local
166 sconj[i] = conjf(q->s[i]) * cexpf(-_Complex_I*q->dphi[k]*i); in detector_cccf_create()
167 q->dp[k] = dotprod_cccf_create(sconj, q->n); in detector_cccf_create()
/dports/math/gap/gap-4.11.0/lib/
H A Dgrppcrep.gi467 g, galfp, small, sconj, irred, absirr, n, F, irr, dF;
494 sconj := ConjugatedModule( pcgsN, g, small );
495 type := EquivalenceType( fp, sconj );
509 sconj := ConjugatedModule( pcgsN, g, sconj );
510 type := EquivalenceType( fp, sconj );
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dcegis.cpp495 Node sconj = in getRefinementEvalLemmas() local
497 vsit.init(sconj, vs[k], nfalse); in getRefinementEvalLemmas()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/numerics/src/
H A DTeuchos_BLAS.hpp530 ScalarType sconj = Teuchos::ScalarTraits<ScalarType>::conjugate(*s); in ROT() local
534 ScalarType temp = *c*dx[i] + sconj*dy[i]; in ROT()
535 dy[i] = *c*dy[i] - sconj*dx[i]; in ROT()
544 ScalarType temp = *c*dx[ix] + sconj*dy[iy]; in ROT()
545 dy[iy] = *c*dy[iy] - sconj*dx[ix]; in ROT()
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Drpl.vim83 syntax match rplStorage "\(^\|\s\+\)sconj\ze\($\|\s\+\)"
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Drpl.vim83 syntax match rplStorage "\(^\|\s\+\)sconj\ze\($\|\s\+\)"