Searched refs:fixedValue (Results 1 – 4 of 4) sorted by relevance
52 fixedValue = fl2fi(value, 14)53 result.append(struct.pack(">hh", fixedKey, fixedValue))
590 final String fixedValue = fixValue(item); in getOutput() local591 if (fixedValue.isEmpty()) { in getOutput()595 list.add(fixedValue); in getOutput()
399 const deUint64 fixedValue = deRoundFloatToInt64(v * (float)maxFixedValue); in getWellBehavingChannelColor() local401 const deUint64 units = fixedValue >> numSubBits; in getWellBehavingChannelColor()402 const deUint64 subUnits = fixedValue & ((1u << numSubBits) - 1u); in getWellBehavingChannelColor()
745 String fixedValue = dateTimePatternGenerator.replaceFieldTypes(value, id); in checkPattern() local756 id, skeletonCanonical, value, fixedValue)); in checkPattern()