Home
last modified time | relevance | path

Searched refs:isBetween (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/games/torcs/torcs-1.3.7/src/drivers/bt/
H A Dpit.cpp112 if (getInPit() || (getPitstop() && isBetween(fromstart))) { in getPitOffset()
130 if (!isBetween(fromstart)) { in setPitstop()
140 bool Pit::isBetween(float fromstart) in isBetween() function in Pit
183 if (isBetween(car->_distFromStartLine)) { in update()
/dports/games/torcs/torcs-1.3.7/src/drivers/damned/
H A Dpit.cpp112 if (getInPit() || (getPitstop() && isBetween(fromstart))) { in getPitOffset()
130 if (!isBetween(fromstart)) { in setPitstop()
140 bool Pit::isBetween(float fromstart) in isBetween() function in Pit
183 if (isBetween(car->_distFromStartLine)) { in update()
/dports/games/torcs/torcs-1.3.7/src/drivers/olethros/
H A Dpit.cpp118 if (getInPit() || (getPitstop() && isBetween(fromstart))) { in getPitOffset()
136 if (!isBetween(fromstart)) { in setPitstop()
146 bool Pit::isBetween(float fromstart) in isBetween() function in olethros::Pit
189 if (isBetween(car->_distFromStartLine)) { in update()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/posix/
H A DPOSIX_LCMonetary.java193 … if (POSIXUtilities.isBetween(currency_symbol_position, space_position, decimal_symbol_position) && in POSIX_LCMonetary()
194 POSIXUtilities.isBetween(sign_position, space_position, decimal_symbol_position)) in POSIX_LCMonetary()
196 if (POSIXUtilities.isBetween(currency_symbol_position, space_position, sign_position)) in POSIX_LCMonetary()
260 … if (POSIXUtilities.isBetween(currency_symbol_position, space_position, decimal_symbol_position) && in POSIX_LCMonetary()
261 POSIXUtilities.isBetween(sign_position, space_position, decimal_symbol_position)) in POSIX_LCMonetary()
263 if (POSIXUtilities.isBetween(currency_symbol_position, space_position, sign_position)) in POSIX_LCMonetary()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/o3tl/
H A Dunit_conversion.hxx62 template <typename I> constexpr bool isBetween(I n, sal_Int64 min, sal_Int64 max) in isBetween() function
76 assert(isBetween(n, (SAL_MIN_INT64 + d / 2) / m, (SAL_MAX_INT64 - d / 2) / m)); in MulDiv()
89 if (!isBetween(n, (SAL_MIN_INT64 + d / 2) / m, (SAL_MAX_INT64 - d / 2) / m)) in MulDiv()
101 if (!isBetween(n, (SAL_MIN_INT64 + d / 2) / m, (SAL_MAX_INT64 - d / 2) / m)) in MulDivSaturate()
103 if (m > d && !isBetween(n, SAL_MIN_INT64 / m * d + d / 2, SAL_MAX_INT64 / m * d - d / 2)) in MulDivSaturate()
/dports/games/torcs/torcs-1.3.7/src/drivers/sparkle/
H A Dpit.cpp100 if (getInPit() || (getPitstop() && isBetween(fromstart))) { in getPitOffset()
115 if (!isBetween(fromstart)) { in setPitstop()
124 bool Pit::isBetween(float fromstart) in isBetween() function in Pit
148 if (isBetween(car->_distFromStartLine)) { in update()
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno2/
H A Dcommon.cpp204 isBetween(tdble lgfs, tdble start, tdble end) in isBetween() function
247 if (isBetween(lgfs, Entry - O1[idx], Start - O2[idx])) { in getOffset()
267 if (isBetween(lgfs, Start - O2[idx], LgfsFinal[idx] - OP[idx] - O5[idx])) { in getOffset()
281 if (isBetween(lgfs, LgfsFinal[idx] - OP[idx] - O5[idx], LgfsFinal[idx] - OP[idx])) { in getOffset()
296 if (isBetween(lgfs, LgfsFinal[idx] - OP[idx], LgfsFinal[idx] - OA[idx])) { in getOffset()
312 if (isBetween(lgfs, LgfsFinal[idx] - OA[idx], LgfsFinal[idx])) { in getOffset()
327 if (isBetween(lgfs, LgfsFinal[idx] - OP[idx], LgfsFinal[idx] + OP[idx])) { in getOffset()
343 if (isBetween(lgfs, LgfsFinal[idx] + OP[idx], End + O3[idx])) { in getOffset()
357 if (isBetween(lgfs, End + O3[idx], Exit + O4[idx])) { in getOffset()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/security/vuls/vuls-0.13.7/vendor/moul.io/http2curl/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/www/aquatone/aquatone-1.7.0/vendor/github.com/moul/http2curl/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/audio/visp-go/visp-2585747/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/smartystreets/assertions/
H A Dquantity.go61 } else if !isBetween(actual, lower, upper) {
77 } else if isBetween(actual, lower, upper) {
93 func isBetween(value, lower, upper interface{}) bool { func
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dsupport.cpp129 EXPECT(Support::isBetween<int>(10 , 10, 20) == true); in testIntUtils()
130 EXPECT(Support::isBetween<int>(11 , 10, 20) == true); in testIntUtils()
131 EXPECT(Support::isBetween<int>(20 , 10, 20) == true); in testIntUtils()
132 EXPECT(Support::isBetween<int>(9 , 10, 20) == false); in testIntUtils()
133 EXPECT(Support::isBetween<int>(21 , 10, 20) == false); in testIntUtils()
134 EXPECT(Support::isBetween<int>(101, 10, 20) == false); in testIntUtils()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dsupport.cpp153 EXPECT(Support::isBetween<int>(10 , 10, 20) == true); in testIntUtils()
154 EXPECT(Support::isBetween<int>(11 , 10, 20) == true); in testIntUtils()
155 EXPECT(Support::isBetween<int>(20 , 10, 20) == true); in testIntUtils()
156 EXPECT(Support::isBetween<int>(9 , 10, 20) == false); in testIntUtils()
157 EXPECT(Support::isBetween<int>(21 , 10, 20) == false); in testIntUtils()
158 EXPECT(Support::isBetween<int>(101, 10, 20) == false); in testIntUtils()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dsupport.cpp153 EXPECT(Support::isBetween<int>(10 , 10, 20) == true); in testIntUtils()
154 EXPECT(Support::isBetween<int>(11 , 10, 20) == true); in testIntUtils()
155 EXPECT(Support::isBetween<int>(20 , 10, 20) == true); in testIntUtils()
156 EXPECT(Support::isBetween<int>(9 , 10, 20) == false); in testIntUtils()
157 EXPECT(Support::isBetween<int>(21 , 10, 20) == false); in testIntUtils()
158 EXPECT(Support::isBetween<int>(101, 10, 20) == false); in testIntUtils()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dsupport.cpp153 EXPECT(Support::isBetween<int>(10 , 10, 20) == true); in testIntUtils()
154 EXPECT(Support::isBetween<int>(11 , 10, 20) == true); in testIntUtils()
155 EXPECT(Support::isBetween<int>(20 , 10, 20) == true); in testIntUtils()
156 EXPECT(Support::isBetween<int>(9 , 10, 20) == false); in testIntUtils()
157 EXPECT(Support::isBetween<int>(21 , 10, 20) == false); in testIntUtils()
158 EXPECT(Support::isBetween<int>(101, 10, 20) == false); in testIntUtils()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dsupport.cpp153 EXPECT(Support::isBetween<int>(10 , 10, 20) == true); in testIntUtils()
154 EXPECT(Support::isBetween<int>(11 , 10, 20) == true); in testIntUtils()
155 EXPECT(Support::isBetween<int>(20 , 10, 20) == true); in testIntUtils()
156 EXPECT(Support::isBetween<int>(9 , 10, 20) == false); in testIntUtils()
157 EXPECT(Support::isBetween<int>(21 , 10, 20) == false); in testIntUtils()
158 EXPECT(Support::isBetween<int>(101, 10, 20) == false); in testIntUtils()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dsupport.cpp153 EXPECT(Support::isBetween<int>(10 , 10, 20) == true); in testIntUtils()
154 EXPECT(Support::isBetween<int>(11 , 10, 20) == true); in testIntUtils()
155 EXPECT(Support::isBetween<int>(20 , 10, 20) == true); in testIntUtils()
156 EXPECT(Support::isBetween<int>(9 , 10, 20) == false); in testIntUtils()
157 EXPECT(Support::isBetween<int>(21 , 10, 20) == false); in testIntUtils()
158 EXPECT(Support::isBetween<int>(101, 10, 20) == false); in testIntUtils()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dsupport.cpp153 EXPECT(Support::isBetween<int>(10 , 10, 20) == true); in testIntUtils()
154 EXPECT(Support::isBetween<int>(11 , 10, 20) == true); in testIntUtils()
155 EXPECT(Support::isBetween<int>(20 , 10, 20) == true); in testIntUtils()
156 EXPECT(Support::isBetween<int>(9 , 10, 20) == false); in testIntUtils()
157 EXPECT(Support::isBetween<int>(21 , 10, 20) == false); in testIntUtils()
158 EXPECT(Support::isBetween<int>(101, 10, 20) == false); in testIntUtils()

1234567891011