Lines Matching refs:Signed
146 b0 = Signed(LoadUint8(data_pointer, offset));
151 b1 = Signed(LoadUint8(data_pointer, offset + 1));
180 return convert<Number>(Signed(result));
259 let high_part: intptr = Signed(convert<uintptr>(high_word));
260 let low_part: intptr = Signed(convert<uintptr>(low_word));
294 let low_part: int32 = Signed(low_word);
295 let high_part: int32 = Signed(high_word);
426 let getIndexIntptr: intptr = Signed(convert<uintptr>(getIndexFloat));
428 let viewOffsetIntptr: intptr = Signed(convert<uintptr>(viewOffsetFloat));
692 high_word = Unsigned(0 - Signed(high_word));
694 high_word = Unsigned(Signed(high_word) - 1);
696 low_word = Unsigned(0 - Signed(low_word));
748 let getIndexIntptr: intptr = Signed(convert<uintptr>(getIndexFloat));
750 let viewOffsetIntptr: intptr = Signed(convert<uintptr>(viewOffsetFloat));