Home
last modified time | relevance | path

Searched refs:test_longlong (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/bglibs/bglibs-2.04/sys/
H A Dtryunaligned.c4 int test_longlong(char* ptr);
12 test_longlong(ptr)) == 10 ? 0 : 1; in main()
17 int test_longlong(char* ptr) { return ++*((unsigned long long*)ptr); } in test_longlong() function
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dc_int_types_T255.pyx535 def test_longlong(long long x): function
537 >>> test_longlong(LONGLONG_MIN-1) #doctest: +ELLIPSIS
541 >>> test_longlong(LONGLONG_MIN) == LONGLONG_MIN
543 >>> print(test_longlong(-1))
545 >>> print(test_longlong(0))
547 >>> print(test_longlong(1))
549 >>> test_longlong(LONGLONG_MAX) == LONGLONG_MAX
551 >>> test_longlong(LONGLONG_MAX+1) #doctest: +ELLIPSIS
790 test_longlong, test_add_longlong,
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dc_int_types_T255.pyx535 def test_longlong(long long x): function
537 >>> test_longlong(LONGLONG_MIN-1) #doctest: +ELLIPSIS
541 >>> test_longlong(LONGLONG_MIN) == LONGLONG_MIN
543 >>> print(test_longlong(-1))
545 >>> print(test_longlong(0))
547 >>> print(test_longlong(1))
549 >>> test_longlong(LONGLONG_MAX) == LONGLONG_MAX
551 >>> test_longlong(LONGLONG_MAX+1) #doctest: +ELLIPSIS
789 test_longlong, test_add_longlong,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_longlong.py9 def test_longlong(self): member in longlong_Tests
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Darm64_32-vaarg.c29 long long test_longlong(OneLongLong input, va_list *mylist) { in test_longlong() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c37 void test_longlong(vector signed long long a, const int b,int x) in test_longlong() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c37 void test_longlong(vector signed long long a, const int b,int x) in test_longlong() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c37 void test_longlong(vector signed long long a, const int b,int x) in test_longlong() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dpr91903.c37 void test_longlong(vector signed long long a, const int b,int x) in test_longlong() function
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_structmembers.py58 def test_longlong(self): member in ReadWriteTests
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_structmembers.py58 def test_longlong(self): member in ReadWriteTests
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_structmembers.py56 def test_longlong(self): member in ReadWriteTests
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_structmembers.py77 def test_longlong(self): member in ReadWriteTests

1234