Home
last modified time | relevance | path

Searched refs:hipart (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/misc/
H A Dwinbs_uint64.c14 unsigned long hipart; in _byteswap_uint64()
20 …: [lowpart] "=rm" (retval.hipart), [hipart] "=rm" (retval.lowpart) : "[lowpart]" (retval.lowpart)… in _byteswap_uint64()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/misc/
H A Dwinbs_uint64.c14 unsigned long hipart; in _byteswap_uint64()
20 …: [lowpart] "=rm" (retval.hipart), [hipart] "=rm" (retval.lowpart) : "[lowpart]" (retval.lowpart)… in _byteswap_uint64()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioning/
H A Dqlocationutils_p.h261 inline static void split_double(double input, float *hipart, float *lopart) in split_double() argument
263 *hipart = (float) input; in split_double()
264 double delta = input - ((double) *hipart); in split_double()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dinternal-fn.c478 rtx hipart = expand_shift (RSHIFT_EXPR, wmode, res, in ubsan_expand_si_overflow_mul_check() local
480 hipart = gen_lowpart (mode, hipart); in ubsan_expand_si_overflow_mul_check()
488 emit_cmp_and_jump_insns (signbit, hipart, EQ, NULL_RTX, mode, in ubsan_expand_si_overflow_mul_check()
626 rtx hipart = gen_reg_rtx (hmode); in ubsan_expand_si_overflow_mul_check() local
629 emit_move_insn (hipart, hipart1); in ubsan_expand_si_overflow_mul_check()
643 emit_move_insn (hipart, hipart0); in ubsan_expand_si_overflow_mul_check()
661 ops.op1 = make_tree (halfutype, hipart); in ubsan_expand_si_overflow_mul_check()
670 emit_cmp_and_jump_insns (hipart, const0_rtx, GE, NULL_RTX, hmode, in ubsan_expand_si_overflow_mul_check()
/dports/audio/aacgain/aacgain-1.8/mpeg4ip/include/
H A Dmpeg4ip_win32.h143 #define VAR_TO_FPOS(fpos, var) (fpos).lopart = ((var) & UINT_MAX); (fpos).hipart = ((var) >> 32)
144 #define FPOS_TO_VAR(fpos, typed, var) (var) = (typed)((uint64_t)((fpos).hipart ) << 32 | (fpos).lop…
/dports/editors/fpc-ide/fpc-3.2.2/compiler/mips/
H A Dcpuelf.pas703 lopart,hipart:longword;
805 objsec.Data.Read(hipart,sizeof(hipart));
815 hipart:=swapendian(hipart);
818 objreloc.orgsize:=(hipart shl 16)+SmallInt(lopart);
/dports/lang/fpc/fpc-3.2.2/compiler/mips/
H A Dcpuelf.pas703 lopart,hipart:longword;
805 objsec.Data.Read(hipart,sizeof(hipart));
815 hipart:=swapendian(hipart);
818 objreloc.orgsize:=(hipart shl 16)+SmallInt(lopart);
/dports/lang/fpc-source/fpc-3.2.2/compiler/mips/
H A Dcpuelf.pas703 lopart,hipart:longword;
805 objsec.Data.Read(hipart,sizeof(hipart));
815 hipart:=swapendian(hipart);
818 objreloc.orgsize:=(hipart shl 16)+SmallInt(lopart);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/brig.dg/test/gimple/
H A Dmulhi.hsail31 /* All of the hipart mults areImplemented using MULT_HIGHPART_EXPR (h*). */
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/imuse/
H A Dimuse.cpp1693 Part *part, *hipart; in reallocateMidiChannels() local
1700 hipart = NULL; in reallocateMidiChannels()
1706 hipart = part; in reallocateMidiChannels()
1710 if (!hipart) in reallocateMidiChannels()
1713 if ((hipart->_mc = midi->allocateChannel()) == NULL) { in reallocateMidiChannels()
1727 if ((hipart->_mc = midi->allocateChannel()) == NULL) in reallocateMidiChannels()
1730 hipart->sendAll(); in reallocateMidiChannels()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/imuse/
H A Dimuse.cpp1705 Part *part, *hipart; in reallocateMidiChannels() local
1712 hipart = NULL; in reallocateMidiChannels()
1718 hipart = part; in reallocateMidiChannels()
1722 if (!hipart) in reallocateMidiChannels()
1725 if ((hipart->_mc = midi->allocateChannel()) == NULL) { in reallocateMidiChannels()
1739 if ((hipart->_mc = midi->allocateChannel()) == NULL) in reallocateMidiChannels()
1742 hipart->sendAll(); in reallocateMidiChannels()

1234