Searched refs:fVal (Results 1 – 10 of 10) sorted by relevance
41 GrAutoTPtrValueRestore() : fPtr(NULL), fVal() {} in GrAutoTPtrValueRestore()46 fVal = *ptr; in GrAutoTPtrValueRestore()52 *fPtr = fVal; in ~GrAutoTPtrValueRestore()59 *fPtr = fVal; in save()62 fVal = *ptr; in save()66 T fVal; variable
59 fVal = 0; in RBBINode()88 fVal = other.fVal; in RBBINode()300 fSerialNum, fFirstPos, fVal); in printNode()
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 …]
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()
353 public static void writeFloat(OutputStream outputStream, float fVal) in writeFloat() argument355 byte[] byteArray = convertToBytes(fVal); in writeFloat()
121 static void lAddByte(TokenStream *fTok, unsigned char fVal) in lAddByte() argument127 lBlock->data[lBlock->count++] = fVal; in lAddByte()
146 jfloat fVal = static_cast<jfloat>(NPVARIANT_TO_DOUBLE(npvValue)); in convertNPVariantToJavaValue() local147 env->SetFloatArrayRegion(static_cast<jfloatArray>(javaArray), i, 1, &fVal); in convertNPVariantToJavaValue()
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()