Searched refs:nWeights (Results 1 – 1 of 1) sorted by relevance
1155 const int nWeights = this->numWeights(); in numWeightBits() local1157 ((nWeights*8*fWeightTrits + 4) / 5) + in numWeightBits()1158 ((nWeights*7*fWeightQuints + 2) / 3) + in numWeightBits()1159 (nWeights*fWeightBits); in numWeightBits()