Searched refs:push_int (Results 1 – 8 of 8) sorted by relevance
78 forward_to_builder!(i8, push_int);79 forward_to_builder!(i16, push_int);80 forward_to_builder!(i32, push_int);81 forward_to_builder!(i64, push_int);
202 fn push_int<T: Into<i64>>(&mut self, x: T) { in push_int() method
34 struct push_int struct36 push_int(stack<long>& eval_) in push_int() function112 lexeme_d[ (+digit_p)[push_int(self.eval)] ] in definition()
38 struct push_int struct40 push_int(stack<long>& eval_) in push_int() function116 lexeme_d[ (+digit_p)[push_int(self.eval)] ] in definition()
110 struct push_int struct112 push_int(vector<int>& code_) in push_int() argument206 lexeme_d[ (+digit_p)[push_int(self.code)] ] in definition()
468 void push_int (int v) in push_int() function503 push_int ((str_ref[0] << 24) | (str_ref[1] << 16) | (str_ref[2] << 8) | (str_ref[3])); in push_longint_from_substr()645 env.argStack.push_int ((int16_t)((env.str_ref[0] << 8) | env.str_ref[1])); in process_op()651 env.argStack.push_int ((int16_t)((op - OpCode_TwoBytePosInt0) * 256 + env.str_ref[0] + 108)); in process_op()657 env.argStack.push_int ((-(int16_t)(op - OpCode_TwoByteNegInt0) * 256 - env.str_ref[0] - 108)); in process_op()665 env.argStack.push_int ((int)op - 139); in process_op()
492 void push_int (int v) in push_int() function527 push_int ((str_ref[0] << 24) | (str_ref[1] << 16) | (str_ref[2] << 8) | (str_ref[3])); in push_longint_from_substr()682 env.argStack.push_int ((int16_t)((env.str_ref[0] << 8) | env.str_ref[1])); in process_op()688 env.argStack.push_int ((int16_t)((op - OpCode_TwoBytePosInt0) * 256 + env.str_ref[0] + 108)); in process_op()694 env.argStack.push_int ((-(int16_t)(op - OpCode_TwoByteNegInt0) * 256 - env.str_ref[0] - 108)); in process_op()702 env.argStack.push_int ((int)op - 139); in process_op()