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

  /src/regress/sys/arch/m68k/emuspeed/
emuspeed.c 39 #define PRECISION 500
98 } while ((stop - start) < PRECISION);
  /src/sys/lib/libkern/
rngtest.c 164 #define PRECISION 100000
169 const long long minpoke = (MINPOKE * PRECISION);
170 const long long maxpoke = (MAXPOKE * PRECISION);
218 X *= PRECISION;
219 X = 16 * X / 5000 - 5000 * PRECISION;
223 (X / PRECISION), (X % PRECISION));
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 29 #define PRECISION 5 /* Change this value to change the number of decimal places in the final output - 5 is a good default */
344 /* TEMPORARILY DISABLED - CAN BE USED TO IMPROVE PRECISION
352 tempProduct = tempProduct >> 16; /*Remove lagging 16 bits - Will lose some precision from decimal; */
383 scaledReal.full = GetReal(A) * uPow(10, PRECISION-1); /* DOUBLE CHECK THISSSS!!! */
513 int dec[PRECISION];
516 for (i = 0; i < PRECISION; i++) {
520 scaledDecimal = scaledDecimal + dec[i]*uPow(10, PRECISION - 1 -i);

Completed in 14 milliseconds