/src/sys/arch/hppa/spmath/ |
divufr.c | 50 divufr(unsigned int opnd1, unsigned int opnd2, struct mdsfu_register *result) 53 if (opnd2 == 0) { 59 if (opnd1 >= opnd2) { 66 divu(opnd1,0,opnd2,result);
|
divsfm.c | 50 divsfm(int opnd1, int opnd2, struct mdsfu_register *result) 55 if (opnd2 == 0) { 61 sign = opnd1 ^ opnd2; 69 if (opnd2 < 0) opnd2 = -opnd2; 75 * and abs(opnd1) >= abs(opnd2) always 77 if (opnd1 >= opnd2 || opnd1 < 0) { 78 /* check for opnd2 = -2**31 */ 79 if (opnd2 < 0 && opnd1 != opnd2) [all...] |
divsfr.c | 50 divsfr(int opnd1, int opnd2, struct mdsfu_register *result) 55 if (opnd2 == 0) { 61 sign = opnd1 ^ opnd2; 69 if (opnd2 < 0) opnd2 = -opnd2; 75 * and abs(opnd1) >= abs(opnd2) always 77 if (opnd1 >= opnd2 || opnd1 < 0) { 78 /* check for opnd2 = -2**31 */ 79 if (opnd2 < 0 && opnd1 != opnd2) [all...] |
divsim.c | 50 divsim(int opnd1, int opnd2, struct mdsfu_register *result) 55 if (opnd2 == 0) { 61 sign = opnd1 ^ opnd2; 69 if (opnd2 < 0) opnd2 = -opnd2; 71 /* check for opnd2 == -2**31 */ 72 if (opnd2 < 0) { 73 if (opnd1 == opnd2) { 84 divu(0,opnd1,opnd2,result) [all...] |
divsir.c | 50 divsir(int opnd1, int opnd2, struct mdsfu_register *result) 55 if (opnd2 == 0) { 61 sign = opnd1 ^ opnd2; 69 if (opnd2 < 0) opnd2 = -opnd2; 71 /* check for opnd2 = -2**31 */ 72 if (opnd2 + opnd2 == 0) { 73 if (opnd1 == opnd2) { [all...] |
divuir.c | 50 divuir(unsigned int opnd1, unsigned int opnd2, struct mdsfu_register *result) 53 if (opnd2 == 0) { 60 divu(0,opnd1,opnd2,result);
|
mpyscv.c | 50 mpyscv(int opnd1, int opnd2, struct mdsfu_register *result) 52 impys(&opnd1,&opnd2,result);
|
mpyucv.c | 50 mpyucv(unsigned int opnd1, unsigned int opnd2, 53 impyu(&opnd1,&opnd2,result);
|
sfrem.c | 57 register unsigned int opnd1, opnd2, result; local in function:sgl_frem 62 opnd2 = *srcptr2; 68 if (Sgl_isnotnan(opnd2)) { 93 else if (Sgl_is_signalingnan(opnd2)) { 99 Sgl_set_quiet(opnd2); 100 *dstptr = opnd2; 113 if ((opnd2_exponent = Sgl_exponent(opnd2)) == SGL_INFINITY_EXPONENT) { 114 if (Sgl_iszero_mantissa(opnd2)) { 124 if (Sgl_isone_signaling(opnd2)) { 129 Sgl_set_quiet(opnd2); [all...] |
mpys.c | 50 mpys(int opnd1, int opnd2, struct mdsfu_register *result) 52 impys(&opnd1,&opnd2,result);
|
mpyu.c | 50 mpyu(unsigned int opnd1, unsigned int opnd2, 53 impyu(&opnd1,&opnd2,result);
|
mpyaccu.c | 50 mpyaccu(unsigned int opnd1, unsigned int opnd2, 56 impyu(&opnd1,&opnd2,&temp);
|
sfdiv.c | 57 register unsigned int opnd1, opnd2, opnd3, result; local in function:sgl_fdiv 63 opnd2 = *srcptr2; 67 if (Sgl_sign(opnd1) ^ Sgl_sign(opnd2)) Sgl_setnegativezero(result); 74 if (Sgl_isnotnan(opnd2)) { 75 if (Sgl_isinfinity(opnd2)) { 110 else if (Sgl_is_signalingnan(opnd2)) { 116 Sgl_set_quiet(opnd2); 117 *dstptr = opnd2; 130 if (Sgl_isinfinity_exponent(opnd2)) { 131 if (Sgl_iszero_mantissa(opnd2)) { [all...] |
sfmpy.c | 57 register unsigned int opnd1, opnd2, opnd3, result; local in function:sgl_fmpy 63 opnd2 = *srcptr2; 67 if (Sgl_sign(opnd1) ^ Sgl_sign(opnd2)) Sgl_setnegativezero(result); 74 if (Sgl_isnotnan(opnd2)) { 75 if (Sgl_iszero_exponentmantissa(opnd2)) { 110 else if (Sgl_is_signalingnan(opnd2)) { 116 Sgl_set_quiet(opnd2); 117 *dstptr = opnd2; 130 if (Sgl_isinfinity_exponent(opnd2)) { 131 if (Sgl_iszero_mantissa(opnd2)) { [all...] |
mpyaccs.c | 50 mpyaccs(int opnd1, int opnd2, struct mdsfu_register *result) 55 impys(&opnd1,&opnd2,&temp);
|
/src/bin/ksh/ |
c_test.c | 144 const char *opnd1, *opnd2; local in function:c_test 152 opnd2 = (*te.getopnd)(&te, op, 1); 153 res = (*te.eval)(&te, op, opnd1, opnd2, 217 test_eval(te, op, opnd1, opnd2, do_eval) 221 const char *opnd2; 355 return gmatch(opnd1, opnd2, false); 356 return strcmp(opnd1, opnd2) == 0; 359 return !gmatch(opnd1, opnd2, false); 360 return strcmp(opnd1, opnd2) != 0; 362 return strcmp(opnd1, opnd2) < 0 525 const char *opnd1, *opnd2; local in function:test_primary [all...] |
c_test.h | 48 const char *opnd2, int do_eval)); 54 const char *opnd2, int do_eval));
|
syn.c | 51 const char *opnd2, int do_eval)); 931 dbtestp_eval(te, op, opnd1, opnd2, do_eval) 935 const char *opnd2;
|
exec.c | 1534 dbteste_eval(te, op, opnd1, opnd2, do_eval) 1538 const char *opnd2; 1541 return test_eval(te, op, opnd1, opnd2, do_eval);
|
/src/bin/test/ |
test.c | 507 const char *opnd1, *opnd2; local in function:binop 514 if ((opnd2 = *++t_wp) == NULL) 517 return perform_binop(op->op_num, opnd1, opnd2); 522 perform_binop(enum token op_num, const char *opnd1, const char *opnd2) 526 return strcmp(opnd1, opnd2) == 0; 528 return strcmp(opnd1, opnd2) != 0; 530 return strcmp(opnd1, opnd2) < 0; 532 return strcmp(opnd1, opnd2) > 0; 534 return getn(opnd1) == getn(opnd2); 536 return getn(opnd1) != getn(opnd2); [all...] |