HomeSort by relevance Sort by last modified time
    Searched defs:getWeight (Results 1 - 25 of 38) sorted by null

1 2

  /external/smack/src/org/jivesoftware/smack/util/dns/
SRVRecord.java 59 public int getWeight() {
  /external/smack/src/org/xbill/DNS/
SRVRecord.java 85 getWeight() {
  /external/deqp/framework/randomshaders/
rsgBuiltinFunctions.hpp 48 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
121 float UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
213 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
218 return UnaryBuiltinVecTemplateProxy<C>::getWeight(state, valueRange) * state.getProgramParameters().trigonometricBaseWeight;
428 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
433 return UnaryBuiltinVecTemplateProxy<C>::getWeight(state, valueRange) * state.getProgramParameters().exponentialBaseWeight;
rsgStatement.cpp 44 template <class T> float getWeight (const GeneratorState& state) { return T::getWeight(state); }
49 float (*getWeight) (const GeneratorState& state);
57 { getWeight<BlockStatement>, create<BlockStatement> },
58 { getWeight<ExpressionStatement>, create<ExpressionStatement> },
59 { getWeight<DeclarationStatement>, create<DeclarationStatement> },
60 { getWeight<ConditionalStatement>, create<ConditionalStatement> }
69 weights[ndx] = statementSpecs[ndx].getWeight(state);
128 float ExpressionStatement::getWeight (const GeneratorState& state)
190 float BlockStatement::getWeight (const GeneratorState& state
    [all...]
rsgBinaryOps.cpp 76 float BinaryOp<Precedence, Assoc>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
286 float MulOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
291 return MulBase::getWeight(state, valueRange);
336 float AddOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
341 return AddBase::getWeight(state, valueRange);
386 float SubOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
391 return SubBase::getWeight(state, valueRange);
465 float RelationalOp<ComputeValueRange, EvaluateComp>::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)
472 return BinaryOp<7, ASSOCIATIVITY_LEFT>::getWeight(state, valueRange);
537 float LessThanOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange
    [all...]
rsgExpression.cpp 272 template <class T> float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) { return T::getWeight(state, valueRange); }
277 float (*getWeight) (const GeneratorState& state, ConstValueRangeAccess valueRange);
283 { getWeight<FloatLiteral>, create<FloatLiteral> },
284 { getWeight<IntLiteral>, create<IntLiteral> },
285 { getWeight<BoolLiteral>, create<BoolLiteral> },
286 { getWeight<ConstructorOp>, create<ConstructorOp> },
287 { getWeight<AssignOp>, create<AssignOp> },
288 { getWeight<VariableRead>, create<VariableRead> },
289 { getWeight<MulOp>, create<MulOp> }
    [all...]
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 559 public abstract int getWeight();
  /frameworks/minikin/include/minikin/
FontFamily.h 74 int getWeight() const { return bits & kWeightMask; }
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 698 public int getWeight() {
728 DNSRecord.Service localService = new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns.getLocalHost().getName());
798 return dns.addAnswer(in, addr, port, out, new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns
    [all...]
ServiceInfoImpl.java 220 this._weight = info.getWeight();
582 * @see javax.jmdns.ServiceInfo#getWeight()
585 public int getWeight() {
887 _weight = srv.getWeight();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h     [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 535 unsigned CodeGenRegister::getWeight(const CodeGenRegBank &RegBank) const {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 340 private float getWeight(Element linearLayoutChild) {
362 sum += getWeight(child);
418 float weight = getWeight(child);
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 639 int getWeight();
686 public int getWeight() {
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 217 size_t getWeight()
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 161 size_t getWeight()
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 

Completed in 375 milliseconds

1 2