Searched refs:fVal (Results 1 – 6 of 6) sorted by relevance
98 bofLeaf->fVal = 2; // Reserved value for {bof}. in build()426 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos()446 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos()489 U_ASSERT(bofNode->fVal == 2); in bofFixup()506 if (startNode->fVal == bofNode->fVal) { in bofFixup()589 if ((p->fType == RBBINode::leafChar) && (p->fVal == a)) { in buildStateTable()677 sd->fAccepting = endMarker->fVal; in flagAcceptingStates()682 if (sd->fAccepting==-1 && endMarker->fVal != 0) { in flagAcceptingStates()686 sd->fAccepting = endMarker->fVal; in flagAcceptingStates()729 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()[all …]
59 fVal = 0; in RBBINode()88 fVal = other.fVal; in RBBINode()297 fSerialNum, fFirstPos, fVal); in printNode()
327 endNode->fVal = fRuleNum; in doParseActions()442 n->fVal = fRuleNum; in doParseActions()453 n->fVal = 0; in doParseActions()464 n->fVal = n->fVal*10 + v; in doParseActions()
74 int32_t fVal; // For leafChar nodes, the value. variable
357 leafNode->fVal = (unsigned short)val; in addValToSet()
1484 picoos_single fVal; in f_round() local1487 fVal = (picoos_single) iVal; in f_round()1490 if ((fIn - fVal) < (picoos_single) 0.5f) in f_round()1491 return fVal; in f_round()1493 return fVal + (picoos_single) 1.0f; in f_round()1495 if ((fVal - fIn) < (picoos_single) 0.5f) in f_round()1496 return fVal; in f_round()1498 return fVal - (picoos_single) 1.0f; in f_round()