Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/fpu/
Dfpu_implode.c237 int sign, exp, tmp_cx; in fpu_ftoi() local
267 tmp_cx = 0; in fpu_ftoi()
268 i += round_int(fp, &tmp_cx, rn, sign, i & 1); in fpu_ftoi()
271 *cx |= tmp_cx; in fpu_ftoi()
289 int sign, exp, tmp_cx; in fpu_ftox() local
319 tmp_cx = 0; in fpu_ftox()
320 i += round_int(fp, &tmp_cx, rn, sign, i & 1); in fpu_ftox()
323 *cx |= tmp_cx; in fpu_ftox()