Home
last modified time | relevance | path

Searched refs:borrow1 (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/rust/rustc-1.58.1-src/src/doc/rust-by-example/src/scope/
H A Dlifetime.md20 // both `borrow1` and `borrow2`. The duration of `borrow1` compared
26 let borrow1 = &i; // `borrow1` lifetime starts. ──┐│
28 println!("borrow1: {}", borrow1); // ││
29 } // `borrow1 ends. ──────────────────────────────────┘│
/dports/cad/yosys/yosys-yosys-0.12/tests/asicworld/
H A Dcode_hdl_models_full_subtracter_gates.v11 wire inv_x,borrow1,borrow2,borrow3; net
14 and U_borrow1 (borrow1,inv_x,y),
18 xor U_diff (difference,borrow1,borrow2,borrows);
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/hygiene/
H A Dfields-numeric-borrowck.rs5 let borrow1 = &mut s.0; in main() localVariable
9 borrow1.use_mut(); in main()
H A Dfields-numeric-borrowck.stderr4 LL | let borrow1 = &mut s.0;
9 LL | borrow1.use_mut();
/dports/games/libretro-beetle_vb/beetle-vb-libretro-7412262/mednafen/hw_cpu/v810/fpu-new/
H A Dsoftfloat-macros.h210 int8 borrow0, borrow1; in sub96() local
213 borrow1 = ( a2 < b2 ); in sub96()
217 z0 -= ( z1 < borrow1 ); in sub96()
218 z1 -= borrow1; in sub96()
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/
H A Dmont.c130 unsigned borrow1 , borrow2; in sub() local
134 borrow1 = b[i] > a[i]; in sub()
137 borrow1 |= borrow2 > out[i]; in sub()
140 borrow2 = borrow1; in sub()
314 unsigned carry, borrow1, borrow2; in add_mod() local
327 borrow1 = modulus[i] > tmp1[i]; in add_mod()
329 borrow1 |= borrow2 > tmp2[i]; in add_mod()
331 borrow2 = borrow1; in add_mod()
1063 borrow1 = b[i] > a[i]; in mont_sub()
1065 borrow1 |= borrow2 > tmp[i]; in mont_sub()
[all …]
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/
H A Dmont.c130 unsigned borrow1 , borrow2; in sub() local
134 borrow1 = b[i] > a[i]; in sub()
137 borrow1 |= borrow2 > out[i]; in sub()
140 borrow2 = borrow1; in sub()
314 unsigned carry, borrow1, borrow2; in add_mod() local
327 borrow1 = modulus[i] > tmp1[i]; in add_mod()
329 borrow1 |= borrow2 > tmp2[i]; in add_mod()
331 borrow2 = borrow1; in add_mod()
1063 borrow1 = b[i] > a[i]; in mont_sub()
1065 borrow1 |= borrow2 > tmp[i]; in mont_sub()
[all …]
/dports/emulators/bochs/bochs-2.7/cpu/fpu/
H A Dsoftfloat-macros.h502 unsigned borrow0, borrow1; in sub192() local
505 borrow1 = (a2 < b2); in sub192()
509 z0 -= (z1 < borrow1); in sub192()
510 z1 -= borrow1; in sub192()
/dports/emulators/fs-uae/fs-uae-3.1.35/softfloat/
H A Dsoftfloat-macros.h502 unsigned borrow0, borrow1; in sub192() local
505 borrow1 = (a2 < b2); in sub192()
509 z0 -= (z1 < borrow1); in sub192()
510 z1 -= borrow1; in sub192()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/fpu/
H A Dsoftfloat-macros.h427 int8 borrow0, borrow1; in sub192() local
430 borrow1 = ( a2 < b2 ); in sub192()
434 z0 -= ( z1 < borrow1 ); in sub192()
435 z1 -= borrow1; in sub192()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat-macros.h443 int8 borrow0, borrow1; in sub192() local
446 borrow1 = ( a2 < b2 ); in sub192()
450 z0 -= ( z1 < borrow1 ); in sub192()
451 z1 -= borrow1; in sub192()
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libkern/
H A Dsoftfloat-macros.h439 int8 borrow0, borrow1; in sub192() local
442 borrow1 = ( a2 < b2 ); in sub192()
446 z0 -= ( z1 < borrow1 ); in sub192()
447 z1 -= borrow1; in sub192()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/softfloat/
H A Dsoftfloat-macros.h487 uint8_t borrow0, borrow1; in sub192() local
490 borrow1 = ( a2 < b2 ); in sub192()
494 z0 -= ( z1 < borrow1 ); in sub192()
495 z1 -= borrow1; in sub192()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/fpu/
H A Dsoftfloat-macros.h443 int8 borrow0, borrow1; in sub192() local
446 borrow1 = ( a2 < b2 ); in sub192()
450 z0 -= ( z1 < borrow1 ); in sub192()
451 z1 -= borrow1; in sub192()
/dports/emulators/qemu42/qemu-4.2.1/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
499 borrow1 = ( a2 < b2 ); in sub192()
503 z0 -= ( z1 < borrow1 ); in sub192()
504 z1 -= borrow1; in sub192()
/dports/emulators/qemu60/qemu-6.0.0/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
499 borrow1 = ( a2 < b2 ); in sub192()
503 z0 -= ( z1 < borrow1 ); in sub192()
504 z1 -= borrow1; in sub192()
/dports/emulators/qemu-utils/qemu-4.2.1/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
499 borrow1 = ( a2 < b2 ); in sub192()
503 z0 -= ( z1 < borrow1 ); in sub192()
504 z1 -= borrow1; in sub192()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/fpu/
H A Dsoftfloat-macros.h491 int8_t borrow0, borrow1; in sub192() local
494 borrow1 = ( a2 < b2 ); in sub192()
498 z0 -= ( z1 < borrow1 ); in sub192()
499 z1 -= borrow1; in sub192()
/dports/emulators/qemu5/qemu-5.2.0/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
499 borrow1 = ( a2 < b2 ); in sub192()
503 z0 -= ( z1 < borrow1 ); in sub192()
504 z1 -= borrow1; in sub192()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1;
499 borrow1 = ( a2 < b2 );
503 z0 -= ( z1 < borrow1 );
504 z1 -= borrow1;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/fpu/
H A Dsoftfloat-macros.h496 int8_t borrow0, borrow1; in sub192() local
499 borrow1 = ( a2 < b2 ); in sub192()
503 z0 -= ( z1 < borrow1 ); in sub192()
504 z1 -= borrow1; in sub192()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/mp/
H A Dmp_core.h387 word borrow1 = 0; in bigint_sub_abs() local
394 borrow1 = word8_sub3(ws1 + i, y + i, x + i, borrow1); in bigint_sub_abs()
400 ws1[i] = word_sub(y[i], x[i], &borrow1); in bigint_sub_abs()
/dports/security/botan2/Botan-2.18.2/src/lib/math/mp/
H A Dmp_core.h387 word borrow1 = 0; in bigint_sub_abs() local
394 borrow1 = word8_sub3(ws1 + i, y + i, x + i, borrow1); in bigint_sub_abs()
400 ws1[i] = word_sub(y[i], x[i], &borrow1); in bigint_sub_abs()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/mp/
H A Dmp_core.h387 word borrow1 = 0; in bigint_sub_abs() local
394 borrow1 = word8_sub3(ws1 + i, y + i, x + i, borrow1); in bigint_sub_abs()
400 ws1[i] = word_sub(y[i], x[i], &borrow1); in bigint_sub_abs()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros364 int8 borrow0, borrow1;
367 borrow1 = ( a2 < b2 );
371 z0 -= ( z1 < (bits32)borrow1 );
372 z1 -= borrow1;

123