Home
last modified time | relevance | path

Searched refs:tInt (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/ChemicalFeatures/
H A DFreeChemicalFeature.cpp25 uint32_t tInt = ci_FEAT_VERSION; in toString() local
26 streamWrite(ss, tInt); in toString()
32 streamWrite(ss, tInt); in toString()
35 streamWrite(ss, tInt); in toString()
48 uint32_t tInt; in initFromString() local
49 streamRead(ss, tInt); in initFromString()
50 switch (tInt) { in initFromString()
69 streamRead(ss, tInt); in initFromString()
70 tmpChr = new char[tInt]; in initFromString()
75 streamRead(ss, tInt); in initFromString()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/DataStructs/
H A DDiscreteValueVect.cpp155 std::uint32_t tInt; in toString() local
156 tInt = d_type; in toString()
158 tInt = d_bitsPerVal; in toString()
160 tInt = d_mask; in toString()
162 tInt = d_length; in toString()
164 tInt = d_numInts; in toString()
192 std::uint32_t tInt; in initFromText() local
197 d_bitsPerVal = tInt; in initFromText()
200 d_mask = tInt; in initFromText()
202 d_length = tInt; in initFromText()
[all …]
H A DSparseBitVect.cpp310 std::int32_t tInt = ci_BITVECT_VERSION * -1; in toString() local
311 RDKit::streamWrite(ss, tInt); in toString()
312 tInt = d_size; in toString()
313 RDKit::streamWrite(ss, tInt); in toString()
314 tInt = getNumOnBits(); in toString()
315 RDKit::streamWrite(ss, tInt); in toString()
H A DExplicitBitVect.cpp216 std::int32_t tInt = ci_BITVECT_VERSION * -1; in toString() local
217 RDKit::streamWrite(ss, tInt); in toString()
218 tInt = d_size; in toString()
219 RDKit::streamWrite(ss, tInt); in toString()
220 tInt = getNumOnBits(); in toString()
221 RDKit::streamWrite(ss, tInt); in toString()
H A DSparseIntVect.h338 std::uint32_t tInt; in toString() local
339 tInt = ci_SPARSEINTVECT_VERSION; in toString()
340 streamWrite(ss, tInt); in toString()
341 tInt = sizeof(IndexType); in toString()
342 streamWrite(ss, tInt); in toString()
350 std::int32_t tInt = iter->second; in toString() local
351 streamWrite(ss, tInt); in toString()
374 std::uint32_t tInt; in initFromText() local
375 streamRead(ss, tInt); in initFromText()
376 if (tInt > sizeof(IndexType)) { in initFromText()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/postgresql/
H A Dpq_statics.cxx180 Type tInt = cppu::UnoType<sal_Int32>::get(); in getStatics() local
194 PropertyDef( statics.PRIVILEGES , tInt ), in getStatics()
254 PropertyDef( statics.PRECISION , tInt ), in getStatics()
255 PropertyDef( statics.SCALE , tInt ), in getStatics()
256 PropertyDef( statics.TYPE , tInt ), in getStatics()
274 PropertyDef( statics.TYPE, tInt ), in getStatics()
292 PropertyDef( statics.TYPE, tInt ), in getStatics()
315 PropertyDef( statics.SCALE , tInt ), in getStatics()
316 PropertyDef( statics.TYPE , tInt ), in getStatics()
423 PropertyDef( statics.SCALE , tInt ), in getStatics()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/postgresql/
H A Dpq_statics.cxx178 Type tInt = cppu::UnoType<sal_Int32>::get(); in getStatics() local
192 PropertyDef( statics.PRIVILEGES , tInt ), in getStatics()
254 PropertyDef( statics.PRECISION , tInt ), in getStatics()
255 PropertyDef( statics.SCALE , tInt ), in getStatics()
256 PropertyDef( statics.TYPE , tInt ), in getStatics()
274 PropertyDef( statics.TYPE, tInt ), in getStatics()
292 PropertyDef( statics.TYPE, tInt ), in getStatics()
315 PropertyDef( statics.SCALE , tInt ), in getStatics()
316 PropertyDef( statics.TYPE , tInt ), in getStatics()
423 PropertyDef( statics.SCALE , tInt ), in getStatics()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Geometry/
H A DUniformGrid3D.cpp340 std::uint32_t tInt; in toString() local
341 tInt = d_numX; in toString()
343 tInt = d_numY; in toString()
345 tInt = d_numZ; in toString()
371 std::uint32_t tInt; in initFromText() local
372 streamRead(ss, tInt); in initFromText()
373 d_numX = tInt; in initFromText()
374 streamRead(ss, tInt); in initFromText()
375 d_numY = tInt; in initFromText()
376 streamRead(ss, tInt); in initFromText()
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/Treeless/
H A DBuiltin.hs80 TCon c | isZero c -> tInt 0
100 TLit (LitNat n) -> tInt (n + 1)
108 TLit (LitNat n) -> tInt (-n - 1)
122 sucBranch (TALit (LitNat i) b) = TALit (LitNat (i + 1)) $ TLet (tInt i) b
124 nPlusKAlt (k + 1) $ TLet (tOp PAdd (TVar 0) (tInt 1)) $
128 nPlusKAlt k b = TAGuard (tOp PGeq (TVar e) (tInt k)) $
129 TLet (tOp PSub (TVar e) (tInt k)) b
140 posAlt b = TAGuard (tOp PGeq (TVar e) (tInt 0)) $ sub b
149 negAlt b = TAGuard (tOp PLt (TVar e) (tInt 0)) $ body b
153 TAGuard (tOp PLt (TVar e) (tInt (-k))) $
/dports/science/qcl/qcl-0.6.4/
H A Deval.cc53 tInt i; in eval()
95 tInt i,j,m,o,l; in eval()
171 return tValue((tInt)v.dim()); in eval()
236 return tValue((tInt)1<<e2.toInt()); in eval()
378 tInt n=0; in eval()
411 case sCEIL : return tValue((tInt)ceil(r)); in eval()
413 case sINOT : return tValue((tInt) ~n); in eval()
478 tInt n[argc]; in eval()
481 tInt rn; in eval()
530 return tValue((tInt)rn); in eval()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DBinaryShiftExpression.java69 type = Type.tInt; in selectType()
75 right = new ConvertExpression(where, Type.tInt, right); in selectType()
77 right = convert(env, ctx, Type.tInt, right); in selectType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DBinaryShiftExpression.java69 type = Type.tInt; in selectType()
75 right = new ConvertExpression(where, Type.tInt, right); in selectType()
77 right = convert(env, ctx, Type.tInt, right); in selectType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DBinaryShiftExpression.java69 type = Type.tInt; in selectType()
75 right = new ConvertExpression(where, Type.tInt, right); in selectType()
77 right = convert(env, ctx, Type.tInt, right); in selectType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DBinaryShiftExpression.java69 type = Type.tInt; in selectType()
75 right = new ConvertExpression(where, Type.tInt, right); in selectType()
77 right = convert(env, ctx, Type.tInt, right); in selectType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DBinaryShiftExpression.java69 type = Type.tInt; in selectType()
75 right = new ConvertExpression(where, Type.tInt, right); in selectType()
77 right = convert(env, ctx, Type.tInt, right); in selectType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DBinaryShiftExpression.java69 type = Type.tInt; in selectType()
75 right = new ConvertExpression(where, Type.tInt, right); in selectType()
77 right = convert(env, ctx, Type.tInt, right); in selectType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DBinaryShiftExpression.java69 type = Type.tInt; in selectType()
75 right = new ConvertExpression(where, Type.tInt, right); in selectType()
77 right = convert(env, ctx, Type.tInt, right); in selectType()
/dports/www/websh/websh-3.6.0b5/src/generic/
H A Dhtmlify.c212 int tInt = 0; \
219 if( Tcl_GetIntFromObj(NULL,entity,&tInt) == TCL_ERROR ) { \
225 if (tInt > 32768 - 1) { \
232 tmp = (Tcl_UniChar)tInt; \
250 int tInt = 0; \
251 if( Tcl_GetIntFromObj(NULL,iObj,&tInt) != TCL_ERROR ) { \
252 Tcl_UniChar tmp = (Tcl_UniChar) tInt; \
/dports/graphics/krita/krita-4.4.8/plugins/filters/gradientmap/
H A DKisGradientMapFilterDitherCachedGradient.cpp50 qint32 tInt = t * m_max + 0.5; in cachedAt() local
51 if (m_cachedEntries.size() > tInt) { in cachedAt()
52 return m_cachedEntries[tInt]; in cachedAt()
H A DKisGradientMapFilterNearestCachedGradient.cpp56 qint32 tInt = t * m_max + 0.5; in cachedAt() local
57 if (m_colors.size() > tInt) { in cachedAt()
58 return m_colors[tInt].data(); in cachedAt()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java37 public static final int tInt = 10; field in BasicType
52 public static final BasicType T_INT = new BasicType(tInt);
86 return tInt; in getTInt()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicType.java37 public static final int tInt = 10; field in BasicType
52 public static final BasicType T_INT = new BasicType(tInt);
86 return tInt; in getTInt()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_gpu_calculate_splines.cuh241 int tableIndex, tInt; in calculate_splines() local
278 tInt = (int)t; in calculate_splines()
280 sm_fractCoords[sharedMemoryIndex] = t - tInt; in calculate_splines()
281 tableIndex += tInt; in calculate_splines()
282 assert(tInt >= 0); in calculate_splines()
283 assert(tInt < c_pmeNeighborUnitcellCount * n); in calculate_splines()
/dports/benchmarks/py-naarad/naarad-1.0.15/bin/
H A DPrintGCStats1147 tInt += sub(" secs.*", "", tString);
1148 if (tInt == 2) {
1196 tInt = sub(" secs.*", "", tString);
1225 tInt = sub(" secs.*", "", tString);
1254 tInt = sub(" secs.*", "", tString);
1266 tInt = sub(/ secs.*/, "", tString);
1273 tInt = sub(".*Train: [^,]+, ", "", tString);
1274 tInt = sub(" secs.*", "", tString);
1294 tInt = sub(" secs.*", "", tString);
1404 tInt = sub(".*, ", "", tString);
[all …]
/dports/graphics/krita/krita-4.4.8/libs/pigment/resources/
H A DKoCachedGradient.h74 qint32 tInt = t * m_max + 0.5; in cachedAt() local
75 if (m_colors.size() > tInt) { in cachedAt()
76 return m_colors[tInt].data(); in cachedAt()

12345678910>>...27