HomeSort by: relevance | last modified time | path
    Searched defs:jmax (Results 1 - 15 of 15) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tfprintf.c 333 int j, jmax; local
343 jmax = (spec == 3 || spec == 4) ? 6 : 5; /* ' flag only with %f or %g */
354 for (j = 0; j < jmax; j++)
tfprintf.c 333 int j, jmax; local
343 jmax = (spec == 3 || spec == 4) ? 6 : 5; /* ' flag only with %f or %g */
354 for (j = 0; j < jmax; j++)
tfprintf.c 333 int j, jmax; local
343 jmax = (spec == 3 || spec == 4) ? 6 : 5; /* ' flag only with %f or %g */
354 for (j = 0; j < jmax; j++)
tprintf.c 426 int j, jmax; local
436 jmax = (spec == 3 || spec == 4) ? 6 : 5; /* ' flag only with %f or %g */
448 for (j = 0; j < jmax; j++)
tprintf.c 426 int j, jmax; local
436 jmax = (spec == 3 || spec == 4) ? 6 : 5; /* ' flag only with %f or %g */
448 for (j = 0; j < jmax; j++)
tprintf.c 426 int j, jmax; local
436 jmax = (spec == 3 || spec == 4) ? 6 : 5; /* ' flag only with %f or %g */
448 for (j = 0; j < jmax; j++)
tsprintf.c 1103 int i, j, jmax; local
1132 jmax = (spec == 0 || spec == 3) ? 5 : 6;
1134 jmax = 5;
1136 for (j = 0; j < jmax; j++)
tsprintf.c 1103 int i, j, jmax; local
1132 jmax = (spec == 0 || spec == 3) ? 5 : 6;
1134 jmax = 5;
1136 for (j = 0; j < jmax; j++)
tsprintf.c 1103 int i, j, jmax; local
1132 jmax = (spec == 0 || spec == 3) ? 5 : 6;
1134 jmax = 5;
1136 for (j = 0; j < jmax; j++)
  /src/external/bsd/tmux/dist/
screen-redraw.c 1026 u_int i, j, imax, jmax; local
1046 jmax = sb_h;
1047 if ((int)jmax + sb_y > sy)
1048 jmax = sy - sb_y;
1050 for (j = 0; j < jmax; j++) {
screen-redraw.c 1026 u_int i, j, imax, jmax; local
1046 jmax = sb_h;
1047 if ((int)jmax + sb_y > sy)
1048 jmax = sy - sb_y;
1050 for (j = 0; j < jmax; j++) {
screen-redraw.c 1026 u_int i, j, imax, jmax; local
1046 jmax = sb_h;
1047 if ((int)jmax + sb_y > sy)
1048 jmax = sy - sb_y;
1050 for (j = 0; j < jmax; j++) {
  /src/external/gpl2/groff/dist/src/preproc/pic/
common.cpp 153 int jmax = int(10 / lt.dash_width); local
165 double phi = j * 2 * M_PI / jmax;
206 int jmax = int(10 / lt.dash_width); local
217 double phi = j * 2 * M_PI / jmax;
common.cpp 153 int jmax = int(10 / lt.dash_width); local
165 double phi = j * 2 * M_PI / jmax;
206 int jmax = int(10 / lt.dash_width); local
217 double phi = j * 2 * M_PI / jmax;
common.cpp 153 int jmax = int(10 / lt.dash_width); local
165 double phi = j * 2 * M_PI / jmax;
206 int jmax = int(10 / lt.dash_width); local
217 double phi = j * 2 * M_PI / jmax;

Completed in 76 milliseconds