Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
D_a_v_a_r.py52 fixedValue = fl2fi(value, 14)
53 result.append(struct.pack(">hh", fixedKey, fixedValue))
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java590 final String fixedValue = fixValue(item); in getOutput() local
591 if (fixedValue.isEmpty()) { in getOutput()
595 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/test/
DCheckDates.java745 String fixedValue = dateTimePatternGenerator.replaceFieldTypes(value, id); in checkPattern() local
756 id, skeletonCanonical, value, fixedValue)); in checkPattern()