Home
last modified time | relevance | path

Searched refs:SV_ANY (Results 1 – 12 of 12) sorted by relevance

/dports/lang/pocl/pocl-1.8/lib/kernel/libclc/
H A Dsinglevec.h27 #undef SV_ANY
36 #define SV_ANY(BOOL) (BOOL) macro
45 #define SV_ANY(BOOL) (any(BOOL)) macro
H A Dcos_fp64.cl33 if (SV_ANY(cond)) {
H A Dsin_fp64.cl33 if (SV_ANY(cond)) {
H A Dsincos_fp64.cl35 if (SV_ANY(cond)) {
H A Dtan_fp64.cl41 if (SV_ANY(cond)) {
H A Dremainder_base_fp32.cl52 while (SV_ANY(nb > X_GT_Y_BITS)) {
H A Dremainder_base_fp64.cl52 while (SV_ANY(nb > X_GT_Y_BITS)) {
H A Dsincos_helpers_fp32.cl252 if (SV_ANY(cond)) {
/dports/games/zangband/zangband/src/
H A Dcmd2.c214 sval = SV_ANY; in chest_death()
221 sval = SV_ANY; in chest_death()
229 sval = SV_ANY; in chest_death()
237 sval = SV_ANY; in chest_death()
245 sval = SV_ANY; in chest_death()
253 sval = SV_ANY; in chest_death()
261 sval = SV_ANY; in chest_death()
268 sval = SV_ANY; in chest_death()
H A Dzborg3.c838 if (sval != SV_ANY) continue; in borg_get_kind()
848 if (sval != SV_ANY) in borg_get_kind()
H A Dobject2.c1809 if (sval != SV_ANY) continue; in lookup_kind()
1819 if (sval == SV_ANY) in lookup_kind()
3592 if ((match_sv == SV_ANY) || (k_ptr->sval == match_sv)) return (100); in kind_is_match()
H A Ddefines.h1824 #define SV_ANY 255 macro