Home
last modified time | relevance | path

Searched refs:ULLong (Results 1 – 25 of 124) sorted by relevance

12345

/dports/lang/zig/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Ddmisc.c89 #ifdef ULLong in quorem()
90 ULLong borrow, carry, y, ys; in quorem()
118 #ifdef ULLong in quorem()
119 ys = *sx++ * (ULLong)q + carry; in quorem()
160 #ifdef ULLong in quorem()
H A Dmisc.c231 #ifdef ULLong in multadd()
233 ULLong carry, y; in multadd()
247 #ifdef ULLong in multadd()
248 y = *x * (ULLong)m + carry; in multadd()
331 #ifdef ULLong in mult()
332 ULLong carry, z; in mult()
361 #ifdef ULLong in mult()
574 #ifdef ULLong in diff()
575 ULLong borrow, y; in diff()
612 #ifdef ULLong in diff()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Ddmisc.c89 #ifdef ULLong in quorem()
90 ULLong borrow, carry, y, ys; in quorem()
118 #ifdef ULLong in quorem()
119 ys = *sx++ * (ULLong)q + carry; in quorem()
160 #ifdef ULLong in quorem()
H A Dmisc.c231 #ifdef ULLong in multadd()
233 ULLong carry, y; in multadd()
247 #ifdef ULLong in multadd()
248 y = *x * (ULLong)m + carry; in multadd()
331 #ifdef ULLong in mult()
332 ULLong carry, z; in mult()
361 #ifdef ULLong in mult()
574 #ifdef ULLong in diff()
575 ULLong borrow, y; in diff()
612 #ifdef ULLong in diff()
[all …]
/dports/games/zdoom/zdoom-2.8.1/gdtoa/
H A Ddmisc.c110 #ifdef ULLong
111 ULLong borrow, carry, y, ys;
139 #ifdef ULLong
140 ys = *sx++ * (ULLong)q + carry;
180 #ifdef ULLong
H A Dmisc.c166 #ifdef ULLong
168 ULLong carry, y;
182 #ifdef ULLong
183 y = *x * (ULLong)m + carry;
276 #ifdef ULLong
277 ULLong carry, z;
304 #ifdef ULLong
532 #ifdef ULLong
533 ULLong borrow, y;
566 #ifdef ULLong
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/gdtoa/
H A Ddmisc.c110 #ifdef ULLong
111 ULLong borrow, carry, y, ys;
139 #ifdef ULLong
140 ys = *sx++ * (ULLong)q + carry;
180 #ifdef ULLong
H A Dmisc.c166 #ifdef ULLong
168 ULLong carry, y;
182 #ifdef ULLong
183 y = *x * (ULLong)m + carry;
276 #ifdef ULLong
277 ULLong carry, z;
304 #ifdef ULLong
532 #ifdef ULLong
533 ULLong borrow, y;
566 #ifdef ULLong
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gdtoa/
H A Ddmisc.c117 #ifdef ULLong
118 ULLong borrow, carry, y, ys;
146 #ifdef ULLong
147 ys = *sx++ * (ULLong)q + carry;
189 #ifdef ULLong
H A Dmisc.c172 #ifdef ULLong
174 ULLong carry, y;
188 #ifdef ULLong
189 y = *x * (ULLong)m + carry;
290 #ifdef ULLong
291 ULLong carry, z;
320 #ifdef ULLong
569 #ifdef ULLong
570 ULLong borrow, y;
607 #ifdef ULLong
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/gdtoa/
H A Ddmisc.c118 #ifdef ULLong
119 ULLong borrow, carry, y, ys;
147 #ifdef ULLong
148 ys = *sx++ * (ULLong)q + carry;
190 #ifdef ULLong
H A Dmisc.c166 #ifdef ULLong
168 ULLong carry, y;
182 #ifdef ULLong
183 y = *x * (ULLong)m + carry;
284 #ifdef ULLong
285 ULLong carry, z;
314 #ifdef ULLong
558 #ifdef ULLong
559 ULLong borrow, y;
596 #ifdef ULLong
[all …]
H A Dgdtoaimp.h185 #define ULLong uint64_t macro
422 #undef ULLong
436 #ifndef ULLong
437 #define ULLong unsigned Llong macro
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), ""); in checkLongLongTypes()
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, ""); in checkLongLongTypes()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp42 class ULLong = unsigned long long>
45 static_assert(std::atomic<ULLong>::is_always_lock_free == (2 == ATOMIC_LLONG_LOCK_FREE), "");
55 class ULLong = unsigned long long>
59 static_assert(std::atomic<ULLong>::is_always_lock_free == ExpectLockFree, "");
/dports/lang/python27/Python-2.7.18/Python/
H A Ddtoa.c164 #undef ULLong
450 #ifdef ULLong in multadd()
452 ULLong carry, y; in multadd()
464 #ifdef ULLong in multadd()
635 #ifdef ULLong in mult()
672 #ifdef ULLong in mult()
928 #ifdef ULLong in diff()
964 #ifdef ULLong in diff()
1237 #ifdef ULLong in quorem()
1264 #ifdef ULLong in quorem()
[all …]

12345