/netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
H A D | ieee754-df.S | 29 #define yh a4 macro 34 #define yh a5 macro 68 bnall yh, a6, .Ladd_return_nan_or_inf 76 mov xh, yh 93 xor yh, yh, a7 104 xor a7, xh, yh 110 ball yh, a6, .Ladd_ynan_or_inf 116 extui a8, yh, 20, 12 121 bnone yh, a6, .Ladd_yexpzero 124 or yh, yh, a6 [all …]
|
H A D | ieee754-sf.S | 29 #define yh a4 macro 34 #define yh a5 macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
H A D | ieee754-df.S | 29 #define yh a4 macro 34 #define yh a5 macro 68 bnall yh, a6, .Ladd_return_nan_or_inf 76 mov xh, yh 93 xor yh, yh, a7 104 xor a7, xh, yh 110 ball yh, a6, .Ladd_ynan_or_inf 116 extui a8, yh, 20, 12 121 bnone yh, a6, .Ladd_yexpzero 124 or yh, yh, a6 [all …]
|
H A D | ieee754-sf.S | 29 #define yh a4 macro 34 #define yh a5 macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
H A D | ieee754-df.S | 47 #define yh r3 macro 51 #define yh r2 macro 83 eor yh, yh, #0x80000000 @ flip sign bit of second arg 99 shift1 lsl, r5, yh, #1 119 eor yh, xh, yh 121 eor xh, yh, xh 123 eor yh, xh, yh 146 tst yh, #0x80000000 147 mov yh, yh, lsl #12 148 orr yh, ip, yh, lsr #12 [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
H A D | ieee754-df.S | 47 #define yh r3 macro 51 #define yh r2 macro 83 eor yh, yh, #0x80000000 @ flip sign bit of second arg 99 shift1 lsl, r5, yh, #1 119 eor yh, xh, yh 121 eor xh, yh, xh 123 eor yh, xh, yh 146 tst yh, #0x80000000 147 mov yh, yh, lsl #12 148 orr yh, ip, yh, lsr #12 [all …]
|
/netbsd-src/games/larn/ |
H A D | movem.c | 133 static int tmpitem, xl, xh, yl, yh; variable 170 yh = tmp2 + 2; in movemt() 172 vxy(&xh, &yh); in movemt() 173 for (k = yl; k < yh; k++) in movemt() 203 yh = tmp2 + 1; in movemt() 205 vxy(&xh, &yh); in movemt() 208 for (k = yl; k < yh; k++) in movemt() 232 yh = j + 2; in movemt() 240 --yh; in movemt() 245 for (m = yl; m < yh; m++) { /* for each square compute in movemt()
|
H A D | monster.c | 292 int xl, xh, yl, yh; in speldamage() local 361 yh = playery + 6; in speldamage() 365 vxy(&xh, &yh); /* check bounds */ in speldamage() 366 for (i = yl; i <= yh; i++) /* enlightenment */ in speldamage() 369 draws(xl, xh + 1, yl, yh + 1); in speldamage() 427 yh = min(playery + 1, MAXY - 2); in speldamage() 429 for (j = max(playery - 1, 1); j <= yh; j++) { in speldamage()
|
H A D | object.c | 906 static int xh, yh, yl, xl; variable 962 yh = min(playery + 7, MAXY); in read_scroll() 966 for (i = yl; i < yh; i++) in read_scroll() 970 draws(xl, xh, yl, yh); in read_scroll()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
H A D | lib1funcs.S | 36 #define yh r3 macro 40 #define yh r2 macro 442 lsli r4, yh, 1 448 lsli r5, yh, 12 475 lsli r13, yh, 1 480 lsli yh, yh, 12 481 or r13, yl, yh 499 lsli r13, yh, 1 503 lsli yh, yh, 12 504 or r13, yl, yh
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/csky/ |
H A D | lib1funcs.S | 36 #define yh r3 macro 40 #define yh r2 macro 442 lsli r4, yh, 1 448 lsli r5, yh, 12 475 lsli r13, yh, 1 480 lsli yh, yh, 12 481 or r13, yl, yh 499 lsli r13, yh, 1 503 lsli yh, yh, 12 504 or r13, yl, yh
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/ |
H A D | gammafunction.d | 758 real a, b, y0, d, y, x, x0, x1, lgm, yp, di, dithresh, yl, yh, xt; in betaIncompleteInv() local 771 yh = 1.0L; in betaIncompleteInv() 869 di = (y0 - y)/(yh - yl); in betaIncompleteInv() 892 yh = 1.0; in betaIncompleteInv() 904 yh = y; in betaIncompleteInv() 915 di = (y - y0)/(yh - yl); in betaIncompleteInv() 952 else if ( y > yh ) in betaIncompleteInv() 955 y = yh; in betaIncompleteInv() 965 yh = y; in betaIncompleteInv() 1461 real x0, x1, x, yl, yh, y, d, lgm, dithresh; variable [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/ |
H A D | gammafunction.d | 766 real a, b, y0, d, y, x, x0, x1, lgm, yp, di, dithresh, yl, yh, xt; in betaIncompleteInv() local 779 yh = 1.0L; in betaIncompleteInv() 877 di = (y0 - y)/(yh - yl); in betaIncompleteInv() 900 yh = 1.0; in betaIncompleteInv() 912 yh = y; in betaIncompleteInv() 923 di = (y - y0)/(yh - yl); in betaIncompleteInv() 960 else if ( y > yh ) in betaIncompleteInv() 963 y = yh; in betaIncompleteInv() 973 yh = y; in betaIncompleteInv() 1475 real x0, x1, x, yl, yh, y, d, lgm, dithresh; variable [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
H A D | op-2.h | 179 # define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 180 (rh = xh + yh + ((rl = xl + yl) < xl)) 183 # define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 184 (rh = xh - yh - ((rl = xl - yl) > xl)) 187 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 191 xh -= yh + ((xl -= yl) > __FP_FRAC_DEC_2_t); \ 205 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ argument 206 sub_ddmmss (xh, xl, xh, xl, yh, yl)
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
H A D | op-2.h | 179 # define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \ 180 (rh = xh + yh + ((rl = xl + yl) < xl)) 183 # define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \ 184 (rh = xh - yh - ((rl = xl - yl) > xl)) 187 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ 191 xh -= yh + ((xl -= yl) > __FP_FRAC_DEC_2_t); \ 205 # define __FP_FRAC_DEC_2(xh, xl, yh, yl) \ argument 206 sub_ddmmss (xh, xl, xh, xl, yh, yl)
|
/netbsd-src/sys/arch/hpcsh/dev/hd64461/ |
H A D | hd64461video.c | 649 int xw, yh, width, bpp, adr; in hd64461video_cursor() local 655 yh = h - 1; in hd64461video_cursor() 675 yh & HD64461_LCDBBTDHR_MASK); in hd64461video_cursor() 695 int xw, yh, width, bpp, condition_a, adr; in hd64461video_bitblit() local 699 yh = h - 1; in hd64461video_bitblit() 708 adr = (width * (ys + yh)) + (xs + xw); in hd64461video_bitblit() 721 adr = (width * (yd + yh)) + (xd + xw); in hd64461video_bitblit() 738 yh & HD64461_LCDBBTDHR_MASK); in hd64461video_bitblit() 762 int xw, yh, width, bpp, adr; in hd64461video_erase() local 768 yh = h - 1; in hd64461video_erase() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | uint128_t.h | 141 const uint64_t yh = y >> 32; in umul64_64_128() local 143 const uint64_t lh = xl * yh; in umul64_64_128() 145 const uint64_t hh = xh * yh; in umul64_64_128()
|
/netbsd-src/games/hack/ |
H A D | hack.mklev.c | 379 finddpos(int xl, int yl, int xh, int yh) in finddpos() argument 385 y = (yl == yh) ? yl : (yl + rn2(yh - yl + 1)); in finddpos() 390 for (y = yl; y <= yh; y++) in finddpos() 395 for (y = yl; y <= yh; y++) in finddpos() 400 y = yh; in finddpos()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/ |
H A D | root-ed448-cert.pem | 5 McMBCNiQqWSt4EIbHpqDc+eWoiKbG6t7tjUAo1MwUTAdBgNVHQ4EFgQUVg2aQ+yh
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRRegisterInfo.td | 73 def R29 : AVRReg<29, "r29", [], ["yh"]>, DwarfRegNum<[29]>;
|
/netbsd-src/external/atheros/athn/dist/ |
H A D | athn-ar9271 | 121 ",$�l�l+0T(0���,1J&J�"("(�3'!�&.`!""�$b���..�/��@��Ȍ��--�%h�yh�v�@���I�����& …
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
H A D | lib1asmsrc-mculib.S | 5073 nor $r0, P2H, P2H ! if(|a|<|b|),return (~yh) 5082 ori $r0, P2H, 1 ! return (yh|1)
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/ |
H A D | lib1asmsrc-mculib.S | 5073 nor $r0, P2H, P2H ! if(|a|<|b|),return (~yh) 5082 ori $r0, P2H, 1 ! return (yh|1)
|
/netbsd-src/external/bsd/unbound/dist/testdata/ |
H A D | test_signatures.1 | 449 …N RRSIG MX 5 3 600 20070912141341 20070815141341 18182 nlnetlabs.nl. HYpo/8yh+GsNZsy2jPGzr5ya/pBYN…
|
H A D | test_ldnsrr.2 | 97 …HzeEKOd7MBxY25q49mWF Yzj8RK10C46YGeHTszqXKQpOcHNr1eB6qYbu6JFVQCOa+dir0I6td+yh Db49l6/5Y53+KMLJfc1B…
|