Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 25 of 39) sorted by relevance

12

/dflybsd-src/contrib/gcc-4.7/libgcc/soft-fp/
H A Dop-4.h526 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
540 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
558 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
572 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
590 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument
599 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \ argument
608 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
/dflybsd-src/contrib/gcc-8.0/libgcc/soft-fp/
H A Dop-4.h662 # define __FP_FRAC_ADD_3(r2, r1, r0, x2, x1, x0, y2, y1, y0) \ argument
678 # define __FP_FRAC_ADD_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument
699 # define __FP_FRAC_SUB_3(r2, r1, r0, x2, x1, x0, y2, y1, y0) \ argument
715 # define __FP_FRAC_SUB_4(r3, r2, r1, r0, x3, x2, x1, x0, y3, y2, y1, y0) \ argument
736 # define __FP_FRAC_DEC_3(x2, x1, x0, y2, y1, y0) \ argument
752 # define __FP_FRAC_DEC_4(x3, x2, x1, x0, y3, y2, y1, y0) \ argument
769 # define __FP_FRAC_ADDI_4(x3, x2, x1, x0, i) \ argument
/dflybsd-src/crypto/libressl/crypto/rc2/
H A Drc2_cbc.c140 RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local
185 RC2_INT x0,x1,x2,x3,t; in RC2_decrypt() local
/dflybsd-src/contrib/gcc-4.7/libgcc/config/i386/32/
H A Dsfp-machine.h11 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
28 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
41 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument
58 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument
/dflybsd-src/contrib/gmp/mpn/generic/
H A Dsqr_basecase.c148 mp_limb_t x0, x1; in mpn_sqr_basecase() local
193 mp_limb_t x0, x1; in mpn_sqr_basecase() local
H A Dsqrtrem.c106 mp_limb_t x0, t2, t, x2; in mpn_sqrtrem1() local
/dflybsd-src/contrib/gdtoa/
H A Dhexnan.c54 hexnan(sp, fpi, x0) in hexnan() argument
H A Dsmisc.c171 ULong *x, *x0, x1, x2; local
H A Dgdtoa.c43 ULong *be, *x, *x0; local
/dflybsd-src/games/hack/
H A Dhack.mkshop.c357 dist2(int x0, int y0, int x1, int y1) in dist2()
H A Dhack.c561 int x, y, i, x0 = 0, y0 = 0, m0 = 0, i0 = 9; in lookaround() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dalias.c1375 rtx x0 = canon_rtx (XEXP (x, 0)); in canon_rtx() local
1982 rtx x0 = XEXP (x, 0); in memrefs_conflict_p() local
2034 rtx x0, y0; in memrefs_conflict_p() local
H A Dexplow.c208 rtx x0, x1; in eliminate_constant_term() local
/dflybsd-src/contrib/mpfr/src/
H A Dlngamma.c121 mp_limb_t x0; in unit_bit() local
H A Dgmp_op.c206 mpfr_t x0; in mpfr_muldiv_z() local
/dflybsd-src/contrib/openbsd_libm/src/
H A Db_tgamma.c88 #define x0 .461632144968362356785 /* xmin - 1 */ macro
/dflybsd-src/crypto/openssh/
H A Dchacha.c91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/dflybsd-src/sys/crypto/chacha20/
H A Dchacha.c113 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dalias.c1715 rtx x0 = canon_rtx (XEXP (x, 0)); in canon_rtx() local
2473 rtx x0 = XEXP (x, 0); in memrefs_conflict_p() local
2543 rtx x0, y0; in memrefs_conflict_p() local
/dflybsd-src/games/sail/
H A Dpl_7.c218 mvaddselstr(int y, int x0, int item, int curitem, in mvaddselstr()
242 mvselprintw(int y, int x0, int item, int curitem, in mvselprintw()
/dflybsd-src/crypto/libressl/crypto/chacha/
H A Dchacha-merged.c125 u32 x0, x1, x2, x3, x4, x5, x6, x7; in chacha_encrypt_bytes() local
/dflybsd-src/usr.bin/fmt/
H A Dfmt.c229 static size_t x0; /* Ditto, ignoring leading whitespace */ variable
/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec2_smpl.c445 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; in ec_GF2m_simple_add() local
/dflybsd-src/usr.bin/ministat/
H A Dministat.c280 double x0, dx; member
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_gf2m.c491 BN_ULONG x1, x0, y1, y0, zz[4]; in BN_GF2m_mod_mul_arr() local

12