Searched refs:P16 (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_next.c127 // if q1 < P16 then pad the significand with zeros
128 if (q1 < P16) {
129 if (x_exp > (UINT64) (P16 - q1)) {
130 ind = P16 - q1; // 1 <= ind <= P16 - 1
131 // pad with P16 - q1 zeros, until exponent = emin
273 // if q1 < P16 then pad the significand with zeros
274 if (q1 < P16) {
275 if (x_exp > (UINT64) (P16 - q1)) {
276 ind = P16
[all...]
H A Dbid128_fma.c4321 if (q + unbexp > P16 + expmax16) {
4326 } else if (unbexp > expmax16) { // q + unbexp <= P16 + expmax16
4337 if (q + unbexp < P16 + expmin16) {
4429 // else if unbexp >= emin then q < P (because q + unbexp < P16 + expmin16)
H A Dbid_internal.h2560 #define P16 16 macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon.ml24 type elts = S8 | S16 | S32 | S64 | F32 | U8 | U16 | U32 | U64 | P8 | P16 Constructor in type:elts
243 | S16 | U16 | P16 | I16 | B16 -> 16
255 | P8 | P16 -> Poly
274 | Poly, 16 -> P16
409 | P16 -> T_poly16x4
424 | P16 -> T_poly16x8
438 | P16 -> T_poly16
615 (match elt with P8 -> U8 | P16 -> U16 | S32 | U32 | F32 -> B32 | x -> x)
706 let pf_su_8_32 = P8 :: P16 :: F32 :: su_8_32
707 let pf_su_8_64 = P8 :: P16
[all...]
H A Dneon-gen.ml260 b : Asm type : a single, processed element type, e.g. P16. This is the
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c1736 static const u8 P16[]= {0xd9,0x31,0x32,0x25,0xf8,0x84,0x06,0xe5,0xa5,0x59,0x09,0xc5,0xaf,0xf5,0x26,0x9a, local
1750 #define P17 P16

Completed in 196 milliseconds