Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 25 of 153) sorted by relevance

1234567

/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dsoftfloat.h61 #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/
Dsoftfloat.c202 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/
Dsoftfloat.c202 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/
Dt-cxx11.cc132 T x1 = 3; in check_move_init() local
138 T x1 = 2; 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/
Dsfp-machine.h6 #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/lib/libc/gdtoa/
Dhexnan.c38 L_shift(x, x1, i) ULong *x; ULong *x1; int i; in L_shift() argument
62 ULong c, h, *x, *x1, *xe; local
Dgmisc.c43 ULong *x, *x1, *xe, y; local
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/
Dbid128_add.c43 UINT128 x1; local
144 UINT128 x1, y1; local
180 UINT128 x1; local
254 UINT128 x1; local
364 UINT128 x1, y1; local
400 UINT128 x1; local
476 int q1, q2, delta, scale, x1, ind, shift, tmp_inexact = 0; local
Dbid128_mul.c42 UINT128 x1; local
219 UINT128 x1, y1; local
255 UINT128 x1; local
Dbid128_fma.c3626 UINT128 x1, y1, z1; local
3670 UINT128 x1, y1; local
3711 UINT128 x1, z1; local
3752 UINT128 x1; local
3911 UINT128 x1, y1; local
3946 UINT128 x1, z1; local
3981 UINT128 x1; local
/netbsd/src/lib/libm/noieee_src/
Dmathimpl.h70 # 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/sys/arch/x68k/stand/libiocs/
Diocs.h29 short x1; member
48 short x1; member
62 short x1; member
71 short x1; member
100 short x1; member
109 short x1; member
165 short x1; member
174 short x1; member
183 short x1; member
191 short x1; member
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/seed/
Dseed.c449 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/crypto/external/bsd/openssl/dist/crypto/rc2/
Drc2_cbc.c98 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/external/lgpl3/gmp/dist/mpz/
Dprodlimbs.c85 mpz_t x1, x2; in mpz_prodlimbs() local
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dparamless.cc41 int x1 = outer1.fn (0); in main() local
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
Dbn_mp_karatsuba_sqr.c29 mp_int x0, x1, t1, t2, x0x0, x1x1; in mp_karatsuba_sqr() local
Dbn_mp_karatsuba_mul.c51 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; in mp_karatsuba_mul() local
/netbsd/src/sys/arch/atari/stand/tostools/aptck/
Ddisklbl.c190 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/
Dfpu_mul.c103 uint32_t a2, a1, a0, x2, x1, x0, bit, m; in fpu_mul() local
/netbsd/src/sys/arch/powerpc/fpu/
Dfpu_mul.c109 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; in fpu_mul() local
/netbsd/src/sys/arch/sparc/fpu/
Dfpu_mul.c105 u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; in fpu_mul() local
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dsqr_basecase.c178 mp_limb_t x0, x1; in mpn_sqr_basecase() local
223 mp_limb_t x0, x1; in mpn_sqr_basecase() local
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dframe-view.c50 foo (struct type_1 x1, struct type_2 x2) in foo()
/netbsd/src/external/gpl3/gdb/dist/include/
Dlibcollector.h85 #define collector_func_load(x0,x1,x2,x3,x4,x5,x6) \ argument

1234567