Home
last modified time | relevance | path

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

/freebsd/lib/libc/quad/
H A Dfixunsdfdi.c50 double toppart; in __fixunsdfdi() local
67 toppart = (x - ONE_HALF) / ONE; in __fixunsdfdi()
76 t.ul[H] = (unsigned long)toppart; in __fixunsdfdi()
H A Dfixunssfdi.c54 double x, toppart; in __fixunssfdi() local
72 toppart = (x - ONE_HALF) / ONE; in __fixunssfdi()
81 t.ul[H] = (unsigned long)toppart; in __fixunssfdi()