| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | c_dsp32alu_rlh_rnd.s | 19 R0.L = R1 (RND); 20 R0.H = R2 (RND); 21 R1.L = R3 (RND); 22 R1.H = R4 (RND); 23 R2.L = R5 (RND); 24 R2.H = R6 (RND); 38 R3.L = R0 (RND); 39 R3.H = R1 (RND); 40 R4.L = R2 (RND); 41 R4.H = R5 (RND); [all …]
|
| H A D | acp5_4.s | 11 R1.L = R0 (RND); 18 R1.L = r0 (RND); 26 R1.L = R0 (RND); 34 R1.L = R0 (RND);
|
| H A D | a11.S | 17 R7.L = R0 (RND); 27 R7.H = R0 (RND); 37 R7.L = R0 (RND); 50 R7.H = R0 (RND); 60 R7.L = R0 (RND); 70 R7.H = R0 (RND); 80 R7.L = R0 (RND);
|
| H A D | zeroflagrnd.s | 11 R0.L = R0 (RND);
|
| H A D | c_dsp32alu_mix.s | 104 R7.H = R1 (RND); /* 0x */
|
| /netbsd-src/games/hack/ |
| H A D | rnd.c | 73 #define RND(x) ((random()>>3) % x) macro 78 return (RND(x) + y); in rn1() 84 return (RND(x)); in rn2() 90 return (RND(x) + 1); in rnd() 99 tmp += RND(x); in d()
|
| /netbsd-src/external/lgpl3/mpc/dist/doc/ |
| H A D | mpc.info | 493 -- Function: int mpc_set (mpc_t ROP, const mpc_t OP, mpc_rnd_t RND) 495 the given rounding mode RND. 498 RND) 499 -- Function: int mpc_set_si (mpc_t ROP, long int OP, mpc_rnd_t RND) 500 -- Function: int mpc_set_uj (mpc_t ROP, uintmax_t OP, mpc_rnd_t RND) 501 -- Function: int mpc_set_sj (mpc_t ROP, intmax_t OP, mpc_rnd_t RND) 502 -- Function: int mpc_set_d (mpc_t ROP, double OP, mpc_rnd_t RND) 503 -- Function: int mpc_set_ld (mpc_t ROP, long double OP, mpc_rnd_t RND) 505 RND) 507 mpc_rnd_t RND) [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/doc/ |
| H A D | mpfr.info | 1091 -- Function: int mpfr_set (mpfr_t ROP, mpfr_t OP, mpfr_rnd_t RND) 1093 mpfr_rnd_t RND) 1094 -- Function: int mpfr_set_si (mpfr_t ROP, long int OP, mpfr_rnd_t RND) 1095 -- Function: int mpfr_set_uj (mpfr_t ROP, uintmax_t OP, mpfr_rnd_t RND) 1096 -- Function: int mpfr_set_sj (mpfr_t ROP, intmax_t OP, mpfr_rnd_t RND) 1097 -- Function: int mpfr_set_flt (mpfr_t ROP, float OP, mpfr_rnd_t RND) 1098 -- Function: int mpfr_set_d (mpfr_t ROP, double OP, mpfr_rnd_t RND) 1100 RND) 1102 mpfr_rnd_t RND) 1104 mpfr_rnd_t RND) [all …]
|
| /netbsd-src/sys/arch/hppa/hppa/ |
| H A D | kobj_machdep.c | 71 RND(unsigned int x) in RND() function 91 return L(x + RND(constant)); in LR() 97 return R(x + RND(constant)) + (constant - RND(constant)); in RR()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | random_password.c | 84 RND(unsigned char *key, int keylen, int *left) in RND() function 148 int x = RND(rbuf, sizeof(rbuf), &rleft) % (len - i); in generate_password() 152 (*pw)[i] = classes[j].str[RND(rbuf, sizeof(rbuf), &rleft) in generate_password()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 25-test_req.t | 22 open RND, ">>", ".rnd"; 23 print RND "string to make the random number generator think it has randomness"; 24 close RND;
|
| H A D | 80-test_ssl_old.t | 103 open RND, ">>", ".rnd"; 104 print RND "string to make the random number generator think it has randomness"; 105 close RND;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sm3/ |
| H A D | sm3_local.h | 53 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ macro 67 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF0,GG0) 70 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF1,GG1)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sm3/ |
| H A D | sm3_local.h | 54 #define RND(A, B, C, D, E, F, G, H, TJ, Wi, Wj, FF, GG) \ macro 68 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF0,GG0) 71 RND(A,B,C,D,E,F,G,H,TJ,Wi,Wj,FF1,GG1)
|
| /netbsd-src/sys/rump/dev/lib/librnd/ |
| H A D | RND.ioconf | 1 # $NetBSD: RND.ioconf,v 1.1 2015/08/20 11:51:12 christos Exp $
|
| H A D | Makefile | 9 IOCONF= RND.ioconf
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | bfin-parse.h | 191 RND = 392, /* RND */ enumerator 370 #define RND 392 macro
|
| H A D | tc-arm.c | 25871 nUF(vpmax, _vpmax, 3, (RND, oRND, RND), neon_dyadic_if_su_d), 25872 nUF(vpmin, _vpmin, 3, (RND, oRND, RND), neon_dyadic_if_su_d), 25876 nUF(vpadd, _vpadd, 3, (RND, oRND, RND), neon_dyadic_if_i_d), 25925 NUF(vqshrn, 0800910, 3, (RND, RNQ, I32z), neon_rshift_sat_narrow), 25926 NUF(vqrshrn, 0800950, 3, (RND, RNQ, I32z), neon_rshift_sat_narrow), 25928 NUF(vqshrun, 0800810, 3, (RND, RNQ, I32z), neon_rshift_sat_narrow_u), 25929 NUF(vqrshrun, 0800850, 3, (RND, RNQ, I32z), neon_rshift_sat_narrow_u), 25931 NUF(vshrn, 0800810, 3, (RND, RNQ, I32z), neon_rshift_narrow), 25932 NUF(vrshrn, 0800850, 3, (RND, RNQ, I32z), neon_rshift_narrow), 25934 nUF(vshll, _vshll, 3, (RNQ, RND, I32), neon_shll), [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | bfin-parse.h | 191 RND = 392, /* RND */ enumerator 370 #define RND 392 macro
|
| H A D | tc-arm.c | 25838 nUF(vpmax, _vpmax, 3, (RND, oRND, RND), neon_dyadic_if_su_d), 25839 nUF(vpmin, _vpmin, 3, (RND, oRND, RND), neon_dyadic_if_su_d), 25843 nUF(vpadd, _vpadd, 3, (RND, oRND, RND), neon_dyadic_if_i_d), 25892 NUF(vqshrn, 0800910, 3, (RND, RNQ, I32z), neon_rshift_sat_narrow), 25893 NUF(vqrshrn, 0800950, 3, (RND, RNQ, I32z), neon_rshift_sat_narrow), 25895 NUF(vqshrun, 0800810, 3, (RND, RNQ, I32z), neon_rshift_sat_narrow_u), 25896 NUF(vqrshrun, 0800850, 3, (RND, RNQ, I32z), neon_rshift_sat_narrow_u), 25898 NUF(vshrn, 0800810, 3, (RND, RNQ, I32z), neon_rshift_narrow), 25899 NUF(vrshrn, 0800850, 3, (RND, RNQ, I32z), neon_rshift_narrow), 25901 nUF(vshll, _vshll, 3, (RNQ, RND, I32), neon_shll), [all …]
|
| H A D | bfin-lex.l | 91 [rR][nN][dD] return RND;
|
| /netbsd-src/external/lgpl3/mpc/dist/tests/ |
| H A D | abs.dat | 23 # INEX PREC_ROP ROP PREC_ROP_IM ROP_IM PREC_OP_RE OP_RE PREC_OP_IM OP_IM RND 30 # in the direction RND
|
| H A D | arg.dat | 23 # INEX PREC_ROP ROP PREC_ROP_IM ROP_IM PREC_OP_RE OP_RE PREC_OP_IM OP_IM RND
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/ |
| H A D | hash_sha256_cp.c | 83 #define RND(a, b, c, d, e, f, g, h, k) \ macro 89 RND(S[(64 - i) % 8], S[(65 - i) % 8], S[(66 - i) % 8], S[(67 - i) % 8], \
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/ |
| H A D | hash_sha512_cp.c | 99 #define RND(a, b, c, d, e, f, g, h, k) \ macro 105 RND(S[(80 - i) % 8], S[(81 - i) % 8], S[(82 - i) % 8], S[(83 - i) % 8], \
|