| /netbsd/src/external/lgpl3/gmp/dist/mpn/cray/ieee/ |
| D | invert_limb.c | 83 mp_limb_t xh, xl; in mpn_invert_limb() local 107 umul_ppmm (xh, xl, z2l, d); in mpn_invert_limb() 108 tl += xh; in mpn_invert_limb() 109 th += tl < xh; in mpn_invert_limb() 114 umul_ppmm (xh, xl, d, zh); in mpn_invert_limb() 115 xh += d; /* add_ssaaaa (xh, xl, xh, xl, d, 0); */ in mpn_invert_limb() 116 if (~xh != 0) in mpn_invert_limb() 118 add_ssaaaa (xh, xl, xh, xl, 0, d); in mpn_invert_limb() 122 add_ssaaaa (xh, xl, xh, xl, 0, d); in mpn_invert_limb() 123 if (xh != 0) in mpn_invert_limb()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | eh_personality.cc | 290 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in save_caught_exception() local 292 xh->handlerSwitchValue = handler_switch_value; in save_caught_exception() 293 xh->actionRecord = action_record; in save_caught_exception() 294 xh->languageSpecificData = language_specific_data; in save_caught_exception() 295 xh->adjustedPtr = thrown_ptr; in save_caught_exception() 299 xh->catchTemp = landing_pad; in save_caught_exception() 311 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in restore_caught_exception() local 312 handler_switch_value = xh->handlerSwitchValue; in restore_caught_exception() 313 language_specific_data = xh->languageSpecificData; in restore_caught_exception() 314 landing_pad = (_Unwind_Ptr) xh->catchTemp; in restore_caught_exception() [all …]
|
| D | eh_call.cc | 51 __cxa_exception* xh; in __cxa_call_terminate() local 53 xh = __get_exception_header_from_ue(ue_header); in __cxa_call_terminate() 54 __terminate(xh->terminateHandler); in __cxa_call_terminate() 78 __cxa_exception* xh; in __cxa_call_unexpected() local 82 xh = __get_exception_header_from_ue(exc_obj); in __cxa_call_unexpected() 83 unexpectedHandler = xh->unexpectedHandler; in __cxa_call_unexpected() 84 terminateHandler = xh->terminateHandler; in __cxa_call_unexpected()
|
| D | eh_arm.cc | 51 __cxa_exception* xh = __get_exception_header_from_ue(ue_header); in __cxa_type_match() local 63 xh = __get_exception_header_from_obj (dx->primaryException); in __cxa_type_match() 64 throw_type = xh->exceptionType; in __cxa_type_match()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| D | ibm-ldouble.c | 124 double xh, xl, z, q, zz; in ldouble_qadd_internal() local 135 xh = z; /* Will always be DBL_MAX. */ in ldouble_qadd_internal() 151 xh = z + zz; in ldouble_qadd_internal() 152 if (nonfinite (xh)) in ldouble_qadd_internal() 153 return xh; in ldouble_qadd_internal() 155 xl = z - xh + zz; in ldouble_qadd_internal() 157 return pack_ldouble (xh, xl); in ldouble_qadd_internal() 179 double xh, xl, t, tau, u, v, w; in __gcc_qmul() local 203 xh = u; in __gcc_qmul() 205 return pack_ldouble (xh, xl); in __gcc_qmul() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | exception.c | 242 struct ObjcException *xh = (struct ObjcException *) ue_header; in PERSONALITY_FUNCTION() local 306 handler_switch_value = xh->handlerSwitchValue; in PERSONALITY_FUNCTION() 307 landing_pad = xh->landingPad; in PERSONALITY_FUNCTION() 435 if ((*__objc_exception_matcher) (catch_type, xh->value)) in PERSONALITY_FUNCTION() 472 xh->handlerSwitchValue = handler_switch_value; in PERSONALITY_FUNCTION() 473 xh->landingPad = landing_pad; in PERSONALITY_FUNCTION() 482 return_object = xh->value; in PERSONALITY_FUNCTION() 484 _Unwind_DeleteException(&xh->base); in PERSONALITY_FUNCTION() 488 __builtin_extend_pointer (saw_cleanup ? xh : return_object)); in PERSONALITY_FUNCTION()
|
| /netbsd/src/games/larn/ |
| D | movem.c | 133 static int tmpitem, xl, xh, yl, yh; variable 169 xh = tmp4 + 2; in movemt() 172 vxy(&xh, &yh); in movemt() 174 for (m = xl; m < xh; m++) { in movemt() 202 xh = tmp4 + 1; in movemt() 205 vxy(&xh, &yh); in movemt() 209 for (m = xl; m < xh; m++) in movemt() 231 xh = i + 2; in movemt() 236 --xh; in movemt() 244 for (k = xl; k < xh; k++) in movemt()
|
| D | monster.c | 292 int xl, xh, yl, yh; in speldamage() local 363 xh = playerx + 16; in speldamage() 365 vxy(&xh, &yh); /* check bounds */ in speldamage() 367 for (j = xl; j <= xh; j++) in speldamage() 369 draws(xl, xh + 1, yl, yh + 1); in speldamage() 426 xh = min(playerx + 1, MAXX - 2); in speldamage() 428 for (i = max(playerx - 1, 1); i <= xh; i++) /* vaporize rock */ in speldamage()
|
| D | object.c | 906 static int xh, yh, yl, xl; variable 963 xh = min(playerx + 25, MAXX); in read_scroll() 967 for (j = xl; j < xh; j++) in read_scroll() 970 draws(xl, xh, yl, yh); in read_scroll()
|
| /netbsd/src/lib/libm/noieee_src/ |
| D | n_exp__E.c | 114 double z,p,q,xp,xh,w; in __exp__E() local 124 xh= x*half ; in __exp__E() 125 w = xh-(q-xp) ; in __exp__E() 127 c += x*((xh*w-(q-(p+xp)))/(one-w)+c); in __exp__E()
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | longlong.h | 395 #define umul_ppmm(xh, xl, m0, m1) \ argument 402 : "=r" (xh) \ 515 #define umul_ppmm(xh, xl, a, b) \ argument 531 : "=&r" ((USItype) (xh)), "=r" ((USItype) (xl)), \ 544 #define umul_ppmm(xh, xl, a, b) \ argument 545 __asm__ ("umull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 546 #define smul_ppmm(xh, xl, a, b) \ argument 547 __asm__ ("smull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 762 #define umul_ppmm(xh, xl, m0, m1) \ argument 768 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \ [all …]
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | mpfr-longlong.h | 401 #define umul_ppmm(xh, xl, m0, m1) \ argument 408 : "=r" (xh) \ 513 #define umul_ppmm(xh, xl, a, b) \ argument 529 : "=&r" ((USItype) (xh)), "=r" ((USItype) (xl)), \ 542 #define umul_ppmm(xh, xl, a, b) \ argument 543 __asm__ ("umull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 544 #define smul_ppmm(xh, xl, a, b) \ argument 545 __asm__ ("smull %0,%1,%2,%3" : "=&r" (xl), "=&r" (xh) : "r" (a), "r" (b)) 760 #define umul_ppmm(xh, xl, m0, m1) \ argument 766 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \ [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | longlong.h | 249 # define umul_ppmm(xh, xl, a, b) \ argument 265 : "=&r" ((USItype) (xh)), \ 273 # define umul_ppmm(xh, xl, a, b) \ argument 278 (xh) = (USItype)(__t0 >> 32); \ 410 #define smul_ppmm(xh, xl, m0, m1) \ argument 418 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \ 432 #define smul_ppmm(xh, xl, m0, m1) \ argument 440 (xh) = __r0; (xl) = __r1; \ 664 #define umul_ppmm(xh, xl, a, b) \ argument 691 : "=g" ((USItype) (xh)), \ [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | longlong.h | 249 # define umul_ppmm(xh, xl, a, b) \ argument 265 : "=&r" ((USItype) (xh)), \ 273 # define umul_ppmm(xh, xl, a, b) \ argument 278 (xh) = (USItype)(__t0 >> 32); \ 410 #define smul_ppmm(xh, xl, m0, m1) \ argument 418 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \ 432 #define smul_ppmm(xh, xl, m0, m1) \ argument 440 (xh) = __r0; (xl) = __r1; \ 676 #define umul_ppmm(xh, xl, a, b) \ argument 703 : "=g" ((USItype) (xh)), \ [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | longlong.h | 249 # define umul_ppmm(xh, xl, a, b) \ argument 265 : "=&r" ((USItype) (xh)), \ 273 # define umul_ppmm(xh, xl, a, b) \ argument 278 (xh) = (USItype)(__t0 >> 32); \ 410 #define smul_ppmm(xh, xl, m0, m1) \ argument 418 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \ 432 #define smul_ppmm(xh, xl, m0, m1) \ argument 440 (xh) = __r0; (xl) = __r1; \ 676 #define umul_ppmm(xh, xl, a, b) \ argument 703 : "=g" ((USItype) (xh)), \ [all …]
|
| /netbsd/src/games/hack/ |
| D | hack.mklev.c | 379 finddpos(int xl, int yl, int xh, int yh) in finddpos() argument 384 x = (xl == xh) ? xl : (xl + rn2(xh - xl + 1)); in finddpos() 389 for (x = xl; x <= xh; x++) in finddpos() 394 for (x = xl; x <= xh; x++) in finddpos()
|
| /netbsd/src/sys/dev/pci/ |
| D | pcidevs | 982 product AMD F1A_0X_DF_0 0x12c0 1Ah/0xh Data Fabric 983 product AMD F1A_0X_DF_1 0x12c1 1Ah/0xh Data Fabric 984 product AMD F1A_0X_DF_2 0x12c2 1Ah/0xh Data Fabric 985 product AMD F1A_0X_DF_3 0x12c3 1Ah/0xh Data Fabric 986 product AMD F1A_0X_DF_4 0x12c4 1Ah/0xh Data Fabric 987 product AMD F1A_0X_DF_5 0x12c5 1Ah/0xh Data Fabric 988 product AMD F1A_0X_DF_6 0x12c6 1Ah/0xh Data Fabric 989 product AMD F1A_0X_DF_7 0x12c7 1Ah/0xh Data Fabric 1022 product AMD F17_7X_DF_1 0x1440 17h/7xh Data Fabric 1023 product AMD F17_7X_DF_2 0x1441 17h/7xh Data Fabric [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/conf/ |
| D | postfix-tls-script | 314 openssl=`$postconf -c $default_config_directory -xh openssl_path` 656 fqdn=`$postconf -xh myhostname` || return 1 730 tls_random_source=`$postconf -xh tls_random_source`
|
| /netbsd/src/external/bsd/elftosb/dist/bdfiles/ |
| D | test_cmd.e | 49 xh = x.h;
|
| /netbsd/src/sys/arch/luna68k/dev/ |
| D | omrasops.c | 455 int xh, xl; in om_putchar() local 489 xh = x >> 5; in om_putchar() 493 dstcmn = (uint8_t *)ri->ri_bits + xh * 4 + y * OMFB_STRIDE; in om_putchar()
|
| /netbsd/src/crypto/external/cpl/tpm-tools/dist/ |
| D | ABOUT-NLS | 899 tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu 1074 77 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
|
| /netbsd/src/external/gpl2/xcvs/dist/ |
| D | ABOUT-NLS | 899 tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu 1074 77 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
|
| /netbsd/src/share/misc/ |
| D | language | 463 Xhosa xho xh
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elfnn-ia64.c | 1348 struct elf_link_hash_entry *xh, in elfNN_ia64_hash_hide_symbol() argument 1355 h = (struct elfNN_ia64_link_hash_entry *)xh; in elfNN_ia64_hash_hide_symbol()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elfnn-ia64.c | 1348 struct elf_link_hash_entry *xh, in elfNN_ia64_hash_hide_symbol() argument 1355 h = (struct elfNN_ia64_link_hash_entry *)xh; in elfNN_ia64_hash_hide_symbol()
|