Home
last modified time | relevance | path

Searched refs:ApplyN (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/ptex/ptex-2.3.2/src/ptex/
H A DPtexSeparableKernel.cpp105 void ApplyN(PtexSeparableKernel& k, float* result, void* data, int nChan, int nTxChan) in ApplyN() function
139 ApplyN<uint8_t>, ApplyN<uint16_t>, ApplyN<PtexHalf>, ApplyN<float>,
146 ApplyN<uint8_t>, ApplyN<uint16_t>, ApplyN<PtexHalf>, ApplyN<float>,
H A DPtexTriangleKernel.cpp108 void ApplyN(PtexTriangleKernelIter& k, float* result, void* data, int nChan, int nTxChan) in ApplyN() function
138 ApplyN<uint8_t>, ApplyN<uint16_t>, ApplyN<PtexHalf>, ApplyN<float>,
145 ApplyN<uint8_t>, ApplyN<uint16_t>, ApplyN<PtexHalf>, ApplyN<float>,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/raft/fuzzy/
H A Dmembership_test.go32 initApplied := cluster.ApplyN(t, time.Minute, s, 100)
54 initApplied := cluster.ApplyN(t, time.Minute, s, 100)
82 initApplied := cluster.ApplyN(t, time.Minute, s, 100)
101 initApplied := cluster.ApplyN(t, time.Minute, s, 101)
H A Dslowvoter_test.go16 ac := cluster.ApplyN(t, time.Minute, s, 10000)
30 ac := cluster.ApplyN(t, time.Minute, s, 10000)
H A Dsimple_test.go14 applyCount := cluster.ApplyN(t, time.Minute, s, 10000)
H A Dapply_src.go57 ca.applied += c.ApplyN(t, 5*time.Second, ca.src, n)
H A Dcluster.go265 func (c *cluster) ApplyN(t *testing.T, leaderTimeout time.Duration, s *applySource, n uint) uint64 { func
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_regstream.c87 static void ApplyN(Matrix, int, POINT_TYPE *, POINT_TYPE *);
550 ApplyN(ip->mInv, (nd = iP->P.nDim), point, cpoint); in Reg_FindElement_VectorPart()
589 ApplyN(ip->mInv, (nd = iP->P.nDim), point, cpoint); in Reg_FindMultiGridContinuation_VectorPart()
636 ApplyN(ip->mInv, (nd = iP->P.nDim), pt, ipoint); in Reg_Weights()
732 ApplyN(ip->mInv, (nd = iP->P.nDim), pt, ipoint); in Reg_FaceWeights()
829 ApplyN(ip->mInv, (nd = iP->P.nDim), p, ipoint); in Reg_FindBoundary()
1071 ApplyN(Matrix m, int n, POINT_TYPE *in, POINT_TYPE *out) in ApplyN() function
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/indicators/
H A Dbasicops.py93 class ApplyN(BaseApplyN): class