Searched refs:fixp_truncateToInt (Results 1 – 3 of 3) sorted by relevance
816 INT fixp_truncateToInt(FIXP_DBL f_inp, INT sf) // sf mantissaBits left of dot in fixp_truncateToInt() function844 INT truncateInt = fixp_truncateToInt(f_inp, sf); in fixp_truncate()
894 INT fixp_truncateToInt(FIXP_DBL f_inp, INT sf);
1424 cldIdx = fixp_truncateToInt(cldIdxFract, SF_FACTOR + SF_IDX); in factorCLD()