Home
last modified time | relevance | path

Searched refs:fixedValue (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_a_v_a_r.py51 fixedValue = floatToFixed(value, 14)
52 result.append(struct.pack(">hh", fixedKey, fixedValue))
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java591 final String fixedValue = fixValue(item); in getOutput() local
592 if (fixedValue.isEmpty()) { in getOutput()
596 list.add(fixedValue); in getOutput()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp399 const deUint64 fixedValue = deRoundFloatToInt64(v * (float)maxFixedValue); in getWellBehavingChannelColor() local
401 const deUint64 units = fixedValue >> numSubBits; in getWellBehavingChannelColor()
402 const deUint64 subUnits = fixedValue & ((1u << numSubBits) - 1u); in getWellBehavingChannelColor()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java1498 String fixedValue = value.replaceAll("- ", "-"); // TODO fix hack
1499 if (!fixedValue.equals(value)) {
1502 fixedValue = "[" + fixedValue + "]"; // add parens in case forgotten
1503 UnicodeSet s1 = new UnicodeSet(fixedValue).removeAll(uppercase);
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDates.java778 String fixedValue = dateTimePatternGenerator.replaceFieldTypes(value, id); in checkPattern() local
789 id, skeletonCanonical, value, fixedValue)); in checkPattern()
/external/mockito/lib/
Dbyte-buddy-1.8.15.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...