Home
last modified time | relevance | path

Searched refs:verysmall (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DRNM_tpl.hpp55 template <class T> inline bool verysmall(const T & t){ return false;} in verysmall() function
56 template <> inline bool verysmall<double>(const double & t){ return abs(t)< 1e-305 ? 1: false;} in verysmall() function
57 template <> inline bool verysmall<complex<double> >(const complex<double> & t) in verysmall() function
58 {return verysmall(t.real() )|| verysmall(t.imag() );} in verysmall()
122 … if(!f.good() && RNM::verysmall(v[i])) {f.clear(); RNM::removeeps(v[i]);}// bug on apple correct in operator >>()
139 … if(!f.good() && RNM::verysmall(v[i])) {f.clear(); RNM::removeeps(v[i]);}// bug on apple correct in operator >>()
/dports/games/nethack33/nethack-3.3.1/src/
H A Dworn.c325 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
552 if (nohands(mdat) || verysmall(mdat)) {
577 if (nohands(mdat) || verysmall(mdat) || slithy(mdat) ||
586 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
H A Dsteed.c156 !verysmall(youmonst.data) && !bigmonst(youmonst.data) &&
203 if (Upolyd && (!humanoid(youmonst.data) || verysmall(youmonst.data) ||
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dworn.c325 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
552 if (nohands(mdat) || verysmall(mdat)) {
577 if (nohands(mdat) || verysmall(mdat) || slithy(mdat) ||
586 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
H A Dsteed.c156 !verysmall(youmonst.data) && !bigmonst(youmonst.data) &&
203 if (Upolyd && (!humanoid(youmonst.data) || verysmall(youmonst.data) ||
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dworn.c325 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
552 if (nohands(mdat) || verysmall(mdat)) {
577 if (nohands(mdat) || verysmall(mdat) || slithy(mdat) ||
586 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
H A Dsteed.c156 !verysmall(youmonst.data) && !bigmonst(youmonst.data) &&
203 if (Upolyd && (!humanoid(youmonst.data) || verysmall(youmonst.data) ||
/dports/games/nethack33/nethack-3.3.1/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
92 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr))
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
92 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr))
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
92 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr))
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dworn.c368 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
601 boolean handless_or_tiny = (nohands(mdat) || verysmall(mdat));
721 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
/dports/games/nethack34/nethack-3.4.3/src/
H A Dworn.c368 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
601 boolean handless_or_tiny = (nohands(mdat) || verysmall(mdat));
721 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dworn.c368 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
601 boolean handless_or_tiny = (nohands(mdat) || verysmall(mdat));
721 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dworn.c398 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
631 boolean handless_or_tiny = (nohands(mdat) || verysmall(mdat));
751 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dworn.c392 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
625 boolean handless_or_tiny = (nohands(mdat) || verysmall(mdat));
745 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
/dports/games/nethack34/nethack-3.4.3/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
106 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr))
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
106 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr))
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
106 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr))
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
112 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr))
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dworn.c413 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
646 boolean handless_or_tiny = (nohands(mdat) || verysmall(mdat));
766 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
130 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr))
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
130 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr))
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dworn.c479 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
837 boolean handless_or_tiny = (nohands(mdat) || verysmall(mdat));
957 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dworn.c479 if (verysmall(mon->data) || nohands(mon->data) || is_animal(mon->data))
837 boolean handless_or_tiny = (nohands(mdat) || verysmall(mdat));
957 verysmall(mdat) ? "slide" : "are pushed", ppronoun);
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dmondata.h8 #define verysmall(ptr) ((ptr)->msize < MZ_SMALL) macro
121 #define cantwield(ptr) (nohands(ptr) || verysmall(ptr) || \

12345678910