Home
last modified time | relevance | path

Searched refs:testbits (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/math/vtk6/VTK-6.2.0/Common/Core/Testing/Cxx/
H A DTestSmartPointer.cxx48 testbits = (testbits << 1) | ((da2 < da3) ? 1 : 0); in TestSmartPointer()
50 testbits = (testbits << 1) | ((da2 > da3) ? 1 : 0); in TestSmartPointer()
52 testbits = (testbits << 1) | ((ia == da3) ? 1 : 0); in TestSmartPointer()
53 testbits = (testbits << 1) | ((ia != da3) ? 1 : 0); in TestSmartPointer()
54 testbits = (testbits << 1) | ((ia < da3) ? 1 : 0); in TestSmartPointer()
56 testbits = (testbits << 1) | ((ia > da3) ? 1 : 0); in TestSmartPointer()
60 testbits = (testbits << 1) | ((da2 < ia) ? 1 : 0); in TestSmartPointer()
62 testbits = (testbits << 1) | ((da2 > ia) ? 1 : 0); in TestSmartPointer()
64 testbits = (testbits << 1) | ((da1 == 0) ? 1 : 0); in TestSmartPointer()
66 testbits = (testbits << 1) | ((da1 < 0) ? 1 : 0); in TestSmartPointer()
[all …]
H A DTestWeakPointer.cxx48 testbits = (testbits << 1) | ((da2 < da3) ? 1 : 0); in TestWeakPointer()
50 testbits = (testbits << 1) | ((da2 > da3) ? 1 : 0); in TestWeakPointer()
52 testbits = (testbits << 1) | ((ia == da3) ? 1 : 0); in TestWeakPointer()
53 testbits = (testbits << 1) | ((ia != da3) ? 1 : 0); in TestWeakPointer()
54 testbits = (testbits << 1) | ((ia < da3) ? 1 : 0); in TestWeakPointer()
56 testbits = (testbits << 1) | ((ia > da3) ? 1 : 0); in TestWeakPointer()
60 testbits = (testbits << 1) | ((da2 < ia) ? 1 : 0); in TestWeakPointer()
62 testbits = (testbits << 1) | ((da2 > ia) ? 1 : 0); in TestWeakPointer()
64 testbits = (testbits << 1) | ((da1 == 0) ? 1 : 0); in TestWeakPointer()
66 testbits = (testbits << 1) | ((da1 < 0) ? 1 : 0); in TestWeakPointer()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Cxx/
H A DTestWeakPointer.cxx46 testbits = (testbits << 1) | ((da2 == da3) ? 1 : 0); in TestWeakPointer()
47 testbits = (testbits << 1) | ((da2 != da3) ? 1 : 0); in TestWeakPointer()
48 testbits = (testbits << 1) | ((da2 < da3) ? 1 : 0); in TestWeakPointer()
50 testbits = (testbits << 1) | ((da2 > da3) ? 1 : 0); in TestWeakPointer()
52 testbits = (testbits << 1) | ((ia == da3) ? 1 : 0); in TestWeakPointer()
53 testbits = (testbits << 1) | ((ia != da3) ? 1 : 0); in TestWeakPointer()
54 testbits = (testbits << 1) | ((ia < da3) ? 1 : 0); in TestWeakPointer()
55 testbits = (testbits << 1) | ((ia <= da3) ? 1 : 0); in TestWeakPointer()
56 testbits = (testbits << 1) | ((ia > da3) ? 1 : 0); in TestWeakPointer()
60 testbits = (testbits << 1) | ((da2 < ia) ? 1 : 0); in TestWeakPointer()
[all …]
H A DTestSmartPointer.cxx48 testbits = (testbits << 1) | ((da2 == da3) ? 1 : 0); in TestSmartPointer()
49 testbits = (testbits << 1) | ((da2 != da3) ? 1 : 0); in TestSmartPointer()
50 testbits = (testbits << 1) | ((da2 < da3) ? 1 : 0); in TestSmartPointer()
52 testbits = (testbits << 1) | ((da2 > da3) ? 1 : 0); in TestSmartPointer()
54 testbits = (testbits << 1) | ((ia == da3) ? 1 : 0); in TestSmartPointer()
55 testbits = (testbits << 1) | ((ia != da3) ? 1 : 0); in TestSmartPointer()
56 testbits = (testbits << 1) | ((ia < da3) ? 1 : 0); in TestSmartPointer()
57 testbits = (testbits << 1) | ((ia <= da3) ? 1 : 0); in TestSmartPointer()
58 testbits = (testbits << 1) | ((ia > da3) ? 1 : 0); in TestSmartPointer()
62 testbits = (testbits << 1) | ((da2 < ia) ? 1 : 0); in TestSmartPointer()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DTestSmartPointer.cxx42 testbits = (testbits << 1) | ((da2 == ia) ? 1 : 0); in TestSmartPointer()
43 testbits = (testbits << 1) | ((da2 != ia) ? 1 : 0); in TestSmartPointer()
44 testbits = (testbits << 1) | ((da2 < ia) ? 1 : 0); in TestSmartPointer()
45 testbits = (testbits << 1) | ((da2 <= ia) ? 1 : 0); in TestSmartPointer()
46 testbits = (testbits << 1) | ((da2 > ia) ? 1 : 0); in TestSmartPointer()
47 testbits = (testbits << 1) | ((da2 >= ia) ? 1 : 0); in TestSmartPointer()
48 testbits = (testbits << 1) | ((da1 == nullptr) ? 1 : 0); in TestSmartPointer()
49 testbits = (testbits << 1) | ((da1 != nullptr) ? 1 : 0); in TestSmartPointer()
50 testbits = (testbits << 1) | ((da1 < nullptr) ? 1 : 0); in TestSmartPointer()
51 testbits = (testbits << 1) | ((da1 <= nullptr) ? 1 : 0); in TestSmartPointer()
[all …]
H A DTestWeakPointer.cxx39 testbits = (testbits << 1) | ((da2 == ia) ? 1 : 0); in TestWeakPointer()
40 testbits = (testbits << 1) | ((da2 != ia) ? 1 : 0); in TestWeakPointer()
41 testbits = (testbits << 1) | ((da2 < ia) ? 1 : 0); in TestWeakPointer()
42 testbits = (testbits << 1) | ((da2 <= ia) ? 1 : 0); in TestWeakPointer()
43 testbits = (testbits << 1) | ((da2 > ia) ? 1 : 0); in TestWeakPointer()
44 testbits = (testbits << 1) | ((da2 >= ia) ? 1 : 0); in TestWeakPointer()
45 testbits = (testbits << 1) | ((da1 == nullptr) ? 1 : 0); in TestWeakPointer()
46 testbits = (testbits << 1) | ((da1 != nullptr) ? 1 : 0); in TestWeakPointer()
47 testbits = (testbits << 1) | ((da1 < nullptr) ? 1 : 0); in TestWeakPointer()
48 testbits = (testbits << 1) | ((da1 <= nullptr) ? 1 : 0); in TestWeakPointer()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dfprop.cc19 const bool sanct = (testbits(env.pgrid(p), FPROP_SANCTUARY_1) in is_sanctuary()
20 || testbits(env.pgrid(p), FPROP_SANCTUARY_2)); in is_sanctuary()
28 return testbits(env.pgrid(p), FPROP_BLOODY); in is_bloodcovered()
33 return feat_is_wall(env.grid(p)) && testbits(env.pgrid(p), FPROP_ICY); in is_icecovered()
/dports/games/libretro-gw/gw-libretro-2be30ba/lua/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/games/retroarch/RetroArch-1.9.7/deps/lua/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/graphics/darktable/darktable-3.6.1/src/external/lua/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/lua/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/emulators/mess/mame-mame0226/3rdparty/genie/src/host/lua-5.3.0/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/emulators/mess/mame-mame0226/3rdparty/lua/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/games/golly/golly-3.3-src/lua/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/security/nmap/nmap-7.91/liblua/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/sysutils/vector/rlua-25bd7e6bffef9597466a98bfca80a3056c9e6320/lua/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/x11-toolkits/scintilla/scite/lua/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/games/freeciv/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/lua/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/games/widelands/widelands-build21/src/third_party/eris/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/lang/lua53/lua-5.3.6/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/games/freeciv-nox11/freeciv-2.6.6/dependencies/lua-5.3/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/games/freedroidrpg/freedroidrpg-0.16.1/lua/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/audio/ardour6/Ardour-6.8.0/libs/lua/lua-5.3.5/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
/dports/net-mgmt/yaf/yaf-2.11.0/lua/src/
H A Dlgc.h69 #define testbits(x,m) ((x) & (m)) macro
74 #define testbit(x,b) testbits(x, bitmask(b))
87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))

1234567891011