Searched refs:L5 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/lib/libc/amd64/string/
H A Dmemcmp.S20 jne L5 /* do we match so far? */
31 L5: movl $8,%ecx /* We know that one of the next */ label
/freebsd-10.2-release/lib/libc/i386/string/
H A Dmemcmp.S52 jne L5 /* do we match so far? */
65 L5: movl $4,%ecx /* We know that one of the next */ label
/freebsd-10.2-release/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c513 u64 L0, L1, L2, L3, L4, L5, L6, L7;
552 L5 = C0(K, 5) ^ C1(K, 4) ^ C2(K, 3) ^ C3(K, 2) ^
564 K.q[5] = L5;
578 L5 ^= C0(S, 5) ^ C1(S, 4) ^ C2(S, 3) ^ C3(S, 2) ^
590 S.q[5] = L5;
599 L5 = C5(K, 0);
608 L5 ^= C4(K, 1);
616 L5 ^= C3(K, 2);
624 L5 ^= C2(K, 3);
632 L5
[all...]
/freebsd-10.2-release/lib/msun/src/
H A De_pow.c78 L5 = 2.30660745775561754067e-01, /* 0x3FCD864A, 0x93C9DB65 */ variable
234 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
H A De_powf.c37 L5 = 2.3066075146e-01, /* 0x3e6c3255 */ variable
177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp82 SP::L4, SP::L5, SP::L6, SP::L7,
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dsparc-stub.c112 L0, L1, L2, L3, L4, L5, L6, L7, enumerator in enum:regnames
/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp93 Sparc::L4, Sparc::L5, Sparc::L6, Sparc::L7,

Completed in 207 milliseconds