Home
last modified time | relevance | path

Searched refs:yh (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/config/arm/
HDieee754-df.S50 #define yh r3 macro
54 #define yh r2 macro
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
133 tst yh, #0x80000000
134 mov yh, yh, lsl #12
135 orr yh, ip, yh, lsr #12
[all …]
/NextBSD/contrib/gcc/config/soft-fp/
HDop-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) argument
/NextBSD/contrib/ntp/ntpd/
HDkeyword-gen.c711 FILE * yh; in populate_symb() local
716 yh = fopen(header_file, "r"); in populate_symb()
717 if (NULL == yh) { in populate_symb()
722 while (NULL != fgets(line, sizeof(line), yh)) in populate_symb()
736 fclose(yh); in populate_symb()