Searched refs:yh (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/arm/
H A Dieee754-df.S50 #define yh r3 define
54 #define yh r2 define
83 eor yh, yh, #0x80000000 @ flip sign bit of second arg
95 mov r5, yh, lsl #1
112 eor yh, xh, yh
114 eor xh, yh, xh
116 eor yh, xh, yh
[all...]
/freebsd-12-stable/contrib/gcc/config/soft-fp/
H A Dop-2.h172 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
173 (rh = xh + yh + ((rl = xl + yl) < xl))
176 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
177 (rh = xh - yh - ((rl = xl - yl) > xl))
180 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
183 xh -= yh + ((xl -= yl) > _t); \
196 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl)
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c728 FILE * yh; local
733 yh = fopen(header_file, "r");
734 if (NULL == yh) {
739 while (NULL != fgets(line, sizeof(line), yh))
753 fclose(yh);
/freebsd-12-stable/contrib/bearssl/src/
H A Dinner.h956 uint32_t yl, yh; local
961 yh = (y >> 16) | (uint32_t)0x80000000;
962 return (xl * yl + ((xl * yh + xh * yl) << 16)) & (uint32_t)0x7FFFFFFF;
/freebsd-12-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2268 WytTZdltvd2KXA0XPluFVS8HLSD69xaXDAZBXG34UJG06wAk7TKHhZJIKzS20/yh

Completed in 125 milliseconds