Searched refs:round (Results 1 - 15 of 15) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/math/
H A Dllround.c5 return round(x);
H A Dlround.c5 return round(x);
H A Dround.c10 double round(double x) function
H A Droundl.c6 return round(x);
H A Dfma.c84 int round, ez, exy; local
94 round = fegetround();
96 if (round == FE_TONEAREST)
120 fesetround(round);
127 the 12 extra bits (1guard, 11round+sticky) are needed so with
149 fesetround(round);
150 if (round == FE_TONEAREST)
226 * exponent. For an explanation of round and sticky bits, see any reference
265 * then the first lost bit becomes a round bit, and we adjust the
289 * The current rounding mode must be round
[all...]
/seL4-camkes-master/tools/rumprun/tests/
H A Druntests.sh86 echo ">> polling, round ${x} ..."
/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dvfprintf.c240 long double round = 8.0; local
250 while (re--) round*=16;
253 y-=round;
254 y+=round;
257 y+=round;
258 y-=round;
346 long double round = 2/LDBL_EPSILON; local
349 round += 2;
353 if (pl && *prefix=='-') round*=-1, small*=-1;
355 /* Decide whether to round b
[all...]
/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt_des.c698 unsigned int shifts, round, i, ibit; local
729 for (round = 0; round < 16; round++) {
733 shifts += key_shifts[round];
748 ekey->l[round] = kl;
749 ekey->r[round] = kr;
778 * Do each round.
780 unsigned int round = 16; local
784 while (round
[all...]
/seL4-camkes-master/projects/musllibc/include/
H A Dtgmath.h196 #undef round macro
259 #define round(x) __tg_real(round, (x)) macro
H A Dmath.h311 double round(double);
/seL4-camkes-master/tools/cogent/cogent/scripts/
H A Dgenerate_tactic_statistics.py117 print("\t" + k + ": " + str(round(float(total_per_tactic[k])/total_of_all, 3)*100) + "%" + ", " + str(total_per_tactic[k]))
/seL4-camkes-master/tools/cogent/regression/
H A Drun_tests.py195 mem = '%5.2fGB' % round(float(mem) / 1024 / 1024 / 1024, 2)
/seL4-camkes-master/kernel/manual/parts/
H A Dbootup.tex17 On the MCS kernel, the initial thread is configured with a round-robin scheduling context
19 Without MCS, all threads including the initial thread are scheduled round-robin with
H A Dthreads.tex117 round-robin scheduling is applied once the budget is expired.
120 referred to as \emph{active}. Budget charging and replenishment rules are different for round-robin
121 and sporadic threads. For round-robin threads, the budget is charged each time the current node's
124 Threads where $b == p$ are treated as round robin threads, where $b$ acts as a timeslice.
145 used. When a round-robin thread stops executing, budget is moved from the head to the tail
/seL4-camkes-master/tools/cogent/cogent/manual/
H A Dcogent-manual.tex613 The other way round, a type parameter need not occur as type variable in the type expression. In Haskell, this

Completed in 124 milliseconds