Home
last modified time | relevance | path

Searched refs:OP1 (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/libressl/crypto/cast/
H A Dcast_lcl.h158 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
161 t=(key[n*2] OP1 R)&0xffffffffL; \
169 CAST_S_table2+((t>>C_0)&C_M)))&0xffffffffL) OP1 \
174 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
178 w=(key[n*2] OP1 R)&0xffffffffL; \
192 t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
196 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
199 t=(key[n*2] OP1 R)&0xffffffff; \
205 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
/dragonfly/contrib/mpfr/doc/
H A Dmpfr.info1416 rounded in the direction RND if OP1 > OP2, +0 if OP1 <= OP2, and
1448 Compare OP1 and OP2. Return a positive value if OP1 > OP2, zero
1449 if OP1 = OP2, and a negative value if OP1 < OP2. Both OP1 and OP2
1469 Compare |OP1| and |OP2|. Return a positive value if |OP1| >
1470 |OP2|, zero if |OP1| = |OP2|, and a negative value if |OP1| <
1495 Return non-zero if OP1 > OP2, OP1 >= OP2, OP1 < OP2, OP1 <= OP2,
1500 Return non-zero if OP1 < OP2 or OP1 > OP2 (i.e., neither OP1, nor
1501 OP2 is NaN, and OP1 <> OP2), zero otherwise (i.e., OP1 and/or OP2
1735 Set ROP to (OP1 times OP2) + OP3 (resp. (OP1 times OP2) - OP3)
2238 Set ROP to the minimum (resp. maximum) of OP1 and OP2. If OP1 and
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimple.def33 /* GIMPLE_COND <COND_CODE, OP1, OP2, TRUE_LABEL, FALSE_LABEL>
36 if (OP1 COND_CODE OP2) goto TRUE_LABEL else goto FALSE_LABEL
41 OP1 and OP2 are the operands used in the comparison. They must be
H A Dtree.def956 the first OFF elements of the vector OP1.
957 If OFF == 0, then the returned vector is OP1.
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple.def33 /* GIMPLE_COND <COND_CODE, OP1, OP2, TRUE_LABEL, FALSE_LABEL>
36 if (OP1 COND_CODE OP2) goto TRUE_LABEL else goto FALSE_LABEL
41 OP1 and OP2 are the operands used in the comparison. They must be
H A Dtree.def1051 the first OFF elements of the vector OP1.
1052 If OFF == 0, then the returned vector is OP1.
/dragonfly/contrib/gdb-7/gdb/
H A Dstd-operator.def104 OP1(OP2:OP3). Return elements OP2 through OP3 of OP1. */