Home
last modified time | relevance | path

Searched refs:temp_occ (Results 1 – 3 of 3) sorted by relevance

/dports/databases/grass7/grass-7.8.6/temporal/t.rast.accdetect/testsuite/
H A Dtest.t.rast.accdetect.sh27 t.rast.accdetect input=temp_accumulation occurrence=temp_occ base=temp_occ \
32 t.rast.list temp_occ col=name,start_time,min,max > data/test_1_temp_occ_a.txt
46 t.rast.accdetect input=temp_accumulation occurrence=temp_occ base=temp_occ \
51 t.rast.list temp_occ col=name,start_time,min,max > data/test_1_temp_occ_b.txt
H A Dtest.t.rast.accdetect.reverse.sh27 t.rast.accdetect -r input=temp_accumulation occurrence=temp_occ base=temp_occ \
31 t.rast.list temp_occ col=name,start_time,min,max > data/test_2_temp_occ.txt
/dports/games/crafty/crafty-25.2_1/
H A Dvalidate.c25 uint64_t temp, temp1, temp_occ; in ValidatePosition() local
39 temp_occ = in ValidatePosition()
43 if (Occupied(side) ^ temp_occ) { in ValidatePosition()
48 Display2BitBoards(temp_occ, Occupied(white)); in ValidatePosition()
62 temp_occ = in ValidatePosition()
70 if (temp_occ ^ temp_occx) { in ValidatePosition()
188 temp = ~(temp_occ | temp_occx); in ValidatePosition()