Home
last modified time | relevance | path

Searched refs:multiplicands (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/devel/z80-asm/z80-asm-2.3/programs/
H A Dmulti.asm2 mul333: ; 8x8->8 multiplicands in B and C, result in A
17 mul334: ; 8x8->16 multiplicands in B and C, result in HL
33 mul444: ; 16x16->16 multiplicands in BC and DE, result in HL
58 mul445: ; 16x16->32 multiplicands in BC and DE result in HL'(high),HL(low)
97 mul555: ; 32x32->32 multiplicands in DE,BC and DE',BC' result in HL',IX(low)
/dports/graphics/opendx/dx-4.4.4/help/
H A Ddxall10788 two multiplicands, and the number of sample points in each interpolation
10 each of the multiplicands' interpolation elements. This represents multidimensional regular connect…
H A Ddxall2577 for each pair of interpolation elements in the two multiplicands, and
10 multiplicands' interpolation elements. An example of a Mesh Array is illustrated
H A Ddxall65412 elements in the two multiplicands, and the number of sample points
14 sample points in each of the multiplicands' interpolation elements. A Mesh
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/math/integer/fast/
H A Dl_fast_mulu_32_16x16.asm12 ; multiplicands into a 32-bit product
32 ; two full size multiplicands
H A Dl_fast_mulu_8_8x8.asm12 ; multiplicands into a sixteen bit product
H A Dl_fast_mulu_32_24x8.asm23 ; multiplicands into a 32-bit product
39 ; two full size multiplicands
H A Dl_fast_muls_32_32x32.asm48 ; make multiplicands positive
H A Dl_fast_muls_16_16x16.asm47 ; make multiplicands positive
H A Dl_fast_mulu_16_16x16.asm26 ; multiplicands into a 16-bit product
H A Dl_fast_mulu_32_24x16.asm22 ; multiplicands into a 32-bit product
H A Dl_fast_muls_8_8x8.asm52 ; make multiplicands positive
H A Dl_fast_mulu_16_8x8.asm12 ; multiplicands into a sixteen bit product
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/math/float/am9511/lam32/c/sdcc/
H A D__mullong.asm8 ; multiply two 32-bit multiplicands into a 32-bit product
H A D__mullong_callee.asm8 ; multiply two 32-bit multiplicands into a 32-bit product
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/l/sdcc/
H A D__mullong_callee.asm13 ; multiply two 32-bit multiplicands into a 32-bit product
H A D__mullong.asm13 ; multiply two 32-bit multiplicands into a 32-bit product
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/math/integer/small/
H A Dl_small_mul_16_16x16.asm3 ; 2014 aralbrec - special case for 8-bit multiplicands
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_vorbis.h269 stb_vorbis_codetype *multiplicands; member
1231 #define CODEBOOK_ELEMENT(c,off) (c->multiplicands[off])
1232 #define CODEBOOK_ELEMENT_FAST(c,off) (c->multiplicands[off])
2908 …c->multiplicands = (stb_vorbis_codetype *) setup_malloc(f, sizeof(c->multiplicands[0]) * c->sorted… in start_decoder()
2910 …c->multiplicands = (stb_vorbis_codetype *) setup_malloc(f, sizeof(c->multiplicands[0]) * c->entrie… in start_decoder()
2917 c->multiplicands[j*c->dimensions + k] = in start_decoder()
2935 …c->multiplicands = (stb_vorbis_codetype *) setup_malloc(f, sizeof(c->multiplicands[0]) * c->lookup… in start_decoder()
2937 memcpy(c->multiplicands, mults, sizeof(c->multiplicands[0]) * c->lookup_values); in start_decoder()
2940 c->multiplicands[j] = mults[j] * c->delta_value + c->minimum_value; in start_decoder()
2949 c->multiplicands[j] = c->multiplicands[j-1]; in start_decoder()
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/target/rc2014/device/lut/z80/
H A Dl_lut_mulu_64_64x64.asm74 jr z, finished ; if multiplicands were 32 bit
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/math/integer/z80n/
H A Dl_z80n_mulu_64_64x64.asm73 jr z, finished ; if multiplicands were 32 bit
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/math/integer/z180/
H A Dl_z180_mulu_64_64x64.asm74 jr z, finished ; if multiplicands were 32 bit
/dports/lang/nim/nim-1.6.2/compiler/
H A Dsaturate.nim62 # Fast path for normal case: small multiplicands, and no info
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c623 codetype *multiplicands; member
1698 #define CODEBOOK_ELEMENT(c,off) (c->multiplicands[off])
1699 #define CODEBOOK_ELEMENT_FAST(c,off) (c->multiplicands[off])
3818 …c->multiplicands = (codetype *) setup_malloc(f, sizeof(c->multiplicands[0]) * c->sorted_entries * … in start_decoder()
3820 …c->multiplicands = (codetype *) setup_malloc(f, sizeof(c->multiplicands[0]) * c->entries * … in start_decoder()
3827 c->multiplicands[j*c->dimensions + k] = in start_decoder()
3847 … c->multiplicands = (codetype *) setup_malloc(f, sizeof(c->multiplicands[0]) * c->lookup_values); in start_decoder()
3849 memcpy(c->multiplicands, mults, sizeof(c->multiplicands[0]) * c->lookup_values); in start_decoder()
3852 c->multiplicands[j] = mults[j] * c->delta_value + c->minimum_value; in start_decoder()
3863 c->multiplicands[j] = c->multiplicands[j-1]; in start_decoder()
[all …]
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.c286 codetype *multiplicands; member
1409 #define CODEBOOK_ELEMENT(c,off) (c->multiplicands[off])
1410 #define CODEBOOK_ELEMENT_FAST(c,off) (c->multiplicands[off])
3645 …c->multiplicands = (codetype *) setup_malloc(f, sizeof(c->multiplicands[0]) * c->sorted_entries * … in start_decoder()
3647 …c->multiplicands = (codetype *) setup_malloc(f, sizeof(c->multiplicands[0]) * c->entries * … in start_decoder()
3654 c->multiplicands[j*c->dimensions + k] = in start_decoder()
3680 … c->multiplicands = (codetype *) setup_malloc(f, sizeof(c->multiplicands[0]) * c->lookup_values); in start_decoder()
3682 memcpy(c->multiplicands, mults, sizeof(c->multiplicands[0]) * c->lookup_values); in start_decoder()
3685 c->multiplicands[j] = mults[j] * c->delta_value + c->minimum_value; in start_decoder()
3706 c->multiplicands[j] = c->multiplicands[j-1]; in start_decoder()
[all …]

123456789