Searched refs:fVal (Results 1 – 12 of 12) sorted by relevance
105 bofLeaf->fVal = 2; // Reserved value for {bof}. in build()444 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos()464 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos()507 U_ASSERT(bofNode->fVal == 2); in bofFixup()524 if (startNode->fVal == bofNode->fVal) { in bofFixup()623 if ((p->fType == RBBINode::leafChar) && (p->fVal == a)) { in buildStateTable()723 sd->fAccepting = endMarker->fVal; in flagAcceptingStates()728 if (sd->fAccepting==-1 && endMarker->fVal != 0) { in flagAcceptingStates()732 sd->fAccepting = endMarker->fVal; in flagAcceptingStates()775 sd->fLookAhead = lookAheadNode->fVal; in flagLookAheadStates()[all …]
59 fVal = 0; in RBBINode()88 fVal = other.fVal; in RBBINode()300 fSerialNum, fFirstPos, fVal); in printNode()
328 endNode->fVal = fRuleNum; in doParseActions()443 n->fVal = fRuleNum; in doParseActions()454 n->fVal = 0; in doParseActions()465 n->fVal = n->fVal*10 + v; in doParseActions()
74 int32_t fVal; // For leafChar nodes, the value. variable
365 leafNode->fVal = (unsigned short)val; in addValToSet()
131 jfloat fVal = static_cast<jfloat>(NPVARIANT_TO_DOUBLE(npvValue)); in convertNPVariantToJValue() local132 env->SetFloatArrayRegion(static_cast<jfloatArray>(javaArray), i, 1, &fVal); in convertNPVariantToJValue()
1491 picoos_single fVal; in f_round() local1494 fVal = (picoos_single) iVal; in f_round()1497 if ((fIn - fVal) < (picoos_single) 0.5f) in f_round()1498 return fVal; in f_round()1500 return fVal + (picoos_single) 1.0f; in f_round()1502 if ((fVal - fIn) < (picoos_single) 0.5f) in f_round()1503 return fVal; in f_round()1505 return fVal - (picoos_single) 1.0f; in f_round()