Home
last modified time | relevance | path

Searched refs:directIndex (Results 1 – 20 of 20) sorted by relevance

/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dntuplestorage.cpp119 hyFloat _NTupleStorage::DirectIndex (unsigned long directIndex) { in DirectIndex() argument
120 return theData[directIndex]; in DirectIndex()
139 void _NTupleStorage::IndexToTuple (unsigned long directIndex, _SimpleList& kTuple) { in IndexToTuple() argument
141 if (storageK && directIndex < C_NK_Lookup.get(C_NK_Lookup.countitems()-1)) { in IndexToTuple()
147 while (C_NK_Lookup.list_data[lookup_offset+i] > directIndex) { in IndexToTuple()
156 directIndex -= C_NK_Lookup.list_data[lookup_offset+i]; in IndexToTuple()
H A Dtopology.cpp1656 resList->MStore (kCOTBranchLength, new _Constant (branchLengths.directIndex(tIndex)), false); in FindCOT()
H A Dmatrix.cpp9125 c2.quickArrayAccess())-numExp->directIndex(k)); in ExportMatrixExp()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dwriter.go241 return &directIndex{buf: buf, w: bufio.NewWriter(buf)}
256 type directIndex struct { struct
341 func (d *directIndex) entries(key []byte) []IndexEntry { argument
353 func (d *directIndex) Entries(key []byte) []IndexEntry { argument
367 func (d *directIndex) KeyCount() int { argument
433 func (d *directIndex) flush(w io.Writer) (int64, error) { argument
501 func (d *directIndex) MarshalBinary() ([]byte, error) { argument
509 func (d *directIndex) Size() uint32 { argument
513 func (d *directIndex) Close() error { argument
530 func (d *directIndex) Remove() error { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dwriter.go241 return &directIndex{buf: buf, w: bufio.NewWriter(buf)}
256 type directIndex struct { struct
341 func (d *directIndex) entries(key []byte) []IndexEntry { argument
353 func (d *directIndex) Entries(key []byte) []IndexEntry { argument
367 func (d *directIndex) KeyCount() int { argument
433 func (d *directIndex) flush(w io.Writer) (int64, error) { argument
501 func (d *directIndex) MarshalBinary() ([]byte, error) { argument
509 func (d *directIndex) Size() uint32 { argument
513 func (d *directIndex) Close() error { argument
530 func (d *directIndex) Remove() error { argument
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dwriter.go241 return &directIndex{buf: buf, w: bufio.NewWriter(buf)}
256 type directIndex struct { struct
341 func (d *directIndex) entries(key []byte) []IndexEntry { argument
353 func (d *directIndex) Entries(key []byte) []IndexEntry { argument
367 func (d *directIndex) KeyCount() int { argument
433 func (d *directIndex) flush(w io.Writer) (int64, error) { argument
501 func (d *directIndex) MarshalBinary() ([]byte, error) { argument
509 func (d *directIndex) Size() uint32 { argument
513 func (d *directIndex) Close() error { argument
530 func (d *directIndex) Remove() error { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dwriter.go241 return &directIndex{buf: buf, w: bufio.NewWriter(buf)}
256 type directIndex struct { struct
341 func (d *directIndex) entries(key []byte) []IndexEntry { argument
353 func (d *directIndex) Entries(key []byte) []IndexEntry { argument
367 func (d *directIndex) KeyCount() int { argument
433 func (d *directIndex) flush(w io.Writer) (int64, error) { argument
501 func (d *directIndex) MarshalBinary() ([]byte, error) { argument
509 func (d *directIndex) Size() uint32 { argument
513 func (d *directIndex) Close() error { argument
530 func (d *directIndex) Remove() error { argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java104 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
111 directIndex = index; in getAnnotationsByType()
140 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
141 if (directIndex < containerIndex) { in getAnnotationsByType()
149 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java104 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
111 directIndex = index; in getAnnotationsByType()
140 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
141 if (directIndex < containerIndex) { in getAnnotationsByType()
149 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java104 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
111 directIndex = index; in getAnnotationsByType()
140 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
141 if (directIndex < containerIndex) { in getAnnotationsByType()
149 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java104 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
111 directIndex = index; in getAnnotationsByType()
140 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
141 if (directIndex < containerIndex) { in getAnnotationsByType()
149 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java104 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
111 directIndex = index; in getAnnotationsByType()
140 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
141 if (directIndex < containerIndex) { in getAnnotationsByType()
149 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java104 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
111 directIndex = index; in getAnnotationsByType()
140 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
141 if (directIndex < containerIndex) { in getAnnotationsByType()
149 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java104 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
111 directIndex = index; in getAnnotationsByType()
140 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
141 if (directIndex < containerIndex) { in getAnnotationsByType()
149 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java104 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
111 directIndex = index; in getAnnotationsByType()
140 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
141 if (directIndex < containerIndex) { in getAnnotationsByType()
149 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java99 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
106 directIndex = index; in getAnnotationsByType()
135 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
136 if (directIndex < containerIndex) { in getAnnotationsByType()
144 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DAnnoConstruct.java99 int directIndex = -1, containerIndex = -1; in getAnnotationsByType() local
106 directIndex = index; in getAnnotationsByType()
135 if (directIndex >= 0 && containerIndex >= 0) { in getAnnotationsByType()
136 if (directIndex < containerIndex) { in getAnnotationsByType()
144 } else if (directIndex >= 0) { in getAnnotationsByType()
/dports/biology/hyphy/hyphy-2.5.33/src/new/
H A Dbayesgraph.cpp122 return log_values->directIndex(0L); // log(exp(log(x))) in LogSumExpo()
129 StoreIfGreater (max_log, log_values->directIndex(idx)); in LogSumExpo()
138 sum_exponents += exp( log_values->directIndex(idx) - max_log ); in LogSumExpo()
H A Dscfg.cpp515 checksum += sampled_values->directIndex (value); in VerifyValues()
851 … hyFloat current_value = ((_Vector*)storedInsideP.GetItem (stringIndex))->directIndex(matrixIndex); in ComputeInsideProb()
1054 … hyFloat currentValue = ((_Vector*)storedOutsideP.GetItem (stringIndex))->directIndex(matrixIndex); in ComputeOutsideProb()
/dports/biology/hyphy/hyphy-2.5.33/src/core/include/
H A Dmatrix.h515 inline hyFloat& directIndex(long k) { in directIndex() function