Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbitblb.cpp105 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 …]
Drbbinode.cpp59 fVal = 0; in RBBINode()
88 fVal = other.fVal; in RBBINode()
300 fSerialNum, fFirstPos, fVal); in printNode()
Drbbiscan.cpp328 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()
Drbbinode.h74 int32_t fVal; // For leafChar nodes, the value. variable
Drbbisetb.cpp365 leafNode->fVal = (unsigned short)val; in addValToSet()
/external/chromium/third_party/icu/source/common/
Drbbitblb.cpp105 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 …]
Drbbinode.cpp59 fVal = 0; in RBBINode()
88 fVal = other.fVal; in RBBINode()
300 fSerialNum, fFirstPos, fVal); in printNode()
Drbbiscan.cpp328 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()
Drbbinode.h74 int32_t fVal; // For leafChar nodes, the value. variable
Drbbisetb.cpp365 leafNode->fVal = (unsigned short)val; in addValToSet()
/external/webkit/WebCore/bridge/jni/v8/
DJNIUtilityPrivate.cpp131 jfloat fVal = static_cast<jfloat>(NPVARIANT_TO_DOUBLE(npvValue)); in convertNPVariantToJValue() local
132 env->SetFloatArrayRegion(static_cast<jfloatArray>(javaArray), i, 1, &fVal); in convertNPVariantToJValue()
/external/svox/pico/lib/
Dpicopam.c1491 picoos_single fVal; in f_round() local
1494 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()