Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/ivy/
H A DivyDsd.c446 int VarC, Var1, Var0; in Ivy_TruthDsdCompute_rec() local
447 VarC = Ivy_DecGetVar( &Node, 0 ); in Ivy_TruthDsdCompute_rec()
453 assert( Node.Type == IVY_DEC_MAJ || (VarC & 1) == 0 ); in Ivy_TruthDsdCompute_rec()
537 int VarC, Var1, Var0; in Ivy_TruthDsdPrint_rec() local
539 VarC = Ivy_DecGetVar( &Node, 0 ); in Ivy_TruthDsdPrint_rec()
543 Ivy_TruthDsdPrint_rec( pFile, VarC >> 1, vTree ); in Ivy_TruthDsdPrint_rec()
544 fprintf( pFile, "%s", (VarC & 1)? "\'" : "" ); in Ivy_TruthDsdPrint_rec()
624 int VarC, Var1, Var0; in Ivy_ManDsdConstruct_rec() local
625 VarC = Ivy_DecGetVar( &Node, 0 ); in Ivy_ManDsdConstruct_rec()
631 assert( Node.Type == IVY_DEC_MAJ || (VarC & 1) == 0 ); in Ivy_ManDsdConstruct_rec()
[all …]
/dports/biology/gcta/gcta_1.26.0_src/
H A Dbivar_reml.cpp353 …double V1 = 0, V2 = 0, C = 0, VarV1 = 0, VarV2 = 0, VarC = 0.0, CovV1V2 = 0.0, CovV1C = 0.0, CovV2… in calcu_rg() local
363 VarC = Hi(_bivar_pos[2][i], _bivar_pos[2][i]); in calcu_rg()
370 …rg_var[i] = rg[i] * rg[i]*(VarV1 / (4 * V1 * V1) + VarV2 / (4 * V2 * V2) + VarC / (C * C) + CovV1V… in calcu_rg()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggergdbmi/test/TestApps/
H A DWatchesPrgStruct.inc342 // VarC..., VarNC...: TComponent; // cast to real class OR object
/dports/editors/lazarus/lazarus/components/lazdebuggergdbmi/test/TestApps/
H A DWatchesPrgStruct.inc342 // VarC..., VarNC...: TComponent; // cast to real class OR object
/dports/editors/lazarus-qt5/lazarus/components/lazdebuggergdbmi/test/TestApps/
H A DWatchesPrgStruct.inc342 // VarC..., VarNC...: TComponent; // cast to real class OR object
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazdebuggergdbmi/test/TestApps/
H A DWatchesPrgStruct.inc342 // VarC..., VarNC...: TComponent; // cast to real class OR object
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/ca/notation/
H A Dnotation-appendices.itely1327 @cindex VarC, clau
/dports/print/lilypond/lilypond-2.22.1/Documentation/ca/notation/
H A Dnotation-appendices.itely1330 @cindex VarC, clau
/dports/science/py-netCDF4/netcdf4-python-1.5.7rel/src/netCDF4/
H A D_netCDF4.pyx2628 For example, `createVariable('/GroupA/GroupB/VarC', float, ('x','y'))` will create groups `GroupA`
2629 and `GroupA/GroupB`, plus the variable `GroupA/GroupB/VarC`, if the preceding