Home
last modified time | relevance | path

Searched refs:b_int (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/devel/py-trimesh/trimesh-3.5.25/trimesh/
H A Dinterval.py58 b_int = (b * 10**digits).round().astype(np.int64)
60 return a, b, a_int, b_int, is_1D
86 a, b, a_int, b_int, is_1D = check(a, b, digits)
92 current = np.logical_and(a_int[:, 0] <= b_int[:, 0],
93 a_int[:, 1] >= b_int[:, 1])
104 np.logical_and(a_int[:, 0] <= b_int[:, 0],
105 b_int[:, 0] < a_int[:, 1]),
106 a_int[:, 1] < b_int[:, 1])
113 np.logical_and(b_int[:, 0] <= a_int[:, 0],
114 a_int[:, 0] < b_int[:, 1]),
[all …]
/dports/security/py-pyspnego/pyspnego-0.3.1/src/spnego/
H A D_asn1.py295 b_int = bytearray()
302 b_int.append(val)
310 b_int[idx] += 1
313 b_int[idx] = 0
316 b_int.append(0xFF)
318 b_int.reverse()
320 b_value = bytes(b_int)
504 b_int[i] = 0xFF - b_int[i]
509 b_int[i] = 0
513 b_int[i] += 1
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9010 integer :: a_int, b_int, c_int, res_int variable
14 b_int = 3
20 call test_int(res_int, a_int, b_int)
21 if (res_int .ne. a_int * b_int) stop 2
23 call test_int(res_int, a_int, b_int, c_int)
24 if (res_int .ne. a_int * b_int + c_int) stop 3
H A Doptional-update-host.f9010 integer :: a_int, b_int, res_int variable
15 b_int = 11
18 call test_int(a_int, b_int)
21 call test_int(a_int, b_int, res_int)
22 if (res_int .ne. a_int * b_int) stop 2
H A Doptional-data-copyin.f9010 integer :: a_int, b_int, c_int, res_int variable
15 b_int = 3
21 call test_int(res_int, a_int, b_int)
22 if (res_int .ne. a_int * b_int) stop 2
24 call test_int(res_int, a_int, b_int, c_int)
25 if (res_int .ne. a_int * b_int + c_int) stop 3
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9010 integer :: a_int, b_int, c_int, res_int variable
14 b_int = 3
20 call test_int(res_int, a_int, b_int)
21 if (res_int .ne. a_int * b_int) stop 2
23 call test_int(res_int, a_int, b_int, c_int)
24 if (res_int .ne. a_int * b_int + c_int) stop 3
H A Doptional-update-host.f9010 integer :: a_int, b_int, res_int variable
15 b_int = 11
18 call test_int(a_int, b_int)
21 call test_int(a_int, b_int, res_int)
22 if (res_int .ne. a_int * b_int) stop 2
H A Doptional-data-copyin.f9010 integer :: a_int, b_int, c_int, res_int variable
15 b_int = 3
21 call test_int(res_int, a_int, b_int)
22 if (res_int .ne. a_int * b_int) stop 2
24 call test_int(res_int, a_int, b_int, c_int)
25 if (res_int .ne. a_int * b_int + c_int) stop 3
/dports/lang/gcc10/gcc-10.3.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9010 integer :: a_int, b_int, c_int, res_int variable
14 b_int = 3
20 call test_int(res_int, a_int, b_int)
21 if (res_int .ne. a_int * b_int) stop 2
23 call test_int(res_int, a_int, b_int, c_int)
24 if (res_int .ne. a_int * b_int + c_int) stop 3
H A Doptional-update-host.f9010 integer :: a_int, b_int, res_int variable
15 b_int = 11
18 call test_int(a_int, b_int)
21 call test_int(a_int, b_int, res_int)
22 if (res_int .ne. a_int * b_int) stop 2
H A Doptional-data-copyin.f9010 integer :: a_int, b_int, c_int, res_int variable
15 b_int = 3
21 call test_int(res_int, a_int, b_int)
22 if (res_int .ne. a_int * b_int) stop 2
24 call test_int(res_int, a_int, b_int, c_int)
25 if (res_int .ne. a_int * b_int + c_int) stop 3
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9010 integer :: a_int, b_int, c_int, res_int variable
14 b_int = 3
20 call test_int(res_int, a_int, b_int)
21 if (res_int .ne. a_int * b_int) stop 2
23 call test_int(res_int, a_int, b_int, c_int)
24 if (res_int .ne. a_int * b_int + c_int) stop 3
H A Doptional-update-host.f9010 integer :: a_int, b_int, res_int variable
15 b_int = 11
18 call test_int(a_int, b_int)
21 call test_int(a_int, b_int, res_int)
22 if (res_int .ne. a_int * b_int) stop 2
H A Doptional-data-copyin.f9010 integer :: a_int, b_int, c_int, res_int variable
15 b_int = 3
21 call test_int(res_int, a_int, b_int)
22 if (res_int .ne. a_int * b_int) stop 2
24 call test_int(res_int, a_int, b_int, c_int)
25 if (res_int .ne. a_int * b_int + c_int) stop 3
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9010 integer :: a_int, b_int, c_int, res_int variable
14 b_int = 3
20 call test_int(res_int, a_int, b_int)
21 if (res_int .ne. a_int * b_int) stop 2
23 call test_int(res_int, a_int, b_int, c_int)
24 if (res_int .ne. a_int * b_int + c_int) stop 3
H A Doptional-update-host.f9010 integer :: a_int, b_int, res_int variable
15 b_int = 11
18 call test_int(a_int, b_int)
21 call test_int(a_int, b_int, res_int)
22 if (res_int .ne. a_int * b_int) stop 2
H A Doptional-data-copyin.f9010 integer :: a_int, b_int, c_int, res_int variable
15 b_int = 3
21 call test_int(res_int, a_int, b_int)
22 if (res_int .ne. a_int * b_int) stop 2
24 call test_int(res_int, a_int, b_int, c_int)
25 if (res_int .ne. a_int * b_int + c_int) stop 3
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9010 integer :: a_int, b_int, c_int, res_int variable
14 b_int = 3
20 call test_int(res_int, a_int, b_int)
21 if (res_int .ne. a_int * b_int) stop 2
23 call test_int(res_int, a_int, b_int, c_int)
24 if (res_int .ne. a_int * b_int + c_int) stop 3
H A Doptional-update-host.f9010 integer :: a_int, b_int, res_int variable
15 b_int = 11
18 call test_int(a_int, b_int)
21 call test_int(a_int, b_int, res_int)
22 if (res_int .ne. a_int * b_int) stop 2
H A Doptional-data-copyin.f9010 integer :: a_int, b_int, c_int, res_int variable
15 b_int = 3
21 call test_int(res_int, a_int, b_int)
22 if (res_int .ne. a_int * b_int) stop 2
24 call test_int(res_int, a_int, b_int, c_int)
25 if (res_int .ne. a_int * b_int + c_int) stop 3
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.oacc-fortran/
H A Doptional-declare.f9010 integer :: a_int, b_int, c_int, res_int variable
14 b_int = 3
20 call test_int(res_int, a_int, b_int)
21 if (res_int .ne. a_int * b_int) stop 2
23 call test_int(res_int, a_int, b_int, c_int)
24 if (res_int .ne. a_int * b_int + c_int) stop 3
H A Doptional-update-host.f9010 integer :: a_int, b_int, res_int variable
15 b_int = 11
18 call test_int(a_int, b_int)
21 call test_int(a_int, b_int, res_int)
22 if (res_int .ne. a_int * b_int) stop 2
H A Doptional-data-copyin.f9010 integer :: a_int, b_int, c_int, res_int variable
15 b_int = 3
21 call test_int(res_int, a_int, b_int)
22 if (res_int .ne. a_int * b_int) stop 2
24 call test_int(res_int, a_int, b_int, c_int)
25 if (res_int .ne. a_int * b_int + c_int) stop 3
/dports/security/libgcrypt/libgcrypt-1.9.4/tests/
H A Dmpitests.c463 int b_int = 17; in test_powm() local
472 if (gcry_mpi_cmp_ui (base, b_int)) in test_powm()
480 gcry_mpi_set_ui (base, b_int); in test_powm()
492 gcry_mpi_set_ui (base, b_int); in test_powm()
504 gcry_mpi_set_ui (base, b_int); in test_powm()
516 gcry_mpi_set_ui (base, b_int); in test_powm()
525 gcry_mpi_set_ui (base, b_int); in test_powm()
534 gcry_mpi_set_ui (base, b_int); in test_powm()
543 gcry_mpi_set_ui (base, b_int); in test_powm()
549 gcry_mpi_set_ui (base, b_int); in test_powm()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/tests/
H A Dmpitests.c463 int b_int = 17; in test_powm() local
472 if (gcry_mpi_cmp_ui (base, b_int)) in test_powm()
480 gcry_mpi_set_ui (base, b_int); in test_powm()
492 gcry_mpi_set_ui (base, b_int); in test_powm()
504 gcry_mpi_set_ui (base, b_int); in test_powm()
516 gcry_mpi_set_ui (base, b_int); in test_powm()
525 gcry_mpi_set_ui (base, b_int); in test_powm()
534 gcry_mpi_set_ui (base, b_int); in test_powm()
543 gcry_mpi_set_ui (base, b_int); in test_powm()
549 gcry_mpi_set_ui (base, b_int); in test_powm()
[all …]

12345678910>>...15