Searched refs:qValue (Results 1 – 7 of 7) sorted by relevance
212 public void setQValue(float qValue) throws InvalidArgumentException { in setQValue() argument213 if (qValue != -1 && (qValue < 0 || qValue > 1)) in setQValue()217 this.parameters.set(Q, Float.valueOf(qValue)); in setQValue()
179 public void setQValue(float qValue) throws InvalidArgumentException { in setQValue() argument180 if (qValue == -1) in setQValue()182 super.setParameter(ParameterNames.Q, qValue); in setQValue()
119 APInt qValue = quantizeFloatToInt(expressedValue); in quantizeFloatToInt64() local120 return isSigned ? qValue.getSExtValue() : qValue.getZExtValue(); in quantizeFloatToInt64()
9 void setQValue(float qValue) throws InvalidArgumentException; in setQValue() argument
12 void setQValue(float qValue) throws InvalidArgumentException; in setQValue() argument
14 void setQValue(float qValue) throws InvalidArgumentException; in setQValue() argument