Home
last modified time | relevance | path

Searched refs:remh (Results 1 – 25 of 68) sorted by relevance

123

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/vfp/
H A Dvfp.h112 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
125 sub128(&remh, &reml, nh, nl, termh, terml); in vfp_estimate_div128to64()
127 while ((s64)remh < 0) { in vfp_estimate_div128to64()
129 add128(&remh, &reml, remh, reml, mh, ml); in vfp_estimate_div128to64()
131 remh = (remh << 32) | (reml >> 32); in vfp_estimate_div128to64()
132 if (mh << 32 <= remh) { in vfp_estimate_div128to64()
135 do_div(remh, mh); in vfp_estimate_div128to64()
136 z |= remh; in vfp_estimate_div128to64()
H A Dvfpdouble.c334 u64 termh, terml, remh, reml; in vfp_double_fsqrt() local
337 sub128(&remh, &reml, vdm.significand, 0, termh, terml); in vfp_double_fsqrt()
338 while ((s64)remh < 0) { in vfp_double_fsqrt()
342 add128(&remh, &reml, remh, reml, termh, terml); in vfp_double_fsqrt()
344 vdd.significand |= (remh | reml) != 0; in vfp_double_fsqrt()
1074 u64 termh, terml, remh, reml; in vfp_double_fdiv() local
1076 sub128(&remh, &reml, vdn.significand, 0, termh, terml); in vfp_double_fdiv()
1077 while ((s64)remh < 0) { in vfp_double_fdiv()
1079 add128(&remh, &reml, remh, reml, 0, vdm.significand); in vfp_double_fdiv()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/vfp/
H A Dvfp.h112 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
125 sub128(&remh, &reml, nh, nl, termh, terml); in vfp_estimate_div128to64()
127 while ((s64)remh < 0) { in vfp_estimate_div128to64()
129 add128(&remh, &reml, remh, reml, mh, ml); in vfp_estimate_div128to64()
131 remh = (remh << 32) | (reml >> 32); in vfp_estimate_div128to64()
132 if (mh << 32 <= remh) { in vfp_estimate_div128to64()
135 do_div(remh, mh); in vfp_estimate_div128to64()
136 z |= remh; in vfp_estimate_div128to64()
H A Dvfpdouble.c334 u64 termh, terml, remh, reml; in vfp_double_fsqrt() local
337 sub128(&remh, &reml, vdm.significand, 0, termh, terml); in vfp_double_fsqrt()
338 while ((s64)remh < 0) { in vfp_double_fsqrt()
342 add128(&remh, &reml, remh, reml, termh, terml); in vfp_double_fsqrt()
344 vdd.significand |= (remh | reml) != 0; in vfp_double_fsqrt()
1074 u64 termh, terml, remh, reml; in vfp_double_fdiv() local
1076 sub128(&remh, &reml, vdn.significand, 0, termh, terml); in vfp_double_fdiv()
1077 while ((s64)remh < 0) { in vfp_double_fdiv()
1079 add128(&remh, &reml, remh, reml, 0, vdm.significand); in vfp_double_fdiv()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/vfp/
H A Dvfp.h112 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
125 sub128(&remh, &reml, nh, nl, termh, terml); in vfp_estimate_div128to64()
127 while ((s64)remh < 0) { in vfp_estimate_div128to64()
129 add128(&remh, &reml, remh, reml, mh, ml); in vfp_estimate_div128to64()
131 remh = (remh << 32) | (reml >> 32); in vfp_estimate_div128to64()
132 if (mh << 32 <= remh) { in vfp_estimate_div128to64()
135 do_div(remh, mh); in vfp_estimate_div128to64()
136 z |= remh; in vfp_estimate_div128to64()
H A Dvfpdouble.c334 u64 termh, terml, remh, reml; in vfp_double_fsqrt() local
337 sub128(&remh, &reml, vdm.significand, 0, termh, terml); in vfp_double_fsqrt()
338 while ((s64)remh < 0) { in vfp_double_fsqrt()
342 add128(&remh, &reml, remh, reml, termh, terml); in vfp_double_fsqrt()
344 vdd.significand |= (remh | reml) != 0; in vfp_double_fsqrt()
1074 u64 termh, terml, remh, reml; in vfp_double_fdiv() local
1076 sub128(&remh, &reml, vdn.significand, 0, termh, terml); in vfp_double_fdiv()
1077 while ((s64)remh < 0) { in vfp_double_fdiv()
1079 add128(&remh, &reml, remh, reml, 0, vdm.significand); in vfp_double_fdiv()
/dports/emulators/citra/citra-ac98458e0/src/core/arm/skyeye_common/vfp/
H A Dvfp_helper.h174 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
187 sub128(&remh, &reml, nh, nl, termh, terml); in vfp_estimate_div128to64()
189 while ((s64)remh < 0) { in vfp_estimate_div128to64()
191 add128(&remh, &reml, remh, reml, mh, ml); in vfp_estimate_div128to64()
193 remh = (remh << 32) | (reml >> 32); in vfp_estimate_div128to64()
194 if (mh << 32 <= remh) { in vfp_estimate_div128to64()
197 do_div(remh, mh); in vfp_estimate_div128to64()
198 z |= remh; in vfp_estimate_div128to64()
H A Dvfpdouble.cpp363 u64 termh, terml, remh, reml; in vfp_double_fsqrt() local
366 sub128(&remh, &reml, vdm.significand, 0, termh, terml); in vfp_double_fsqrt()
367 while ((s64)remh < 0) { in vfp_double_fsqrt()
371 add128(&remh, &reml, remh, reml, termh, terml); in vfp_double_fsqrt()
373 vdd.significand |= (remh | reml) != 0; in vfp_double_fsqrt()
1124 u64 termh, terml, remh, reml; in vfp_double_fdiv() local
1126 sub128(&remh, &reml, vdn.significand, 0, termh, terml); in vfp_double_fdiv()
1127 while ((s64)remh < 0) { in vfp_double_fdiv()
1129 add128(&remh, &reml, remh, reml, 0, vdm.significand); in vfp_double_fdiv()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/arm/skyeye_common/vfp/
H A Dvfp_helper.h174 u64 mh, ml, remh, reml, termh, terml, z; in vfp_estimate_div128to64() local
187 sub128(&remh, &reml, nh, nl, termh, terml); in vfp_estimate_div128to64()
189 while ((s64)remh < 0) { in vfp_estimate_div128to64()
191 add128(&remh, &reml, remh, reml, mh, ml); in vfp_estimate_div128to64()
193 remh = (remh << 32) | (reml >> 32); in vfp_estimate_div128to64()
194 if (mh << 32 <= remh) { in vfp_estimate_div128to64()
197 do_div(remh, mh); in vfp_estimate_div128to64()
198 z |= remh; in vfp_estimate_div128to64()
H A Dvfpdouble.cpp363 u64 termh, terml, remh, reml; in vfp_double_fsqrt() local
366 sub128(&remh, &reml, vdm.significand, 0, termh, terml); in vfp_double_fsqrt()
367 while ((s64)remh < 0) { in vfp_double_fsqrt()
371 add128(&remh, &reml, remh, reml, termh, terml); in vfp_double_fsqrt()
373 vdd.significand |= (remh | reml) != 0; in vfp_double_fsqrt()
1124 u64 termh, terml, remh, reml; in vfp_double_fdiv() local
1126 sub128(&remh, &reml, vdn.significand, 0, termh, terml); in vfp_double_fdiv()
1127 while ((s64)remh < 0) { in vfp_double_fdiv()
1129 add128(&remh, &reml, remh, reml, 0, vdm.significand); in vfp_double_fdiv()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/m32r/
H A Dm32r2.s54 .global remh
55 remh: label
56 remh fp,fp
H A Dm32r2.d40 0+003c <remh>:
41 3c: 9d 2d 00 10 remh fp,fp
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/m32r/
H A Dm32r2.s54 .global remh
55 remh: label
56 remh fp,fp
H A Dm32r2.d40 0+003c <remh>:
41 3c: 9d 2d 00 10 remh fp,fp
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/m32r/
H A Dm32r2.s54 .global remh
55 remh:
56 remh fp,fp
H A Dm32r2.d40 0+003c <remh>:
41 3c: 9d 2d 00 10 remh fp,fp
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/m32r/
H A Dm32r2.s54 .global remh
55 remh: label
56 remh fp,fp
H A Dm32r2.d40 0+003c <remh>:
41 3c: 9d 2d 00 10 remh fp,fp
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/m32r/
H A Dm32r2.s54 .global remh
55 remh: label
56 remh fp,fp
H A Dm32r2.d40 0+003c <remh>:
41 3c: 9d 2d 00 10 remh fp,fp
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/m32r/
H A Dm32r2.s54 .global remh
55 remh: label
56 remh fp,fp
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/m32r/
H A Dm32r2.s54 .global remh
55 remh: label
56 remh fp,fp
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/m32r/
H A Dm32r2.s54 .global remh
55 remh: label
56 remh fp,fp
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/m32r/
H A Dm32r2.s54 .global remh
55 remh: label
56 remh fp,fp
/dports/graphics/azpainterb/azpainterb-1.1.3/src/image/
H A DTileImage_imagefile.c387 int tx,ty,i,pitch,w,h,remw,remh; in TileImage_setChannelImage() local
397 for(ty = p->tileh, remh = srch; ty; ty--, psY += pitch, remh -= 64) in TileImage_setChannelImage()
400 h = (remh > 64)? 64: remh; in TileImage_setChannelImage()

123