Home
last modified time | relevance | path

Searched refs:gInd (Results 1 – 7 of 7) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DCGNSWrite.cpp209 const long gInd = (*itN)->getIndex(); in writeZone() local
210 if(gInd < 0) continue; in writeZone()
212 LocalData &ld = global2Local[gInd]; in writeZone()
222 const long gInd = (*itN)->getIndex(); in writeZone() local
223 if(gInd < 0) continue; in writeZone()
224 const int ln = global2Local[gInd].index; in writeZone()
329 const int gInd = me->getVertex(kk)->getIndex(); in writeZone() local
330 elemNodes[n] = global2Local[gInd].index; in writeZone()
/dports/net/asterisk-g72x/asterisk-g72x-1.4.3/ipp/
H A Dencg729.c1115 LOCAL_ARRAY(Ipp16s, gInd, 2, encoderObj); in G729Encode()
1119 *pAna++ = (Ipp16s)((LUT1[gInd[0]]<<CDBK2_BIT_NUM) | LUT2[gInd[1]]); in G729Encode()
1121 LOCAL_ARRAY_FREE(Ipp16s, gInd, 2, encoderObj); in G729Encode()
1125 LOCAL_ARRAY(Ipp16s, gInd, 2, encoderObj); in G729Encode()
1129 *pAna++ = (Ipp16s)((LUT1_6k[gInd[0]]<<CDBK2_BIT_NUM_6K) | LUT2_6k[gInd[1]]); in G729Encode()
1131 LOCAL_ARRAY_FREE(Ipp16s, gInd, 2, encoderObj); in G729Encode()
1757 LOCAL_ARRAY(Ipp16s, gInd, 2, encoderObj); in G729AEncode()
1761 *pAna++ = (Ipp16s)((LUT1[gInd[0]]<<CDBK2_BIT_NUM) | LUT2[gInd[1]]); in G729AEncode()
1930 LOCAL_ARRAY(Ipp16s, gInd, 2, encoderObj); in G729BaseEncode()
2006 *pAna++ = (Ipp16s)((LUT1[gInd[0]]<<CDBK2_BIT_NUM) | LUT2[gInd[1]]); in G729BaseEncode()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DDefUtils.F904739 SAVE gInd, lInd, STIFF, Work
4783 IF ( .NOT. ALLOCATED( gInd ) ) THEN
4787 ELSE IF ( SIZE(gInd) < n ) THEN
4788 DEALLOCATE( gInd, lInd, STIFF, Work )
4844 nb = x % Perm( gInd(k) )
4935 nb = x % Perm( gInd(l) )
4959 nb = x % Perm( gInd(k) )
5024 nb = x % Perm( gInd(k) )
5115 nb = x % Perm(gInd(k))
5231 nb = x % Perm(gInd(k))
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/osmesa/
H A Dosmesa.c79 GLint rInd, gInd, bInd, aInd;/*< index offsets for RGBA formats */ member
146 (DST)[osmesa->gInd] = G; \
880 osmesa->gInd = gind; in OSMesaCreateContextAttribs()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Termination/
H A DTermCheck.hs765 Just gInd -> do
834 tgt = gInd
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplextree.c2700 PetscInt gInd = pInd[i + colOffset]; in DMPlexComputeInterpolatorTree() local
2702 if (gInd >= colStart && gInd < colEnd) { in DMPlexComputeInterpolatorTree()
2705 else if (gInd >= 0) { /* negative means non-entry */ in DMPlexComputeInterpolatorTree()
2716 PetscInt gInd = pInd[i]; in DMPlexComputeInterpolatorTree() local
2718 if (gInd >= colStart && gInd < colEnd) { in DMPlexComputeInterpolatorTree()
2721 else if (gInd >= 0) { /* negative means non-entry */ in DMPlexComputeInterpolatorTree()
/dports/editors/emacs/emacs-27.2/src/
H A Dnsfont.m1309 NSUInteger gInd = 0, cInd = 0;
1314 glyphIndex: &gInd characterIndex: &cInd];