Home
last modified time | relevance | path

Searched refs:fVal (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/src/core/
H A DSkFixed15.h21 SkFixed15(float val) : fVal(val * 32768) { SkASSERT(0.0f <= val && val <= 1.0f); } in SkFixed15()
22 explicit operator float() const { return fVal * (1/32768.0f); } in operator float()
28 uint16_t store() const { return fVal; } in store()
38 return (fVal - (fVal>>8))>>7; in to_u8()
41 SkFixed15 operator +(SkFixed15 o) const { return fVal + o.fVal; } in operator +()
42 SkFixed15 operator -(SkFixed15 o) const { return fVal - o.fVal; } in operator -()
43 SkFixed15 operator *(SkFixed15 o) const { return (fVal * in operator -()
63 uint16_t fVal; global() member in SkFixed15
[all...]
/third_party/skia/include/private/
H A DSkNx.h161 T fVal; member
164 AI SkNx(T v) : fVal(v) {} in SkNx()
169 return fVal; in operator []()
177 AI void store(void* ptr) const { memcpy(ptr, &fVal, sizeof(T)); } in store()
216 AI T min() const { return fVal; } in min()
217 AI T max() const { return fVal; } in max()
218 AI bool anyTrue() const { return fVal != 0; } in anyTrue()
219 AI bool allTrue() const { return fVal != 0; } in allTrue()
221 AI SkNx abs() const { return Abs(fVal); } in abs()
222 AI SkNx sqrt() const { return Sqrt(fVal); } in sqrt()
[all...]
/third_party/skia/tests/
H A DVptrTest.cpp19 SubclassA(size_t val) : fVal(val) {} in SubclassA()
21 size_t val() const override { return fVal; }
23 size_t fVal; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBINode.java88 int fVal; // For leafChar nodes, the value. field in RBBINode
138 fVal = other.fVal; in RBBINode()
291 RBBINode.printInt(n.fVal, 7); in printNode()
H A DRBBITableBuilder.java79 /** Map from rule number (fVal in look ahead nodes) to sequential lookahead index. */
139 bofLeaf.fVal = 2; // Reserved value for {bof}. in buildForwardTable()
449 int c = this.fRB.fSetBuilder.getFirstChar(endNode.fVal); in calcChainedFollowPos()
467 if (endNode.fVal == startNode.fVal) { in calcChainedFollowPos()
506 Assert.assrt(bofNode.fVal == 2); in bofFixup()
519 if (startNode.fVal == bofNode.fVal) { in bofFixup()
578 if ((p.fType == RBBINode.leafChar) && (p.fVal == a)) { in buildStateTable()
641 int ruleNum = node.fVal; // Se in mapLookAheadRules()
[all...]
H A DRBBIRuleScanner.java265 endNode.fVal = fRuleNum; in doParseActions()
394 n.fVal = fRuleNum; in doParseActions()
405 n.fVal = 0; in doParseActions()
415 n.fVal = n.fVal * 10 + v; in doParseActions()
/third_party/icu/icu4c/source/common/
H A Drbbinode.cpp65 fVal = 0; in RBBINode()
94 fVal = other.fVal; in RBBINode()
321 node->fFirstPos, node->fVal); in printNode()
H A Drbbitblb.cpp111 bofLeaf->fVal = 2; // Reserved value for {bof}. in buildForwardTable()
466 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos()
485 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos()
528 U_ASSERT(bofNode->fVal == 2); in bofFixup()
545 if (startNode->fVal == bofNode->fVal) { in bofFixup()
644 if ((p->fType == RBBINode::leafChar) && (p->fVal == a)) { in buildStateTable()
736 int32_t ruleNum = node->fVal; // Set when rule was originally parsed. in mapLookAheadRules()
766 int32_t ruleNum = node->fVal; // Se in mapLookAheadRules()
[all...]
H A Drbbiscan.cpp347 endNode->fVal = fRuleNum; in doParseActions()
500 n->fVal = fRuleNum; in doParseActions()
514 n->fVal = 0; in doParseActions()
525 n->fVal = n->fVal*10 + v; in doParseActions()
H A Drbbinode.h77 int32_t fVal; // For leafChar nodes, the value. member in RBBINode
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBINode.java89 int fVal; // For leafChar nodes, the value. field in RBBINode
139 fVal = other.fVal; in RBBINode()
292 RBBINode.printInt(n.fVal, 7); in printNode()
H A DRBBITableBuilder.java78 /** Map from rule number (fVal in look ahead nodes) to sequential lookahead index. */
132 bofLeaf.fVal = 2; // Reserved value for {bof}. in buildForwardTable()
442 int c = this.fRB.fSetBuilder.getFirstChar(endNode.fVal); in calcChainedFollowPos()
460 if (endNode.fVal == startNode.fVal) { in calcChainedFollowPos()
499 Assert.assrt(bofNode.fVal == 2); in bofFixup()
512 if (startNode.fVal == bofNode.fVal) { in bofFixup()
571 if ((p.fType == RBBINode.leafChar) && (p.fVal == a)) { in buildStateTable()
635 int ruleNum = node.fVal; // Se in mapLookAheadRules()
[all...]
H A DRBBIRuleScanner.java266 endNode.fVal = fRuleNum; in doParseActions()
395 n.fVal = fRuleNum; in doParseActions()
406 n.fVal = 0; in doParseActions()
416 n.fVal = n.fVal * 10 + v; in doParseActions()
/third_party/node/deps/icu-small/source/common/
H A Drbbinode.cpp65 fVal = 0; in RBBINode()
94 fVal = other.fVal; in RBBINode()
321 node->fFirstPos, node->fVal); in printNode()
H A Drbbitblb.cpp111 bofLeaf->fVal = 2; // Reserved value for {bof}. in buildForwardTable()
470 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos()
513 U_ASSERT(bofNode->fVal == 2); in bofFixup()
530 if (startNode->fVal == bofNode->fVal) { in bofFixup()
629 if ((p->fType == RBBINode::leafChar) && (p->fVal == a)) { in buildStateTable()
721 int32_t ruleNum = node->fVal; // Set when rule was originally parsed. in mapLookAheadRules()
751 int32_t ruleNum = node->fVal; // Set when rule was originally parsed. in mapLookAheadRules()
799 sd->fAccepting = fLookAheadRuleMap->elementAti(endMarker->fVal); in flagAcceptingStates()
[all...]
H A Drbbiscan.cpp347 endNode->fVal = fRuleNum; in doParseActions()
500 n->fVal = fRuleNum; in doParseActions()
514 n->fVal = 0; in doParseActions()
525 n->fVal = n->fVal*10 + v; in doParseActions()
H A Drbbinode.h77 int32_t fVal; // For leafChar nodes, the value. member in RBBINode
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbinode.cpp65 fVal = 0; in RBBINode()
94 fVal = other.fVal; in RBBINode()
320 node->fFirstPos, node->fVal); in printNode()
H A Drbbitblb.cpp111 bofLeaf->fVal = 2; // Reserved value for {bof}. in buildForwardTable()
465 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos()
484 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos()
527 U_ASSERT(bofNode->fVal == 2); in bofFixup()
544 if (startNode->fVal == bofNode->fVal) { in bofFixup()
643 if ((p->fType == RBBINode::leafChar) && (p->fVal == a)) { in buildStateTable()
735 int32_t ruleNum = node->fVal; // Set when rule was originally parsed. in mapLookAheadRules()
765 int32_t ruleNum = node->fVal; // Se in mapLookAheadRules()
[all...]
H A Drbbiscan.cpp347 endNode->fVal = fRuleNum; in doParseActions()
500 n->fVal = fRuleNum; in doParseActions()
514 n->fVal = 0; in doParseActions()
525 n->fVal = n->fVal*10 + v; in doParseActions()
H A Drbbinode.h77 int32_t fVal; // For leafChar nodes, the value. member in RBBINode
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dparse_number.cpp163 HexFloat<FloatProxy<float>> fVal(0.0f); in ParseAndEncodeFloatingPointNumber()
164 if (!ParseNumber(text, &fVal)) { in ParseAndEncodeFloatingPointNumber()
168 emit(BitwiseCast<uint32_t>(fVal)); in ParseAndEncodeFloatingPointNumber()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.cpp163 HexFloat<FloatProxy<float>> fVal(0.0f); in ParseAndEncodeFloatingPointNumber()
164 if (!ParseNumber(text, &fVal)) { in ParseAndEncodeFloatingPointNumber()
168 emit(BitwiseCast<uint32_t>(fVal)); in ParseAndEncodeFloatingPointNumber()
/third_party/spirv-tools/source/util/
H A Dparse_number.cpp163 HexFloat<FloatProxy<float>> fVal(0.0f); in ParseAndEncodeFloatingPointNumber()
164 if (!ParseNumber(text, &fVal)) { in ParseAndEncodeFloatingPointNumber()
168 emit(BitwiseCast<uint32_t>(fVal)); in ParseAndEncodeFloatingPointNumber()
/third_party/backends/backend/
H A Dniash.c985 SANE_Bool fVal; in sane_control_option() local
1180 fVal = *(SANE_Bool *) pVal; in sane_control_option()
1181 DBG (DBG_MSG, "lamp %s\n", fVal ? "on" : "off"); in sane_control_option()
1182 if (fVal) in sane_control_option()

Completed in 32 milliseconds

12