Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A Dpixis.c365 int mulconst; in strfractoint() local
389 mulconst = 10; in strfractoint()
402 mulconst = 1; in strfractoint()
404 mulconst *= 10; in strfractoint()
409 intval = intval * mulconst; in strfractoint()