Home
last modified time | relevance | path

Searched defs:getWeight (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocalePriorityList.java136 public Double getWeight(ULocale locale) { in getWeight() method in LocalePriorityList
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocalePriorityList.java132 public Double getWeight(ULocale locale) { in getWeight() method in LocalePriorityList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp139 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight() function in InstDeleterIRStrategy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.h51 unsigned getWeight() const { return (Weight); } in getWeight() function in llvm::HexagonResource
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBuiltinFunctions.hpp121 float UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::UnaryBuiltinVecFunc
213 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::UnaryTrigonometricFunc
428 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::UnaryExponentialFunc
H A DrsgStatement.cpp44 template <class T> float getWeight (const GeneratorState& state) { return T::getWeight(state); } in getWeight() function
49 float (*getWeight) (const GeneratorState& state); member
128 float ExpressionStatement::getWeight (const GeneratorState& state) in getWeight() function in rsg::ExpressionStatement
190 float BlockStatement::getWeight (cons function in rsg::BlockStatement
321 float DeclarationStatement::getWeight (const GeneratorState& state) getWeight() function in rsg::DeclarationStatement
526 float ConditionalStatement::getWeight (const GeneratorState& state) getWeight() function in rsg::ConditionalStatement
[all...]
H A DrsgBinaryOps.cpp326 float BinaryOp<Precedence, Assoc>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::BinaryOp
536 float MulOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::MulOp
586 float AddOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::AddOp
636 float SubOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::SubOp
715 float RelationalOp<ComputeValueRange, EvaluateComp>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::RelationalOp
787 float LessThanOp::getWeight (cons function in rsg::LessThanOp
843 float LessOrEqualOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::LessOrEqualOp
853 float GreaterThanOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::GreaterThanOp
863 float GreaterOrEqualOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::GreaterOrEqualOp
995 float EqualityComparisonOp<IsEqual>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::EqualityComparisonOp
1090 float EqualOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::EqualOp
1100 float NotEqualOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::NotEqualOp
[all...]
H A DrsgExpression.cpp272 template <class T> float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) { return T::getWeight(state, valueRange); } in getWeight() function
277 float (*getWeight) (const GeneratorState& state, ConstValueRangeAccess valueRange); member
399 float FloatLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::FloatLiteral
454 float IntLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::IntLiteral
515 float BoolLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::BoolLiteral
786 float ConstructorOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::ConstructorOp
910 float AssignOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::AssignOp
1173 float VariableRead::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::VariableRead
1234 float VariableWrite::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::VariableWrite
1283 float ParenOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::ParenOp
1388 float SwizzleOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::SwizzleOp
1622 float TexLookup::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) getWeight() function in rsg::TexLookup
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.cpp217 RegWeight Variable::getWeight(const Cfg *Func) const { in getWeight() function in Ice::Variable
H A DIceOperand.h590 BaseType getWeight() const { return Weight; } in getWeight() function in Ice::RegNumT::RegWeight
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1194 unsigned getWeight() const { return Weight; } in getWeight() function in llvm::PSetIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1626 int HexagonDAGToDAGISel::getWeight(SDNode *N) { in getWeight() function in HexagonDAGToDAGISel
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp4195 virtual double getWeight (void) const { return 0.0; } in getWeight() function in deqp::gls::BuiltinPrecisionTests::Sampling
4234 double getWeight (void) const { return 1.0; } in getWeight() function in deqp::gls::BuiltinPrecisionTests::DefaultSampling
4257 double getWeight (void) const { return 1.0; } in getWeight() function in deqp::gls::BuiltinPrecisionTests::DefaultSampling
4394 double getWeight (void) const in getWeight() function in deqp::gls::BuiltinPrecisionTests::DefaultSampling
4440 double getWeight (void) const in getWeight() function in deqp::gls::BuiltinPrecisionTests::DefaultSampling
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 36 milliseconds