| /netbsd/src/external/bsd/pcc/dist/pcc/mip/ |
| D | softfloat.h | 61 #define FLOAT_PLUS(x1,x2) soft_plus(x1, x2) argument 62 #define FLOAT_MINUS(x1,x2) soft_minus(x1, x2) argument 63 #define FLOAT_MUL(x1,x2) soft_mul(x1, x2) argument 64 #define FLOAT_DIV(x1,x2) soft_div(x1, x2) argument 67 #define FLOAT_EQ(x1,x2) soft_cmp_eq(x1, x2) argument 68 #define FLOAT_NE(x1,x2) soft_cmp_ne(x1, x2) argument 69 #define FLOAT_GE(x1,x2) soft_cmp_ge(x1, x2) argument 70 #define FLOAT_GT(x1,x2) soft_cmp_gt(x1, x2) argument 71 #define FLOAT_LE(x1,x2) soft_cmp_le(x1, x2) argument 72 #define FLOAT_LT(x1,x2) soft_cmp_lt(x1, x2) argument [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| D | softfloat.c | 202 soft_cmp_eq(SF x1, SF x2) in soft_cmp_eq() 209 soft_cmp_ne(SF x1, SF x2) in soft_cmp_ne() 216 soft_cmp_le(SF x1, SF x2) in soft_cmp_le() 223 soft_cmp_lt(SF x1, SF x2) in soft_cmp_lt() 230 soft_cmp_ge(SF x1, SF x2) in soft_cmp_ge() 237 soft_cmp_gt(SF x1, SF x2) in soft_cmp_gt() 263 soft_plus(SF x1, SF x2) in soft_plus() 270 soft_minus(SF x1, SF x2) in soft_minus()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| D | softfloat.c | 202 soft_cmp_eq(SF x1, SF x2) in soft_cmp_eq() 209 soft_cmp_ne(SF x1, SF x2) in soft_cmp_ne() 216 soft_cmp_le(SF x1, SF x2) in soft_cmp_le() 223 soft_cmp_lt(SF x1, SF x2) in soft_cmp_lt() 230 soft_cmp_ge(SF x1, SF x2) in soft_cmp_ge() 237 soft_cmp_gt(SF x1, SF x2) in soft_cmp_gt() 263 soft_plus(SF x1, SF x2) in soft_plus() 270 soft_minus(SF x1, SF x2) in soft_minus()
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/cxx/ |
| D | t-cxx11.cc | 133 U x2 = std::move(x1); in check_move_init() local 139 U x2 = std::move(x1); in check_move_init() local 151 T x1 = 3; U x2; in check_move_assign() local 157 T x1 = 2; U x2; in check_move_assign() local
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/32/ |
| D | sfp-machine.h | 6 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 23 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 36 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 53 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 66 #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i) \ argument
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/mpz/ |
| D | t-sqrtrem.c | 32 mpz_t x2; in main() local 109 dump_abort (mpz_t x2, mpz_t x, mpz_t rem) in dump_abort()
|
| D | t-root.c | 30 check_one (mpz_t root1, mpz_t x2, unsigned long nth, int res, int i) in check_one() 97 mpz_t x2; in main() local
|
| D | t-perfsqr.c | 91 mpz_t x2, x2t, x; in check_sqrt() local
|
| /netbsd/src/lib/libm/noieee_src/ |
| D | mathimpl.h | 70 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument 74 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument 78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument 87 # define vc(name, value, x1,x2,x3,x4, bexp, xval) argument
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/seed/ |
| D | seed.c | 449 seed_word x1, x2, x3, x4; in SEED_set_key() local 509 seed_word x1, x2, x3, x4; in SEED_encrypt() local 554 seed_word x1, x2, x3, x4; in SEED_decrypt() local
|
| /netbsd/src/external/lgpl3/mpc/dist/tests/ |
| D | tswap.c | 26 mpc_t x, y, x2, y2; in main() local
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc2/ |
| D | rc2_cbc.c | 98 register RC2_INT x0, x1, x2, x3, t; in RC2_encrypt() local 144 register RC2_INT x0, x1, x2, x3, t; in RC2_decrypt() local
|
| /netbsd/src/lib/libm/complex/ |
| D | catan.c | 48 double a, t, x, x2, y; in __weak_alias() local
|
| D | catanf.c | 48 float a, t, x, x2, y; in __weak_alias() local
|
| D | catanl.c | 48 long double a, t, x, x2, y; in __weak_alias() local
|
| D | cephes_subrf.c | 87 float f, x, x2, y, y2, rn, t, d; in _ctansf() local
|
| /netbsd/src/external/lgpl3/gmp/dist/mpz/ |
| D | prodlimbs.c | 85 mpz_t x1, x2; in mpz_prodlimbs() local
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| D | paramless.cc | 42 int x2 = outer2.fn<short> (-46); in main() local
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | amd64-eval.cc | 63 int32_t x2; member 108 return_unaligned_in_base (int32_t x, double y, int32_t x2) in return_unaligned_in_base()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| D | locexpr-data-member-location.h | 26 long x2; member
|
| /netbsd/src/sys/arch/atari/stand/tostools/aptck/ |
| D | disklbl.c | 190 root_cmp(const void *x1, const void *x2) in root_cmp() 203 part_cmp(const void *x1, const void *x2) in part_cmp()
|
| /netbsd/src/sys/arch/m68k/fpe/ |
| D | fpu_mul.c | 103 uint32_t a2, a1, a0, x2, x1, x0, bit, m; in fpu_mul() local
|
| /netbsd/src/sys/arch/powerpc/fpu/ |
| D | fpu_mul.c | 109 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; in fpu_mul() local
|
| /netbsd/src/sys/arch/sparc/fpu/ |
| D | fpu_mul.c | 105 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; in fpu_mul() local
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | atanh.c | 35 mpfr_t x2, t, u; in mpfr_atanh_small() local
|