HomeSort by: relevance | last modified time | path
    Searched refs:roundf (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libm/src/
s_llroundf.c 9 #define roundit roundf
s_lroundf.c 9 #define roundit roundf
s_roundf.c 38 roundf(float x) function in typeref:typename:float
  /src/lib/libm/noieee_src/
n_roundf.c 38 roundf(float x) function in typeref:typename:float
  /src/games/testpat/
testpat.c 210 for (i = roundf(1 * grid_unit); i < roundf(2 * grid_unit); i++) {
216 for (col = roundf((4 * grid_unit * 2) +
217 circle_pos[y_limit / 2][0]); col <= roundf((9 * grid_unit
222 i = roundf(1.4 * grid_unit);
231 for (line = roundf(2 * grid_unit); line < 4 * grid_unit; line++) {
237 for (col = 0; col <= roundf((3.5 * grid_unit * 2)); col++) {
244 for (col = roundf((9.5 * grid_unit * 2)); col <
245 roundf((13 * grid_unit * 2)); col++) {
257 for (i = roundf(3 * grid_unit); i < roundf(4 * grid_unit); i++)
    [all...]
  /src/tests/lib/libm/
t_round.c 67 bf = roundf(af);
75 cf = roundf(-af);
  /src/usr.sbin/bta2dpd/cosdata-gen/
cosdata.c 85 printf("%d, ", (int)roundf((float)arr[k] * COEFFS_MULTI));
113 printf("%d, ", (int)roundf(val * SI_MULTI));
  /src/include/
math.h 433 float roundf(float);
  /src/lib/libm/
Makefile 558 MLINKS+=round.3 roundf.3 \

Completed in 16 milliseconds