| /freebsd-10-stable/lib/libmp/ |
| D | mpasbn.c | 365 MINT *z1, *z2, *z3; in mp_msqrt() local 376 z3 = _itom("msqrt", 0); in mp_msqrt() 382 _msub("msqrt", ox, x, z3); in mp_msqrt() 383 } while (_mcmpa("msqrt", z3, tolerance) == 1); in mp_msqrt() 393 _mfree("msqrt", z3); in mp_msqrt()
|
| /freebsd-10-stable/crypto/openssl/crypto/ec/ |
| D | ecp_nistp256.c | 1246 static void point_add(felem x3, felem y3, felem z3, in point_add() argument 1355 point_double(x3, y3, z3, x1, y1, z1); in point_add() 1404 felem_assign(z3, z_out); in point_add() 1411 static void point_add_small(smallfelem x3, smallfelem y3, smallfelem z3, in point_add_small() argument 1424 felem_shrink(z3, felem_z3); in point_add_small()
|
| D | ecp_nistp224.c | 931 static void point_add(felem x3, felem y3, felem z3, in point_add() argument 1004 point_double(x3, y3, z3, x1, y1, z1); in point_add() 1093 felem_assign(z3, z_out); in point_add()
|
| D | ecp_nistp521.c | 1148 static void point_add(felem x3, felem y3, felem z3, in point_add() argument 1241 point_double(x3, y3, z3, x1, y1, z1); in point_add() 1300 felem_assign(z3, z_out); in point_add()
|
| /freebsd-10-stable/lib/libc/softfloat/bits32/ |
| D | softfloat-macros | 460 bits32 z0, z1, z2, z3; 463 mul32To64( a1, b1, &z2, &z3 ); 471 *z3Ptr = z3;
|
| /freebsd-10-stable/lib/libc/softfloat/bits64/ |
| D | softfloat-macros | 535 bits64 z0, z1, z2, z3; 538 mul64To128( a1, b1, &z2, &z3 ); 546 *z3Ptr = z3;
|
| /freebsd-10-stable/contrib/gcc/config/mips/ |
| D | mips.md | 2966 "<d>ins\t%0,%z3,%2,%1" 4402 MIPS_BRANCH ("b%C0", "%2,%z3,%1"), 4403 MIPS_BRANCH ("b%N0", "%2,%z3,%1")); 4419 MIPS_BRANCH ("b%N0", "%2,%z3,%1"), 4420 MIPS_BRANCH ("b%C0", "%2,%z3,%1")); 5365 mov%t4\t%0,%z3,%1"
|
| /freebsd-10-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-3 | 2192 Insert (`Z3') or remove (`z3') a read watchpoint. 6658 * z3 packet: Packets.
|
| D | gdb.texinfo | 20194 @cindex @code{z3} packet 20197 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
|