Home
last modified time | relevance | path

Searched refs:is_west (Results 1 – 4 of 4) sorted by relevance

/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dsartime.c381 int in_len, is_traditional = 0, is_west = 0; in SARParseLongitudeDMS() local
403 is_west = 1; in SARParseLongitudeDMS()
480 if(is_west && (d > 0)) in SARParseLongitudeDMS()
498 if(is_west && (d > 0.0f)) in SARParseLongitudeDMS()
/dports/games/golly/golly-3.3-src/gollybase/
H A Djvnalgo.cpp2181 bool is_west(state c) { in is_west() function
2197 else if(is_west(c)) return w; in output()
2205 else if(is_west(e) && is_excited(e)) return e; in input()
2242 || (is_OTS(e) && is_west(e)) || (is_OTS(w) && is_east(w)); in OTS_arrow_to_us()
2264 if(is_west(e)) n_inputs++; in is_crossing()
2269 if(is_TS(e) && !is_west(e)) n_outputs++; in is_crossing()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/tools/smooth/plugins/
H A DREADME.Stream28 is_north, is_east, is_south and is_west.
32 1 x is_north() + 2 x is_east() + 4 x is_south() + 8 x is_west().
/dports/comms/libfap/libfap-1.5/src/
H A Dhelpers.c1064 short is_west = 0; in fapint_parse_normal() local
1138 if ( wind == 'W' ) is_west = 1; in fapint_parse_normal()
1221 if ( is_west ) in fapint_parse_normal()