Home
last modified time | relevance | path

Searched refs:test_int24 (Results 1 – 15 of 15) sorted by relevance

/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcpp_nonstdint.pyx16 def test_int24(Int24 i): function
18 >>> str(test_int24(-1))
20 >>> str(test_int24(0))
22 >>> str(test_int24(1))
25 >>> test_int24(INT24_MAX) == INT24_MAX
27 >>> test_int24(INT24_MIN) == INT24_MIN
30 >>> test_int24(INT24_MIN-1) #doctest: +ELLIPSIS
34 >>> test_int24(INT24_MAX+1) #doctest: +ELLIPSIS
39 >>> test_int24("123") #doctest: +ELLIPSIS
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dcpp_nonstdint.pyx16 def test_int24(Int24 i): function
18 >>> str(test_int24(-1))
20 >>> str(test_int24(0))
22 >>> str(test_int24(1))
25 >>> test_int24(INT24_MAX) == INT24_MAX
27 >>> test_int24(INT24_MIN) == INT24_MIN
30 >>> test_int24(INT24_MIN-1) #doctest: +ELLIPSIS
34 >>> test_int24(INT24_MAX+1) #doctest: +ELLIPSIS
39 >>> test_int24("123") #doctest: +ELLIPSIS
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_simple_pk_sk()
267 test_int24();
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/tests/
H A Dmath_test_int.cc107 static void test_int24() { in test_int24() function
267 test_int24(); in main()
/dports/security/py-passlib/passlib-1.7.4/passlib/tests/
H A Dtest_utils.py1082 def test_int24(self): member in _Base64Test