Home
last modified time | relevance | path

Searched refs:z3 (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/lib/libmp/
Dmpasbn.c365 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/
Decp_nistp256.c1246 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()
Decp_nistp224.c931 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()
Decp_nistp521.c1148 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/
Dsoftfloat-macros460 bits32 z0, z1, z2, z3;
463 mul32To64( a1, b1, &z2, &z3 );
471 *z3Ptr = z3;
/freebsd-10-stable/lib/libc/softfloat/bits64/
Dsoftfloat-macros535 bits64 z0, z1, z2, z3;
538 mul64To128( a1, b1, &z2, &z3 );
546 *z3Ptr = z3;
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.md2966 "<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/
Dgdb.info-32192 Insert (`Z3') or remove (`z3') a read watchpoint.
6658 * z3 packet: Packets.
Dgdb.texinfo20194 @cindex @code{z3} packet
20197 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.