Home
last modified time | relevance | path

Searched refs:llshift (Results 1 – 25 of 135) sorted by relevance

123456

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_type_int.h78 Longlong_null operator<<(const Longlong_null &llshift) const
80 if (is_null() || llshift.is_null())
82 uint shift= (uint) llshift.value();
88 Longlong_null operator>>(const Longlong_null &llshift) const
90 if (is_null() || llshift.is_null())
92 uint shift= (uint) llshift.value();
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_type_int.h78 Longlong_null operator<<(const Longlong_null &llshift) const
80 if (is_null() || llshift.is_null())
82 uint shift= (uint) llshift.value();
88 Longlong_null operator>>(const Longlong_null &llshift) const
90 if (is_null() || llshift.is_null())
92 uint shift= (uint) llshift.value();
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dfixed-value.c484 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
485 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
556 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
557 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
572 mod = mod.llshift (1, HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
579 quo_s = quo_s.llshift (1, HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
591 s = s.llshift (1, HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
655 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
826 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
966 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dfixed-value.c484 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
485 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
556 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
557 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
572 mod = mod.llshift (1, HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
579 quo_s = quo_s.llshift (1, HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
591 s = s.llshift (1, HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
655 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
826 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
966 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
824 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
964 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
967 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dfixed-value.c484 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
485 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
556 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
557 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
655 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
826 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
966 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
969 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
H A Ddouble-int.h137 double_int llshift (HOST_WIDE_INT count, unsigned int prec) const;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
832 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
972 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
975 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
825 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
965 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
968 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfixed-value.c490 s = s.llshift ((-GET_MODE_FBIT (f->mode)), HOST_BITS_PER_DOUBLE_INT); in do_fixed_multiply()
491 f->data = r.llshift ((HOST_BITS_PER_DOUBLE_INT in do_fixed_multiply()
562 s = pos_a.llshift (GET_MODE_FBIT (f->mode), HOST_BITS_PER_DOUBLE_INT); in do_fixed_divide()
563 r = pos_a.llshift (- (HOST_BITS_PER_DOUBLE_INT in do_fixed_divide()
661 temp_high = a->data.llshift (b->data.low - HOST_BITS_PER_DOUBLE_INT, in do_fixed_shift()
832 temp_high = a->data.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert()
972 temp_low = a.llshift (amount, HOST_BITS_PER_DOUBLE_INT); in fixed_convert_from_int()
975 temp_high = a.llshift (amount - HOST_BITS_PER_DOUBLE_INT, in fixed_convert_from_int()
/dports/devel/upp/upp/bazaar/plugin/tcc/
H A Dtcctest.c1520 void llshift(long long a, int b) in llshift() function
1609 llshift(0x123, 5); in longlong_test()
1610 llshift(-23, 5); in longlong_test()
1612 llshift(b, 47); in longlong_test()

123456