Searched refs:offsetValue (Results 1 – 4 of 4) sorted by relevance
269 String offsetValue = value.substring(timezoneOffsetPosition + 1); in parse() local270 long offset = parseTimezoneOffset(offsetValue); in parse()
699 private boolean isInOffsetWindowOrDirect(int offsetValue, int a){ in isInOffsetWindowOrDirect() argument700 …return (a & UConverterConstants.UNSIGNED_INT_MASK)<=(offsetValue & UConverterConstants.UNSIGNED_IN… in isInOffsetWindowOrDirect()701 …((a & UConverterConstants.UNSIGNED_INT_MASK)>=(offsetValue & UConverterConstants.UNSIGNED_INT_MASK… in isInOffsetWindowOrDirect()
430 auto offsetValue = Operand(this, state, instruction.offsetId); in callSamplerFunction() local432 for(uint32_t j = 0; j < offsetValue.componentCount; j++, i++) in callSamplerFunction()434 in[i] = As<SIMD::Float>(offsetValue.Int(j)); // Integer values, but transfered as float. in callSamplerFunction()
6688 int offsetValue = values[i].getIConst(); in checkSingleTextureOffset() local6689 if (offsetValue > maxOffsetValue || offsetValue < minOffsetValue) in checkSingleTextureOffset()6692 tokenStream << offsetValue; in checkSingleTextureOffset()