Lines Matching refs:similar
1706 * This function is similar to mad(). fma() retains full precision of the multiplied result
1873 * The function remainder() is similar but rounds toward the closest interger.
2206 * logb() is similar but returns a float.
2549 * ilogb() is similar but returns an integer.
2588 * This function is similar to fma(). fma() retains full precision of the multiplied result
5513 * pown() and powr() are similar. pown() takes an integer exponent. powr() assumes the
5553 * pow() and powr() are similar. The both take a float exponent. powr() also assumes the
5593 * pow() and pown() are similar. They both make no assumptions about the base.
5673 * The function fmod() is similar but rounds toward the closest interger.
5772 * round() is similar but rounds away from zero. trunc() truncates the decimal fraction.
5854 * rint() is similar but rounds half values toward even. trunc() truncates the decimal fraction.