Home
last modified time | relevance | path

Searched refs:vOne (Results 1 – 25 of 79) sorted by relevance

1234

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/dau/
H A DdauEnum.c86 Vec_PtrPush( vOne, Abc_UtilStrsav(pBuffer) ); in Dau_EnumCombineTwo()
101 Vec_PtrPush( vOne, Abc_UtilStrsav(pBuffer) ); in Dau_EnumCombineThree()
118 Vec_Ptr_t * vOne; in Dau_EnumTestDump() local
148 Vec_Ptr_t * vOne; in Dau_EnumTest() local
154 vOne = Vec_PtrAlloc( 1 ); in Dau_EnumTest()
155 Vec_PtrPush( vOne, Abc_UtilStrsav("*a") ); in Dau_EnumTest()
156 Vec_PtrPush( vSets, vOne ); in Dau_EnumTest()
163 vOne = Vec_PtrAlloc( 100 ); in Dau_EnumTest()
226 Vec_PtrPush( vSets, vOne ); in Dau_EnumTest()
240 printf( "%d=%d ", v, Vec_PtrSize(vOne) ); in Dau_EnumTest()
[all …]
/dports/math/tvmet/tvmet-1.7.2/testsuite/
H A DTestUnFunc.h73 const vector_type vOne; variable
176 CPPUNIT_ASSERT( all_elements(v == vOne) ); in Round()
180 v = cbrt(vOne); in Round()
187 tv = vOne + 0.5; in Round()
199 CPPUNIT_ASSERT( all_elements(v == vOne) ); in Round()
207 CPPUNIT_ASSERT( all_elements(v == vOne) ); in Round()
244 v = asin(vOne); in Arc()
251 v = acos(vOne); in Arc()
257 v = atan(vOne); in Arc()
270 tv = vOne; in Log()
[all …]
H A DTestVectorEval.h60 : vOne(1), vZero(0) { } in TestVectorEval()
87 const vector_type vOne; variable
138 assert( all_elements(vOne >= T(1)) ); in GreaterOrEqual()
149 assert( all_elements(vOne <= T(1)) ); in LessOrEqual()
159 assert( all_elements(vOne == 1) ); in Equal()
200 CPPUNIT_ASSERT( all_elements(vOne == T(1)) ); in AllElements()
223 CPPUNIT_ASSERT( any_elements(vOne == T(1)) ); in AnyElements()
230 CPPUNIT_ASSERT( !any_elements(vOne == T(0)) ); in AnyElements()
286 CPPUNIT_ASSERT( all_elements(v == vOne) ); in EvalPod3()
296 CPPUNIT_ASSERT( all_elements(v == vOne) ); in EvalPod3()
H A DSelfTest.h48 : vZero(0), vOne(1), mZero(0), mOne(1) { } in SelfTest()
63 const vector_type vOne; variable
107 assert(vOne(0) == T(1) && vOne(1) == T(1) && vOne(2) == T(1)); in basics1()
H A DTestXprVectorFunctions.h53 : vZero(0), vOne(1), scalar(10), scalar2(2) { } in TestXprVectorFunctions()
74 const vector_type vOne; variable
227 T t3 = dot(T(1)*v1, T(1)*vOne); in fn_dot()
233 T t5 = dot(T(1)*v1, vOne); in fn_dot()
236 T t6 = dot(vOne, T(1)*v1); in fn_dot()
256 vector_type t3 = cross(T(1)*v1, T(1)*vOne); in fn_cross()
H A DTestXpr.h51 : vZero(0), vOne(1), mZero(0), mOne(1), scalar(10) { } in TestXpr()
70 const vector_type vOne; variable
160 v = prod(prod(m1,mOne), mul(v1,vOne)); in fn_MVProd()
214 v = (m1*mOne)*(v1*vOne); in op_MVProd()
H A DTestUnFunc.cc38 : vZero(0), vOne(1), vMinusOne(-1), vTwo(2) in TestUnFunc()
57 CPPUNIT_ASSERT( all_elements(v == vOne) ); in fn_abs()
H A DTestXprVectorOperators.h49 : vZero(0), vOne(1), scalar(10), scalar2(2) { } in TestXprVectorOperators()
66 const vector_type vOne; variable
195 v2 = -(T(1)*vOne); in negate()
H A DTestConstruction.h58 : vZero(0), vOne(1), mZero(0), mOne(1) { } in TestConstruction()
85 const vector_type vOne; variable
157 CPPUNIT_ASSERT( all_elements(one == vOne) ); in vector_ctor3()
H A DTestVectorFunctions.h59 : vZero(0), vOne(1), scalar(10), scalar2(2) { } in TestVectorFunctions()
86 const vector_type vOne; variable
187 assert( all_elements(t4 == vOne) ); in scalarUpdAssign3()
386 T t3 = dot(v1, vOne); in fn_dot()
409 vector_type t3 = cross(v1, vOne); in fn_cross()
H A DTestVectorOperators.h54 : vZero(0), vOne(1), scalar(10), scalar2(2) { } in TestVectorOperators()
76 const vector_type vOne; variable
174 CPPUNIT_ASSERT( all_elements(t4 == vOne) ); in scalarUpdAssign3()
356 v2 = -vOne; in negate()
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_brush_mask_applicator_factories.cpp135 Vc::float_v vOne(Vc::One); in process() local
303 Vc::float_v vOne(Vc::One); in process() local
341 mask = fullFade >= vOne; in process()
410 Vc::float_v vOne(Vc::One); in process() local
424 Vc::float_m outsideMask = (nxr > vOne) || (nyr > vOne); in process()
488 Vc::float_v vOne(Vc::One); in process() local
503 vValue(excludeMask) = vOne; in process()
576 Vc::float_v vOne(Vc::One); in process() local
591 vValue(excludeMask) = vOne; in process()
599 preSIndex(preSIndex > vOne) = vOne; in process()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcPart.c473 Vec_IntForEachEntry( vOne, Entry, i ) in Abc_NtkSuppCharStart()
495 Vec_IntForEachEntry( vOne, Entry, i ) in Abc_NtkSuppCharAdd()
516 Vec_IntForEachEntry( vOne, Entry, i ) in Abc_NtkSuppCharCommon()
587 if ( nCommon == Vec_IntSize(vOne) ) in Abc_NtkPartitionSmartFindPart()
623 Vec_Int_t * vOne; in Abc_NtkPartitionPrint() local
668 vPartSupp = Vec_IntDup(vOne); in Abc_NtkPartitionCompact()
754 iOut = Vec_IntPop(vOne); in Abc_NtkPartitionSmart()
765 vPartSupp = Vec_IntDup( vOne ); in Abc_NtkPartitionSmart()
804 Vec_IntPush( vOne, i ); in Abc_NtkPartitionSmart()
1101 Vec_Int_t * vOne; in Abc_NtkFraigPartitioned() local
[all …]
/dports/math/stp/stp-2.3.3/lib/extlib-abc/aig/aig/
H A DaigPart.c382 Vec_IntForEachEntry( vOne, Entry, i ) in Aig_ManSuppCharStart()
404 Vec_IntForEachEntry( vOne, Entry, i ) in Aig_ManSuppCharAdd()
425 Vec_IntForEachEntry( vOne, Entry, i ) in Aig_ManSuppCharCommon()
457 if ( nCommon == Vec_IntSize(vOne) ) in Aig_ManPartitionSmartFindPart()
492 Vec_Int_t * vOne; in Aig_ManPartitionPrint() local
496 Vec_PtrForEachEntry( vPartSuppsAll, vOne, i ) in Aig_ManPartitionPrint()
537 vPartSupp = Vec_IntDup(vOne); in Aig_ManPartitionCompact()
612 Vec_PtrForEachEntry( vSupports, vOne, i ) in Aig_ManPartitionSmart()
615 iOut = Vec_IntPop(vOne); in Aig_ManPartitionSmart()
624 vPartSupp = Vec_IntDup( vOne ); in Aig_ManPartitionSmart()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/llb/
H A Dllb2Image.c51 Vec_Int_t * vOne; in Llb_ImgSupports() local
59 vOne = Vec_IntStart( nSize ); in Llb_ImgSupports()
61 Vec_IntWriteEntry( vOne, Entry, 1 ); in Llb_ImgSupports()
62 Vec_PtrPush( vSupps, vOne ); in Llb_ImgSupports()
66 vOne = Vec_IntStart( nSize ); in Llb_ImgSupports()
71 Vec_PtrPush( vSupps, vOne ); in Llb_ImgSupports()
74 vOne = Vec_IntStart( nSize ); in Llb_ImgSupports()
76 Vec_IntWriteEntry( vOne, Entry, 1 ); in Llb_ImgSupports()
80 Vec_PtrPush( vSupps, vOne ); in Llb_ImgSupports()
124 Vec_Int_t * vOne; in Llb_ImgSchedule() local
[all …]
H A Dllb2Flow.c63 Vec_Ptr_t * vSupps, * vOne, * vLower, * vUpper; in Llb_ManCutSupps() local
70 vOne = Llb_ManCutSupp( p, vLower, vUpper ); in Llb_ManCutSupps()
71 Vec_PtrPush( vSupps, vOne ); in Llb_ManCutSupps()
92 Vec_Ptr_t * vMaps, * vOne; in Llb_ManCutMap() local
99 Vec_PtrForEachEntry( Vec_Ptr_t *, vResult, vOne, i ) in Llb_ManCutMap()
102 Vec_PtrForEachEntry( Aig_Obj_t *, vOne, pObj, k ) in Llb_ManCutMap()
121 Vec_PtrForEachEntry( Vec_Ptr_t *, vSupps, vOne, i ) in Llb_ManCutMap()
123 Vec_PtrForEachEntry( Aig_Obj_t *, vOne, pObj, k ) in Llb_ManCutMap()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/aig/
H A DaigPart.c477 Vec_IntForEachEntry( vOne, Entry, i ) in Aig_ManSuppCharStart()
499 Vec_IntForEachEntry( vOne, Entry, i ) in Aig_ManSuppCharAdd()
520 Vec_IntForEachEntry( vOne, Entry, i ) in Aig_ManSuppCharCommon()
552 if ( nCommon == Vec_IntSize(vOne) ) in Aig_ManPartitionSmartFindPart()
587 Vec_Int_t * vOne; in Aig_ManPartitionPrint() local
711 iOut = Vec_IntPop(vOne); in Aig_ManPartitionSmart()
720 vPartSupp = Vec_IntDup( vOne ); in Aig_ManPartitionSmart()
758 Vec_IntPush( vOne, i ); in Aig_ManPartitionSmart()
824 Vec_IntPush( vOne, i ); in Aig_ManPartitionSmartRegisters()
840 iOut = Vec_IntPop(vOne); in Aig_ManPartitionSmartRegisters()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/cgt/
H A DcgtDecide.c163 Vec_Ptr_t * vOne; in Cgt_ManComputeCoverage() local
166 Vec_VecForEachLevel( vGates, vOne, i ) in Cgt_ManComputeCoverage()
167 nTransSaved += Ssw_SmlNodeCountOnesRealVec( pSml, vOne ); in Cgt_ManComputeCoverage()
258 Vec_Ptr_t * vCompletes, * vOne; in Cgt_ManDecideArea() local
276 Vec_VecForEachLevel( vGates, vOne, i ) in Cgt_ManDecideArea()
278 Counter += (int)(Vec_PtrSize(vOne) > 0); in Cgt_ManDecideArea()
H A DcgtAig.c528 Vec_Ptr_t * vOne; in Cgt_ManDeriveGatedAig() local
576 vOne = Vec_VecEntry( vGates, i ); in Cgt_ManDeriveGatedAig()
577 if ( Vec_PtrSize(vOne) == 0 ) in Cgt_ManDeriveGatedAig()
582 pGateNew = Cgt_ManBuildClockGate( pNew, vOne ); in Cgt_ManDeriveGatedAig()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/map/amap/
H A DamapUniq.c280 Vec_Int_t * vOne; in Amap_LibLookupTableAlloc() local
285 Vec_PtrForEachEntry( Vec_Int_t *, vVec, vOne, i ) in Amap_LibLookupTableAlloc()
286 nEntries += Vec_IntSize(vOne); in Amap_LibLookupTableAlloc()
291 Vec_PtrForEachEntry( Vec_Int_t *, vVec, vOne, i ) in Amap_LibLookupTableAlloc()
294 nTotal += Vec_IntSize(vOne) + 1; in Amap_LibLookupTableAlloc()
297 Vec_IntForEachEntry( vOne, Value, k ) in Amap_LibLookupTableAlloc()
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/macros/
H A Dbitset.sci131 vOne = (v == 1)
136 y(vOne) = x(vOne) | mask(vOne)
140 tmp = vOne & b==0
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wlc/
H A DwlcSim.c131 Vec_Ptr_t * vOne, * vRes; in Wlc_NtkSimulate() local
144 vOne = Vec_PtrAlloc( nBits ); in Wlc_NtkSimulate()
146 Vec_PtrPush( vOne, ABC_CALLOC(word, nWords * nFrames) ); in Wlc_NtkSimulate()
147 Vec_PtrPush( vRes, vOne ); in Wlc_NtkSimulate()
/dports/science/fisicalab/fisicalab-0.3.3/
H A DFLDynamicsCircularMotion.m438 massOne*(0.5*vOne*vOne + gf*yOne)));
444 massOne*(0.5*vOne*vOne + gf*yOne)));
525 massOne*(0.5*vOne*vOne + gf*yOne)));
531 massOne*(0.5*vOne*vOne + gf*yOne)));
612 massOne*(0.5*vOne*vOne + gf*yOne)));
618 massOne*(0.5*vOne*vOne + gf*yOne)));
688 (0.5*vOne*vOne + gf*yOne)));
694 (0.5*vOne*vOne + gf*yOne)));
775 massOne*(0.5*vOne*vOne + gf*yOne)));
781 massOne*(0.5*vOne*vOne + gf*yOne)));
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/extra/
H A DextraUtilMacc.c117 Vec_Int_t * vOne, * vTwo, * vThree; in Macc_ConstMultGenerate() local
152 vOne = Vec_WecEntry( vDivs, a ); in Macc_ConstMultGenerate()
154 Vec_IntForEachEntry( vOne, One, i ) in Macc_ConstMultGenerate()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/fra/
H A DfraLcr.c349 Vec_Int_t * vOne, * vOneNew; in Fra_LcrRemapPartitions() local
354 Vec_PtrForEachEntry( Vec_Int_t *, vParts, vOne, i ) in Fra_LcrRemapPartitions()
356 vOneNew = Vec_IntAlloc( Vec_IntSize(vOne) ); in Fra_LcrRemapPartitions()
357 Vec_IntForEachEntry( vOne, Out, k ) in Fra_LcrRemapPartitions()
379 Vec_IntFree( vOne ); in Fra_LcrRemapPartitions()

1234