/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/insn/ |
H A D | blend.h | 33 uint8<16> on = con, off = coff; in i_blend() local 59 uint8<32> i_blend(const uint8<32>& on, const uint8<32>& off, const uint8<32>& mask) in i_blend() 76 uint8<16> i_blend(const uint8<16>& on, const uint8<16>& off, const mask_int8<16>& mask) in i_blend() 87 uint8<32> i_blend(const uint8<32>& on, const uint8<32>& off, const mask_int8<32>& mask) in i_blend() 138 uint16<8> i_blend(const uint16<8>& on, const uint16<8>& off, const uint16<8>& mask) in i_blend() 224 uint32<4> i_blend(const uint32<4>& on, const uint32<4>& off, const uint32<4>& mask) in i_blend() 231 uint32<8> i_blend(const uint32<8>& on, const uint32<8>& off, const uint32<8>& mask) in i_blend() 316 float32<4> on = con, off = coff; in i_blend() local 423 uint64<2> i_blend(const uint64<2>& on, const uint64<2>& off, const uint64<2>& mask) in i_blend() 519 float64<2> on = con, off = coff; in i_blend() local [all …]
|
/dports/astro/gpsd/gpsd-3.20/ |
H A D | bits.h | 24 #define getsb(buf, off) ((int8_t)buf[off]) argument 25 #define getub(buf, off) ((uint8_t)buf[off]) argument 26 #define putbyte(buf,off,b) do {buf[off] = (unsigned char)(b);} while (0) argument 33 #define getles64(buf, off) ((int64_t)(((uint64_t)getleu32(buf, (off)+4) << 32) | getleu32(buf, (off… argument 34 #define getleu64(buf, off) ((uint64_t)(((uint64_t)getleu32(buf, (off)+4) << 32) | getleu32(buf, (of… argument 44 #define getbeu24(buf, off) ((uint32_t)(((uint16_t)getbeu16(buf, (off)) << 8) | getub(buf, (off)+2))) argument 45 #define getbes32(buf, off) ((int32_t)(((uint16_t)getbeu16(buf, (off)) << 16) | getbeu16(buf, (off)+… argument 46 #define getbeu32(buf, off) ((uint32_t)(((uint16_t)getbeu16(buf, (off)) << 16) | getbeu16(buf, (off)… argument 47 #define getbes64(buf, off) ((int64_t)(((uint64_t)getbeu32(buf, (off)) << 32) | getbeu32(buf, (off)+… argument 52 #define putbe16(buf,off,w) do {putbyte(buf, (off), (w) >> 8); putbyte(buf, (off)+1, (w));} while (0) argument [all …]
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/io/ |
H A D | Bits.java | 39 static boolean getBoolean(byte[] b, int off) { in getBoolean() 43 static char getChar(byte[] b, int off) { in getChar() 48 static short getShort(byte[] b, int off) { in getShort() 53 static int getInt(byte[] b, int off) { in getInt() 60 static float getFloat(byte[] b, int off) { in getFloat() 64 static long getLong(byte[] b, int off) { in getLong() 75 static double getDouble(byte[] b, int off) { in getDouble() 88 static void putChar(byte[] b, int off, char val) { in putChar() 93 static void putShort(byte[] b, int off, short val) { in putShort() 98 static void putInt(byte[] b, int off, int val) { in putInt() [all …]
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/elliptic/ |
H A D | p256_asm_arm64.s | 1067 #define x1in(off) (off)(a_ptr) argument 1068 #define y1in(off) (off + 32)(a_ptr) argument 1069 #define z1in(off) (off + 64)(a_ptr) argument 1070 #define x2in(off) (off)(b_ptr) argument 1071 #define z2in(off) (off + 64)(b_ptr) argument 1072 #define x3out(off) (off)(res_ptr) argument 1286 #define s(off) (32*0 + 8 + off)(RSP) argument 1287 #define m(off) (32*1 + 8 + off)(RSP) argument 1387 #define y2in(off) (off + 32)(b_ptr) argument 1388 #define x3out(off) (off)(b_ptr) argument [all …]
|
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/elliptic/ |
H A D | p256_asm_arm64.s | 1067 #define x1in(off) (off)(a_ptr) argument 1068 #define y1in(off) (off + 32)(a_ptr) argument 1069 #define z1in(off) (off + 64)(a_ptr) argument 1070 #define x2in(off) (off)(b_ptr) argument 1071 #define z2in(off) (off + 64)(b_ptr) argument 1072 #define x3out(off) (off)(res_ptr) argument 1286 #define s(off) (32*0 + 8 + off)(RSP) argument 1287 #define m(off) (32*1 + 8 + off)(RSP) argument 1387 #define y2in(off) (off + 32)(b_ptr) argument 1388 #define x3out(off) (off)(b_ptr) argument [all …]
|
/dports/japanese/kterm/pcemu1.01alpha/ |
H A D | debugger.c | 76 static unsigned get_d8(BYTE *seg, unsigned *off) in get_d8() 81 static unsigned get_d16(BYTE *seg, unsigned *off) in get_d16() 130 static WORD get_disp(BYTE *seg, unsigned *off) in get_disp() 137 static WORD get_disp16(BYTE *seg, unsigned *off) in get_disp16() 151 static unsigned decode_br8(BYTE *seg, unsigned off, char *buf) in decode_br8() 240 static unsigned decode_ws(BYTE *seg, unsigned off, char *buf) in decode_ws() 247 static unsigned decode_sw(BYTE *seg, unsigned off, char *buf) in decode_sw() 254 static unsigned decode_w(BYTE *seg, unsigned off, char *buf) in decode_w() 261 static unsigned decode_b(BYTE *seg, unsigned off, char *buf) in decode_b() 721 static void enter_bytes(unsigned seg, unsigned off) in enter_bytes() [all …]
|
/dports/emulators/dosbox/dosbox-0.74-3/src/ints/ |
H A D | int10_put_pixel.cpp | 36 Bit16u off=(y>>1)*80+(x>>2); in INT10_PutPixel() local 48 Bit16u off=(y>>2)*160+((x>>2)&(~1)); in INT10_PutPixel() local 64 Bit16u off=(y>>1)*80+(x>>3); in INT10_PutPixel() local 80 Bit16u off=(y>>((scanlines_m1==1)?1:2))*(CurMode->swidth>>1)+(x>>1); in INT10_PutPixel() local 120 PhysPt off=0xa0000+real_readw(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE)*page+ in INT10_PutPixel() local 139 PhysPt off=S3_LFB_BASE+y*real_readw(BIOSMEM_SEG,BIOSMEM_NB_COLS)*8+x; in INT10_PutPixel() local 156 Bit16u off=(y>>1)*80+(x>>2); in INT10_GetPixel() local 164 Bit16u off=(y>>1)*80+(x>>3); in INT10_GetPixel() local 177 PhysPt off=0xa0000+real_readw(BIOSMEM_SEG,BIOSMEM_PAGE_SIZE)*page+ in INT10_GetPixel() local 198 PhysPt off=S3_LFB_BASE+y*real_readw(BIOSMEM_SEG,BIOSMEM_NB_COLS)*8+x; in INT10_GetPixel() local
|
/dports/emulators/dosbox/dosbox-0.74-3/include/ |
H A D | mem.h | 62 static INLINE Bit8u host_readb(HostPt off) { in host_readb() 65 static INLINE Bit16u host_readw(HostPt off) { in host_readw() 68 static INLINE Bit32u host_readd(HostPt off) { in host_readd() 71 static INLINE void host_writeb(HostPt off,Bit8u val) { in host_writeb() 74 static INLINE void host_writew(HostPt off,Bit16u val) { in host_writew() 78 static INLINE void host_writed(HostPt off,Bit32u val) { in host_writed() 87 static INLINE Bit8u host_readb(HostPt off) { in host_readb() 90 static INLINE Bit16u host_readw(HostPt off) { in host_readw() 93 static INLINE Bit32u host_readd(HostPt off) { in host_readd() 96 static INLINE void host_writeb(HostPt off,Bit8u val) { in host_writeb() [all …]
|
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/include/ |
H A D | mem.h | 62 static INLINE Bit8u host_readb(HostPt off) { in host_readb() 65 static INLINE Bit16u host_readw(HostPt off) { in host_readw() 68 static INLINE Bit32u host_readd(HostPt off) { in host_readd() 71 static INLINE void host_writeb(HostPt off,Bit8u val) { in host_writeb() 74 static INLINE void host_writew(HostPt off,Bit16u val) { in host_writew() 78 static INLINE void host_writed(HostPt off,Bit32u val) { in host_writed() 87 static INLINE Bit8u host_readb(HostPt off) { in host_readb() 90 static INLINE Bit16u host_readw(HostPt off) { in host_readw() 93 static INLINE Bit32u host_readd(HostPt off) { in host_readd() 96 static INLINE void host_writeb(HostPt off,Bit8u val) { in host_writeb() [all …]
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/boot/ |
H A D | addnote.c | 64 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument 65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) argument 68 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ argument 71 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ argument 74 #define GET_16LE(off) ((buf[off]) + (buf[(off)+1] << 8)) argument 75 #define GET_32LE(off) (GET_16LE(off) + (GET_16LE((off)+2U) << 16U)) argument 76 #define GET_64LE(off) ((unsigned long long)GET_32LE(off) + \ argument 78 #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \ argument 86 #define PUT_16(off, v) (e_data == ELFDATA2MSB ? PUT_16BE(off, v) : \ argument 88 #define PUT_32(off, v) (e_data == ELFDATA2MSB ? PUT_32BE(off, v) : \ argument [all …]
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/boot/ |
H A D | addnote.c | 64 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument 65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) argument 68 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ argument 71 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ argument 74 #define GET_16LE(off) ((buf[off]) + (buf[(off)+1] << 8)) argument 75 #define GET_32LE(off) (GET_16LE(off) + (GET_16LE((off)+2U) << 16U)) argument 76 #define GET_64LE(off) ((unsigned long long)GET_32LE(off) + \ argument 78 #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \ argument 86 #define PUT_16(off, v) (e_data == ELFDATA2MSB ? PUT_16BE(off, v) : \ argument 88 #define PUT_32(off, v) (e_data == ELFDATA2MSB ? PUT_32BE(off, v) : \ argument [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/boot/ |
H A D | addnote.c | 64 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument 65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) argument 68 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ argument 71 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ argument 74 #define GET_16LE(off) ((buf[off]) + (buf[(off)+1] << 8)) argument 75 #define GET_32LE(off) (GET_16LE(off) + (GET_16LE((off)+2U) << 16U)) argument 76 #define GET_64LE(off) ((unsigned long long)GET_32LE(off) + \ argument 78 #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \ argument 86 #define PUT_16(off, v) (e_data == ELFDATA2MSB ? PUT_16BE(off, v) : \ argument 88 #define PUT_32(off, v) (e_data == ELFDATA2MSB ? PUT_32BE(off, v) : \ argument [all …]
|
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/ |
H A D | mem.h | 63 static INLINE void bridge_special_addr_check(HostPt off) in bridge_special_addr_check() 73 static INLINE Bit8u host_readb(HostPt off) { in host_readb() 76 static INLINE Bit16u host_readw(HostPt off) { in host_readw() 79 static INLINE Bit32u host_readd(HostPt off) { in host_readd() 82 static INLINE void host_writeb(HostPt off,Bit8u val) { in host_writeb() 86 static INLINE void host_writew(HostPt off,Bit16u val) { in host_writew() 91 static INLINE void host_writed(HostPt off,Bit32u val) { in host_writed() 101 static INLINE Bit8u host_readb(HostPt off) { in host_readb() 104 static INLINE Bit16u host_readw(HostPt off) { in host_readw() 107 static INLINE Bit32u host_readd(HostPt off) { in host_readd() [all …]
|
/dports/science/dynare/dynare-4.6.4/mex/sources/k_order_perturbation/tests/ |
H A D | first_order.m | 35 off= 1; % = 0 in C variable 37 off= off+ypart.nyss; variable 39 off= off+ypart.nstat; variable 41 off= off+ypart.npred; variable 43 off= off+ypart.nboth; variable 45 off= off+ypart.nforw; variable 47 off= off+ypart.nys; variable
|
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/elliptic/ |
H A D | p256_asm_amd64.s | 1700 #define x1in(off) (32*0 + off)(SP) argument 1701 #define y1in(off) (32*1 + off)(SP) argument 1702 #define z1in(off) (32*2 + off)(SP) argument 1703 #define x2in(off) (32*3 + off)(SP) argument 1704 #define y2in(off) (32*4 + off)(SP) argument 1705 #define xout(off) (32*5 + off)(SP) argument 2161 #define x(off) (32*0 + off)(SP) argument 2162 #define y(off) (32*1 + off)(SP) argument 2163 #define z(off) (32*2 + off)(SP) argument 2165 #define s(off) (32*3 + off)(SP) argument [all …]
|
/dports/biology/hisat2/hisat2-2.2.1/ |
H A D | bitpack.h | 31 static inline void pack_2b_in_8b(const int two, uint8_t& eight, const int off) { in pack_2b_in_8b() 37 static inline int unpack_2b_from_8b(const uint8_t eight, const int off) { in unpack_2b_from_8b() 42 static inline void pack_2b_in_32b(const int two, uint32_t& thirty2, const int off) { in pack_2b_in_32b() 48 static inline int unpack_2b_from_32b(const uint32_t thirty2, const int off) { in unpack_2b_from_32b() 58 static inline void pack_1b_in_8b(const int one, uint8_t& eight, const int off) { in pack_1b_in_8b() 64 static inline int unpack_1b_from_8b(const uint8_t eight, const int off) { in unpack_1b_from_8b() 69 static inline void pack_1b_in_32b(const int one, uint32_t& thirty2, const int off) { in pack_1b_in_32b() 75 static inline int unpack_1b_from_32b(const uint32_t thirty2, const int off) { in unpack_1b_from_32b()
|