OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizedValue
(Results
1 - 11
of
11
) sorted by null
/cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Integer.java
61
BigInteger
normalizedValue
, BigInteger range) {
64
normalizedValue
.intValue(), range.intValue());
68
PerAlignedUtils.encodeBigNonNegativeWholeNumber(
normalizedValue
),
75
BigInteger
normalizedValue
, BigInteger range) {
77
normalizedValue
.longValue(), range.longValue());
116
BigInteger
normalizedValue
= value.subtract(minimumValue);
119
? encodeNormalizedIntegerWithRangeAligned(
normalizedValue
, range)
120
: encodeNormalizedIntegerWithRangeUnaligned(
normalizedValue
, range);
185
BigInteger
normalizedValue
= aligned
188
value = minimumValue.add(
normalizedValue
);
[
all
...]
PerAlignedUtils.java
42
int
normalizedValue
= value - minimumValue;
45
return encodeNormalizedSmallConstrainedWholeNumber(
normalizedValue
, range);
50
* value, the {@code
normalizedValue
}, for whole numbers up to 64K range
58
int
normalizedValue
, int range) {
60
Preconditions.checkArgument(
normalizedValue
>= 0,
68
(byte)
normalizedValue
);
75
result.appendByte((byte) (
normalizedValue
));
78
result.appendByte((byte) ((
normalizedValue
& 0xFF00) >>> 8));
79
result.appendByte((byte) (
normalizedValue
& 0x00FF));
PerUnalignedUtils.java
37
int
normalizedValue
= value - minimumValue;
40
return encodeNormalizedConstrainedWholeNumber(
normalizedValue
, range);
45
* value, the {@code
normalizedValue
}, for whole numbers up to 64K range
53
long
normalizedValue
, long range) {
57
result.appendBit((
normalizedValue
>> i & 1) != 0);
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
XMLRecordWriter.java
176
private void internalString(String name, String
normalizedValue
) {
177
if (
normalizedValue
!= null) {
179
writeString("<" + name + ">" +
normalizedValue
+ "</" + name + ">");
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
XMLRecordWriter.java
172
private void internalString(String name, String
normalizedValue
) {
173
if (
normalizedValue
!= null) {
175
writeString("<" + name + ">" +
normalizedValue
+ "</" + name + ">");
/external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp
340
buf << " highp " << vectorType << "
normalizedValue
= " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ");\n";
342
buf << " highp " << vectorType << "
normalizedValue
= " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n";
345
buf << " highp " << vectorType << " positiveNormalizedValue = (
normalizedValue
+ " << vectorType << "(1.0)) / 2.0;\n";
347
buf << " highp " << vectorType << " positiveNormalizedValue =
normalizedValue
;\n";
403
const tcu::Vec4
normalizedValue
= value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
404
const tcu::Vec4 positiveNormalizedValue = ((m_useNegativeValues) ? ((
normalizedValue
+ tcu::Vec4(1.0f)) / 2.0f) : (
normalizedValue
));
/external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp
417
buf << " highp " << vectorType << "
normalizedValue
= " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ");\n";
419
buf << " highp " << vectorType << "
normalizedValue
= " << ((glu::getDataTypeScalarType(m_dataType) == glu::TYPE_FLOAT) ? ("") : (vectorType)) << "(a_value" << ((glu::isDataTypeMatrix(m_dataType)) ? ("[1]") : ("")) << ") / float(" << s_valueRange << ");\n";
422
buf << " highp " << vectorType << " positiveNormalizedValue = (
normalizedValue
+ " << vectorType << "(1.0)) / 2.0;\n";
424
buf << " highp " << vectorType << " positiveNormalizedValue =
normalizedValue
;\n";
480
const tcu::Vec4
normalizedValue
= value / ((m_normalizing) ? (1.0f) : ((float)s_valueRange));
481
const tcu::Vec4 positiveNormalizedValue = ((m_useNegativeValues) ? ((
normalizedValue
+ tcu::Vec4(1.0f)) / 2.0f) : (
normalizedValue
));
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestPathHeader.java
[
all
...]
/external/cldr/tools/java/libs/
xercesImpl.jar
icu4j.jar
/external/kotlinc/lib/
kotlin-reflect.jar
Completed in 2835 milliseconds