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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
multc3.c 31 int recalc = 0; local in function:__multc3
39 recalc = 1;
48 recalc = 1;
50 if (!recalc && (crt_isinf(ac) || crt_isinf(bd) ||
60 recalc = 1;
62 if (recalc) {
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
multc3.c 33 int recalc = 0; local in function:__multc3
46 recalc = 1;
55 recalc = 1;
58 if (!recalc)
72 recalc = 1;
76 if (recalc)
  /src/games/larn/
global.c 19 * recalc() function to recalculate the armor class of the player
246 recalc() function to recalculate the armor class of the player
249 recalc(void) function in typeref:typename:void

Completed in 12 milliseconds