Home
last modified time | relevance | path

Searched refs:reshi (Results 1 – 25 of 58) sorted by relevance

123

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/tcg/mips/mips64-dsp/
H A Ddshilo.c7 long long reshi, reslo; in main() local
12 reshi = 0xfffffffff8765432; in main()
25 if ((acho != reshi) || (aclo != reslo)) { in main()
33 reshi = 0x1234567; in main()
46 if ((acho != reshi) || (aclo != reslo)) { in main()
H A Ddshilov.c7 long long reshi, reslo; in main() local
13 reshi = 0xfffffffff8765432; in main()
26 if ((acho != reshi) || (aclo != reslo)) { in main()
35 reshi = 0x1234567; in main()
48 if ((acho != reshi) || (aclo != reslo)) { in main()
H A Ddmthlip.c12 long long reshi, reslo; in main() local
21 reshi = 0x12345678; in main()
35 if ((rsdsp != res) || (acho != reshi) || (aclo != reslo)) { in main()
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dattotime.cpp52 u32 reshi; in operator *=() local
53 temp = divu_64x32_rem(temp, ATTOSECONDS_PER_SECOND_SQRT, &reshi); in operator *=()
62 m_attoseconds = (attoseconds_t)reslo + mul_32x32(reshi, ATTOSECONDS_PER_SECOND_SQRT); in operator *=()
91 u32 reshi = divu_64x32_rem(temp, factor, &remainder); in operator /=() local
98 m_attoseconds = (attoseconds_t)reslo + mulu_32x32(reshi, ATTOSECONDS_PER_SECOND_SQRT); in operator /=()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dattotime.cpp52 u32 reshi; in operator *=() local
53 temp = divu_64x32_rem(temp, ATTOSECONDS_PER_SECOND_SQRT, &reshi); in operator *=()
62 m_attoseconds = (attoseconds_t)reslo + mul_32x32(reshi, ATTOSECONDS_PER_SECOND_SQRT); in operator *=()
91 u32 reshi = divu_64x32_rem(temp, factor, &remainder); in operator /=() local
98 m_attoseconds = (attoseconds_t)reslo + mulu_32x32(reshi, ATTOSECONDS_PER_SECOND_SQRT); in operator /=()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-fre-65.c12 v8hi reshi = *(v8hi *)&x[16]; in foo() local
15 *(v8hi *)(dest + 16) = reshi; in foo()
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/
H A Datan-itanium.c537 L_FLOAT_TYPE res,reshi,reslo,rn_constant,test; in atan_rn() local
649 reshi = _Asm_fma( _PC_D, xred, tmp, atanbhi, _SF0 ); in atan_rn()
670 reshi = _Asm_fma( _PC_D, q, xe, xe, _SF0 ); in atan_rn()
675 return -reshi; in atan_rn()
677 return reshi; in atan_rn()
685 return -reshi; in atan_rn()
687 return reshi; in atan_rn()
693 reslo = res - reshi; in atan_rn()
696 if (__builtin_expect(reshi == test, 1+1==2)) { in atan_rn()
698 return -reshi; in atan_rn()
[all …]
/dports/math/crlibm/crlibm-1.0beta4/
H A Datan-itanium.c537 L_FLOAT_TYPE res,reshi,reslo,rn_constant,test; in atan_rn() local
649 reshi = _Asm_fma( _PC_D, xred, tmp, atanbhi, _SF0 ); in atan_rn()
670 reshi = _Asm_fma( _PC_D, q, xe, xe, _SF0 ); in atan_rn()
675 return -reshi; in atan_rn()
677 return reshi; in atan_rn()
685 return -reshi; in atan_rn()
687 return reshi; in atan_rn()
693 reslo = res - reshi; in atan_rn()
696 if (__builtin_expect(reshi == test, 1+1==2)) { in atan_rn()
698 return -reshi; in atan_rn()
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/dchest/siphash/
H A Dsiphash_test.go382 reslo, reshi := Hash128(k0, k1, d[i:])
386 if reshi != want128[i*2+1] {
387 t.Fatalf("Expected %v got %v", want128[i*2+1], reshi)
397 reslo, reshi = dig128.sum128()
401 if reshi != want128[i*2+1] {
402 t.Fatalf("Expected %v got %v", want128[i*2+1], reshi)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/dchest/siphash/
H A Dsiphash_test.go382 reslo, reshi := Hash128(k0, k1, d[i:])
386 if reshi != want128[i*2+1] {
387 t.Fatalf("Expected %v got %v", want128[i*2+1], reshi)
397 reslo, reshi = dig128.sum128()
401 if reshi != want128[i*2+1] {
402 t.Fatalf("Expected %v got %v", want128[i*2+1], reshi)
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/dchest/siphash/
H A Dsiphash_test.go382 reslo, reshi := Hash128(k0, k1, d[i:])
386 if reshi != want128[i*2+1] {
387 t.Fatalf("Expected %v got %v", want128[i*2+1], reshi)
397 reslo, reshi = dig128.sum128()
401 if reshi != want128[i*2+1] {
402 t.Fatalf("Expected %v got %v", want128[i*2+1], reshi)
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/github.com/dchest/siphash/
H A Dsiphash_test.go382 reslo, reshi := Hash128(k0, k1, d[i:])
386 if reshi != want128[i*2+1] {
387 t.Fatalf("Expected %v got %v", want128[i*2+1], reshi)
397 reslo, reshi = dig128.sum128()
401 if reshi != want128[i*2+1] {
402 t.Fatalf("Expected %v got %v", want128[i*2+1], reshi)
/dports/math/flint2/flint-2.8.4/nmod_mat/
H A Dmul_blas.c320 ulong s, t, hi, lo, reshi, reslo; in _reduce_crt_worker() local
369 reshi = 0; in _reduce_crt_worker()
379 add_ssaaaa(reshi, reslo, reshi, reslo, hi, lo); in _reduce_crt_worker()
382 if (reshi < ctx.n) in _reduce_crt_worker()
383 NMOD_RED2(Crows[i][j], reshi, reslo, ctx); in _reduce_crt_worker()
385 NMOD2_RED2(Crows[i][j], reshi, reslo, ctx); in _reduce_crt_worker()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dhelper-a64.c312 int32_t reslo, reshi; in HELPER() local
315 reshi = (int32_t)(int16_t)(a >> 32) + (int32_t)(int16_t)(a >> 48); in HELPER()
317 return (uint32_t)reslo | (((uint64_t)reshi) << 32); in HELPER()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dhelper-a64.c312 int32_t reslo, reshi; in HELPER() local
315 reshi = (int32_t)(int16_t)(a >> 32) + (int32_t)(int16_t)(a >> 48); in HELPER()
317 return (uint32_t)reslo | (((uint64_t)reshi) << 32); in HELPER()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/common/x86/
H A Dwiener_convolve_avx2.c232 __m128i reshi = _mm256_extracti128_si256(res_round, 1); in av1_wiener_convolve_add_src_avx2() local
233 const __m128i res_16bit = _mm_packus_epi32(reslo, reshi); in av1_wiener_convolve_add_src_avx2()

123