Home
last modified time | relevance | path

Searched refs:floor2 (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/numerics/bit/bit.pow.two/
H A Dfloor2.pass.cpp32 return std::floor2(T(0)) == T(0) in constexpr_test()
33 && std::floor2(T(1)) == T(1) in constexpr_test()
34 && std::floor2(T(2)) == T(2) in constexpr_test()
35 && std::floor2(T(3)) == T(2) in constexpr_test()
36 && std::floor2(T(4)) == T(4) in constexpr_test()
37 && std::floor2(T(5)) == T(4) in constexpr_test()
38 && std::floor2(T(6)) == T(4) in constexpr_test()
39 && std::floor2(T(7)) == T(4) in constexpr_test()
40 && std::floor2(T(8)) == T(8) in constexpr_test()
41 && std::floor2(T(9)) == T(8) in constexpr_test()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/numerics/bit/bit.pow.two/
H A Dfloor2.pass.cpp32 return std::floor2(T(0)) == T(0) in constexpr_test()
33 && std::floor2(T(1)) == T(1) in constexpr_test()
34 && std::floor2(T(2)) == T(2) in constexpr_test()
35 && std::floor2(T(3)) == T(2) in constexpr_test()
36 && std::floor2(T(4)) == T(4) in constexpr_test()
37 && std::floor2(T(5)) == T(4) in constexpr_test()
38 && std::floor2(T(6)) == T(4) in constexpr_test()
39 && std::floor2(T(7)) == T(4) in constexpr_test()
40 && std::floor2(T(8)) == T(8) in constexpr_test()
41 && std::floor2(T(9)) == T(8) in constexpr_test()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/numerics/bit/bit.pow.two/
H A Dfloor2.pass.cpp32 return std::floor2(T(0)) == T(0) in constexpr_test()
33 && std::floor2(T(1)) == T(1) in constexpr_test()
34 && std::floor2(T(2)) == T(2) in constexpr_test()
35 && std::floor2(T(3)) == T(2) in constexpr_test()
36 && std::floor2(T(4)) == T(4) in constexpr_test()
37 && std::floor2(T(5)) == T(4) in constexpr_test()
38 && std::floor2(T(6)) == T(4) in constexpr_test()
39 && std::floor2(T(7)) == T(4) in constexpr_test()
40 && std::floor2(T(8)) == T(8) in constexpr_test()
41 && std::floor2(T(9)) == T(8) in constexpr_test()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/numerics/bit/bit.pow.two/
H A Dfloor2.pass.cpp32 return std::floor2(T(0)) == T(0) in constexpr_test()
33 && std::floor2(T(1)) == T(1) in constexpr_test()
34 && std::floor2(T(2)) == T(2) in constexpr_test()
35 && std::floor2(T(3)) == T(2) in constexpr_test()
36 && std::floor2(T(4)) == T(4) in constexpr_test()
37 && std::floor2(T(5)) == T(4) in constexpr_test()
38 && std::floor2(T(6)) == T(4) in constexpr_test()
39 && std::floor2(T(7)) == T(4) in constexpr_test()
40 && std::floor2(T(8)) == T(8) in constexpr_test()
41 && std::floor2(T(9)) == T(8) in constexpr_test()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/numerics/bit/bit.pow.two/
H A Dfloor2.pass.cpp32 return std::floor2(T(0)) == T(0) in constexpr_test()
33 && std::floor2(T(1)) == T(1) in constexpr_test()
34 && std::floor2(T(2)) == T(2) in constexpr_test()
35 && std::floor2(T(3)) == T(2) in constexpr_test()
36 && std::floor2(T(4)) == T(4) in constexpr_test()
37 && std::floor2(T(5)) == T(4) in constexpr_test()
38 && std::floor2(T(6)) == T(4) in constexpr_test()
39 && std::floor2(T(7)) == T(4) in constexpr_test()
40 && std::floor2(T(8)) == T(8) in constexpr_test()
41 && std::floor2(T(9)) == T(8) in constexpr_test()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/
H A Dfloor2.cc26 -> decltype(std::floor2(x)) in test()
28 static_assert( noexcept(std::floor2(x)) ); in test()
30 static_assert( std::floor2(UInt(0)) == 0 ); in test()
31 static_assert( std::floor2(UInt(1)) == 1 ); in test()
32 static_assert( std::floor2(UInt(2)) == 2 ); in test()
33 static_assert( std::floor2(UInt(3)) == 2 ); in test()
34 static_assert( std::floor2(UInt(4)) == 4 ); in test()
35 static_assert( std::floor2(UInt(0x11)) == 0x10 ); in test()
36 static_assert( std::floor2(UInt(0x20)) == 0x20 ); in test()
40 static_assert( std::floor2(UInt(0x201)) == 0x200 ); in test()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/
H A Dfloor2.cc26 -> decltype(std::floor2(x)) in test()
28 static_assert( noexcept(std::floor2(x)) ); in test()
30 static_assert( std::floor2(UInt(0)) == 0 ); in test()
31 static_assert( std::floor2(UInt(1)) == 1 ); in test()
32 static_assert( std::floor2(UInt(2)) == 2 ); in test()
33 static_assert( std::floor2(UInt(3)) == 2 ); in test()
34 static_assert( std::floor2(UInt(4)) == 4 ); in test()
35 static_assert( std::floor2(UInt(0x11)) == 0x10 ); in test()
36 static_assert( std::floor2(UInt(0x20)) == 0x20 ); in test()
40 static_assert( std::floor2(UInt(0x201)) == 0x200 ); in test()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/26_numerics/bit/bit.pow.two/
H A Dfloor2.cc26 -> decltype(std::floor2(x)) in test()
28 static_assert( noexcept(std::floor2(x)) ); in test()
30 static_assert( std::floor2(UInt(0)) == 0 ); in test()
31 static_assert( std::floor2(UInt(1)) == 1 ); in test()
32 static_assert( std::floor2(UInt(2)) == 2 ); in test()
33 static_assert( std::floor2(UInt(3)) == 2 ); in test()
34 static_assert( std::floor2(UInt(4)) == 4 ); in test()
35 static_assert( std::floor2(UInt(0x11)) == 0x10 ); in test()
36 static_assert( std::floor2(UInt(0x20)) == 0x20 ); in test()
40 static_assert( std::floor2(UInt(0x201)) == 0x200 ); in test()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/library/demos/
H A Dfloor.tcl55 $w move floor2 1c 1c
243 -tags {floor2 bg} -fill $fill
265 $w create line 3 133 3 339 -fill $outline -tags {floor2 bg}
266 $w create line 3 339 0 339 -fill $outline -tags {floor2 bg}
267 $w create line 60 391 0 391 -fill $outline -tags {floor2 bg}
268 $w create line 0 339 0 391 -fill $outline -tags {floor2 bg}
269 $w create line 60 387 60 391 -fill $outline -tags {floor2 bg}
276 $w create line 3 133 96 133 -fill $outline -tags {floor2 bg}
279 $w create line 96 133 96 129 -fill $outline -tags {floor2 bg}
1000 $w create line 3 133 3 339 -fill $color -tags {floor2 wall}
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtk/library/demos/
H A Dfloor.tcl55 $w move floor2 1c 1c
243 -tags {floor2 bg} -fill $fill
265 $w create line 3 133 3 339 -fill $outline -tags {floor2 bg}
266 $w create line 3 339 0 339 -fill $outline -tags {floor2 bg}
267 $w create line 60 391 0 391 -fill $outline -tags {floor2 bg}
268 $w create line 0 339 0 391 -fill $outline -tags {floor2 bg}
269 $w create line 60 387 60 391 -fill $outline -tags {floor2 bg}
276 $w create line 3 133 96 133 -fill $outline -tags {floor2 bg}
279 $w create line 96 133 96 129 -fill $outline -tags {floor2 bg}
1000 $w create line 3 133 3 339 -fill $color -tags {floor2 wall}
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/library/demos/
H A Dfloor.tcl59 $w move floor2 1c 1c
247 -tags {floor2 bg} -fill $fill -outline {}
269 $w create line 3 133 3 339 -fill $outline -tags {floor2 bg}
270 $w create line 3 339 0 339 -fill $outline -tags {floor2 bg}
271 $w create line 60 391 0 391 -fill $outline -tags {floor2 bg}
272 $w create line 0 339 0 391 -fill $outline -tags {floor2 bg}
273 $w create line 60 387 60 391 -fill $outline -tags {floor2 bg}
280 $w create line 3 133 96 133 -fill $outline -tags {floor2 bg}
283 $w create line 96 133 96 129 -fill $outline -tags {floor2 bg}
1004 $w create line 3 133 3 339 -fill $color -tags {floor2 wall}
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/library/demos/
H A Dfloor.tcl59 $w move floor2 1c 1c
247 -tags {floor2 bg} -fill $fill -outline {}
269 $w create line 3 133 3 339 -fill $outline -tags {floor2 bg}
270 $w create line 3 339 0 339 -fill $outline -tags {floor2 bg}
271 $w create line 60 391 0 391 -fill $outline -tags {floor2 bg}
272 $w create line 0 339 0 391 -fill $outline -tags {floor2 bg}
273 $w create line 60 387 60 391 -fill $outline -tags {floor2 bg}
280 $w create line 3 133 96 133 -fill $outline -tags {floor2 bg}
283 $w create line 96 133 96 129 -fill $outline -tags {floor2 bg}
1004 $w create line 3 133 3 339 -fill $color -tags {floor2 wall}
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/library/demos/
H A Dfloor.tcl59 $w move floor2 1c 1c
247 -tags {floor2 bg} -fill $fill
269 $w create line 3 133 3 339 -fill $outline -tags {floor2 bg}
270 $w create line 3 339 0 339 -fill $outline -tags {floor2 bg}
271 $w create line 60 391 0 391 -fill $outline -tags {floor2 bg}
272 $w create line 0 339 0 391 -fill $outline -tags {floor2 bg}
273 $w create line 60 387 60 391 -fill $outline -tags {floor2 bg}
280 $w create line 3 133 96 133 -fill $outline -tags {floor2 bg}
283 $w create line 96 133 96 129 -fill $outline -tags {floor2 bg}
1004 $w create line 3 133 3 339 -fill $color -tags {floor2 wall}
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/library/demos/
H A Dfloor.tcl55 $w move floor2 1c 1c
243 -tags {floor2 bg} -fill $fill
265 $w create line 3 133 3 339 -fill $outline -tags {floor2 bg}
266 $w create line 3 339 0 339 -fill $outline -tags {floor2 bg}
267 $w create line 60 391 0 391 -fill $outline -tags {floor2 bg}
268 $w create line 0 339 0 391 -fill $outline -tags {floor2 bg}
269 $w create line 60 387 60 391 -fill $outline -tags {floor2 bg}
276 $w create line 3 133 96 133 -fill $outline -tags {floor2 bg}
279 $w create line 96 133 96 129 -fill $outline -tags {floor2 bg}
1000 $w create line 3 133 3 339 -fill $color -tags {floor2 wall}
[all …]
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/src/
H A Dgd.c2 #define floor2(exp) ((int) exp)
52 if (floor2(sy) == floor2(sy1)) {
53 yportion = 1.0 - (sy - floor2(sy));
57 sy = floor2(sy);
59 else if (sy == floor2(sy2)) {
60 yportion = sy2 - floor2(sy2);
75 if (floor2(sx) == floor2(sx1)) {
76 xportion = 1.0 - (sx - floor2(sx));
80 sx = floor2(sx);
82 else if (sx == floor2(sx2)) {
[all …]
/dports/math/cln/cln-1.3.6/src/rational/division/
H A Dcl_RA_floor22.cc17 const cl_RA_div_t floor2 (const cl_RA& x, const cl_RA& y) in floor2() function
31 var cl_I_div_t q_r = floor2(x,y); in floor2()
39 var cl_I_div_t q_r = floor2(x*d,c); in floor2()
50 var cl_I_div_t q_r = floor2(a,b*y); in floor2()
58 var cl_I_div_t q_r = floor2(a*d,b*c); in floor2()
67 var cl_RA_div_t q_r = floor2(x/y); in floor2()
/dports/math/cln/cln-1.3.6/src/real/division/
H A Dcl_R_floor22.cc18 const cl_R_div_t floor2 (const cl_R& x, const cl_R& y) in floor2() function
27 return floor2(x,y); in floor2()
29 var cl_R_div_t q_r = floor2(x/y); in floor2()
H A Dcl_R_floor2.cc19 const cl_R_div_t floor2 (const cl_R& x)
20 GEN_R_OP1_2(x, floor2, return)
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dfloor-tests3 tests/test-floor2.c
19 TESTS += test-floor1 test-floor2
20 check_PROGRAMS += test-floor1 test-floor2
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dfloor-tests3 tests/test-floor2.c
19 TESTS += test-floor1 test-floor2
20 check_PROGRAMS += test-floor1 test-floor2
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/history/
H A DGitTagParserTest.java223 TagEntry floor2 = tagList.floor(t2); in shouldParseOpenGrokTagsLog() local
224 assertNotNull("should find floor() given contains() is true", floor2); in shouldParseOpenGrokTagsLog()
225 assertEquals("tags should equal", t2.tags, floor2.tags); in shouldParseOpenGrokTagsLog()
226 assertEquals("hashes should equal", t2.getHash(), ((GitTagEntry) floor2).getHash()); in shouldParseOpenGrokTagsLog()
/dports/math/cln/cln-1.3.6/src/float/sfloat/division/
H A Dcl_SF_floor22.cc16 const cl_SF_div_t floor2 (const cl_SF& x, const cl_SF& y) in floor2() function
20 var cl_SF_div_t q_r = floor2(x/y); in floor2()
/dports/math/cln/cln-1.3.6/src/float/division/
H A Dcl_F_floor22.cc16 const cl_F_div_t floor2 (const cl_F& x, const cl_F& y) in floor2() function
20 var cl_F_div_t q_r = floor2(x/y); in floor2()
/dports/math/cln/cln-1.3.6/src/float/dfloat/division/
H A Dcl_DF_floor22.cc16 const cl_DF_div_t floor2 (const cl_DF& x, const cl_DF& y) in floor2() function
20 var cl_DF_div_t q_r = floor2(x/y); in floor2()
/dports/math/cln/cln-1.3.6/src/float/ffloat/division/
H A Dcl_FF_floor22.cc16 const cl_FF_div_t floor2 (const cl_FF& x, const cl_FF& y) in floor2() function
20 var cl_FF_div_t q_r = floor2(x/y); in floor2()

1234567891011