Home
last modified time | relevance | path

Searched refs:sq_a1 (Results 1 – 7 of 7) sorted by relevance

/dports/games/KnightCap/Export/
H A Depd.c395 for (sq = sq_a1; sq <= sq_h8; sq += 2) in EPDNewGPM()
1743 for (sq = sq_a1; sq <= sq_h8; sq++) in EPDSetKings()
1795 for (sq = sq_a1; sq <= sq_h8; sq++) in EPDSetCurrentPosition()
2847 for (sq = sq_a1; sq <= sq_h8; sq++) in EPDRealize()
2886 for (sq = sq_a1; sq <= sq_h8; sq++) in EPDInitArray()
4791 EPDboard.rbv[sq_a1] = cp_v0; in EPDExecute()
4855 (mptr->m_tosq == sq_a1)) in EPDExecute()
4995 EPDboard.rbv[sq_a1] = cp_wr; in EPDRetract()
7267 sq = sq_a1; in EPDTBScore()
7515 flank_mapv[sq_a1] = 0; in EPDTBInit()
[all …]
H A Depdglue.c401 for (sq = sq_a1; sq <= sq_h8; sq++) in EGGetIndexedHostPosition()
H A Depddefs.h216 #define sq_a1 map_sq(rank_1, file_a) macro
/dports/games/crafty/crafty-25.2_1/
H A Depd.c233 for (sq = sq_a1; sq <= sq_h8; sq += 2) { in EPDNewGPM()
1137 for (sq = sq_a1; sq <= sq_h8; sq++) in EPDSetKings()
1159 for (sq = sq_a1; sq <= sq_h8; sq += 2) { in EPDSet()
1176 for (sq = sq_a1; sq <= sq_h8; sq++) in EPDSetCurrentPosition()
1715 for (sq = sq_a1; sq <= sq_h8; sq++) { in EPDRealize()
1744 for (sq = sq_a1; sq <= sq_h8; sq++) in EPDInitArray()
2384 for (sq = sq_a1; sq <= sq_h8; sq++) { in EPDCensus()
2957 EPDboard.rbv[sq_a1] = cp_v0; in EPDExecute()
3009 || (mptr->m_tosq == sq_a1)) in EPDExecute()
3112 EPDboard.rbv[sq_a1] = cp_wr; in EPDRetract()
[all …]
H A Depdglue.c393 for (sq = sq_a1; sq <= sq_h8; sq++) in EGGetIndexedHostPosition()
428 sq = sq_a1; in EGGetIndexedHostPosition()
489 for (sq = sq_a1; sq <= sq_h8; sq++) in EGPutHostPosition()
H A Depddefs.h191 # define sq_a1 map_sq(rank_1, file_a) macro
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_for_spheres/
H A Dinternal_functions_on_roots_and_polynomial_1_3_and_2_3.h211 const FT sq_a1 = CGAL::square(p.a1()); in solve() local
218 const FT a = sq_a1 + sq_a2 + sq_a3; in solve()