Home
last modified time | relevance | path

Searched refs:fVal (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/common/
Drbbitblb.cpp98 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 …]
Drbbinode.cpp59 fVal = 0; in RBBINode()
88 fVal = other.fVal; in RBBINode()
297 fSerialNum, fFirstPos, fVal); in printNode()
Drbbiscan.cpp327 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()
Drbbinode.h74 int32_t fVal; // For leafChar nodes, the value. variable
Drbbisetb.cpp357 leafNode->fVal = (unsigned short)val; in addValToSet()
/external/svox/pico/lib/
Dpicopam.c1484 picoos_single fVal; in f_round() local
1487 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()