Home
last modified time | relevance | path

Searched refs:dlast (Results 1 – 9 of 9) sorted by relevance

/netbsd/games/backgammon/common_source/
H A Dsave.c128 write(fdesc, &dlast, sizeof dlast); in save()
159 read(fdesc, &dlast, sizeof dlast); in recover()
H A Dsubs.c188 if (dlast == -1) in gwrite()
396 dlast = 0; in init()
H A Dinit.c86 int dlast; variable
H A Dback.h111 extern int dlast; /* who doubled last (0 = neither) */
/netbsd/external/gpl3/gcc/dist/libquadmath/math/
H A Dlgammaq_neg.c533 __float128 dlast = rdiff, elast = rdiff * yr * (yr + y0r); in __quadmath_lgamma_negq() local
534 bterm[0] = dlast * lgamma_coeff[0]; in __quadmath_lgamma_negq()
537 __float128 dnext = dlast * y0r2 + elast; in __quadmath_lgamma_negq()
540 dlast = dnext; in __quadmath_lgamma_negq()
/netbsd/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dlgammaq_neg.c533 __float128 dlast = rdiff, elast = rdiff * yr * (yr + y0r); in __quadmath_lgamma_negq() local
534 bterm[0] = dlast * lgamma_coeff[0]; in __quadmath_lgamma_negq()
537 __float128 dnext = dlast * y0r2 + elast; in __quadmath_lgamma_negq()
540 dlast = dnext; in __quadmath_lgamma_negq()
/netbsd/games/backgammon/backgammon/
H A Dextra.c72 dlast = cturn; in dble()
96 dlast = cturn; in dble()
H A Dmain.c347 if (dlast != cturn && gvalue < 64) { in main()
H A Dmove.c111 if (gvalue < 64 && dlast != cturn && dblgood()) { in move()