Home
last modified time | relevance | path

Searched refs:L5 (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/lib/libm/noieee_src/
Dn_log__L.c78 vc(L5, 1.8181879517064680057E-1 ,2eb4,3f3a,655e,cc39, -2, .BA2EB4CC39655E)
87 ic(L5, 1.8183562745289935658E-1, -3, 1.74663CC94342F)
96 #define L5 vccast(L5) macro
106 return(z*(L1+z*(L2+z*(L3+z*(L4+z*(L5+z*(L6+z*(L7+z*L8)))))))); in __log__L()
108 return(z*(L1+z*(L2+z*(L3+z*(L4+z*(L5+z*(L6+z*L7))))))); in __log__L()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/whrlpool/
Dwp_block.c538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block()
577 L5 = C0(K, 5) ^ C1(K, 4) ^ C2(K, 3) ^ C3(K, 2) ^ in whirlpool_block()
589 K.q[5] = L5; in whirlpool_block()
603 L5 ^= C0(S, 5) ^ C1(S, 4) ^ C2(S, 3) ^ C3(S, 2) ^ in whirlpool_block()
615 S.q[5] = L5; in whirlpool_block()
624 L5 = C5(K, 0); in whirlpool_block()
633 L5 ^= C4(K, 1); in whirlpool_block()
641 L5 ^= C3(K, 2); in whirlpool_block()
649 L5 ^= C2(K, 3); in whirlpool_block()
657 L5 ^= C1(K, 4); in whirlpool_block()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Ddw2-is-stmt-2.c92 L5
93 L5*
96 L5
Dvalop.S82 jne .L5
102 .L5: label
Ddw2-common-block.S92 jne .L5
100 jp .L5
103 jne .L5
111 jp .L5
115 .L5: label
Dentry-value-typedef-amd64.S94 .L5: label
130 .uleb128 .L5-.LFB1646
Dentry-value-typedef-aarch64.S96 .L5: label
130 .uleb128 .L5-.LFB1299
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dstructs.c108 struct struct5 foo5 = {'1','b','3','d','5'}, L5; variable
214 L5 = foo5; in Fun5()
273 …L1.a = L2.a = L3.a = L4.a = L5.a = L6.a = L7.a = L8.a = L9.a = L10.a = L11.a = L12.a = L13.a = L14… in zed()
275 …L2.b = L3.b = L4.b = L5.b = L6.b = L7.b = L8.b = L9.b = L10.b = L11.b = L12.b = L13.b = L14.b = L1… in zed()
277 …L3.c = L4.c = L5.c = L6.c = L7.c = L8.c = L9.c = L10.c = L11.c = L12.c = L13.c = L14.c = L15.c = L… in zed()
279 …L4.d = L5.d = L6.d = L7.d = L8.d = L9.d = L10.d = L11.d = L12.d = L13.d = L14.d = L15.d = L16.d = … in zed()
281L5.e = L6.e = L7.e = L8.e = L9.e = L10.e = L11.e = L12.e = L13.e = L14.e = L15.e = L16.e = L17.e =… in zed()
353 L5 = fun5(); in main()
/netbsd/src/sys/arch/amiga/stand/bootblock/boot/
Dmuldi3.s46 jcc L5
49 L5: label
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Dgdb1431.s69 mov.l .L5,r1
85 .L5: label
Dgdb1291.s69 mov.l .L5,r1
85 .L5: label
Dthumb2-it.S97 bge .L5 @ Reached
99 .L5: bx lr @ Done, Check $r0 == 1 label
Damd64-tailcall-self.S94 .L5: label
116 jmp .L5
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-linetable.S68 jne .L5
72 .L5: label
/netbsd/src/lib/libm/src/
De_powf.c40 L5 = 2.3066075146e-01, /* 0x3e6c3255 */ variable
180 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_powf()
De_pow.c81 L5 = 2.30660745775561754067e-01, /* 0x3FCD864A, 0x93C9DB65 */ variable
237 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); in __ieee754_pow()
/netbsd/src/sys/arch/x68k/usr.bin/palette/
DREADME.jp7 FC2 $B$r@^$C$F!"L5;vF0:n3NG'$7$?$"$H$G!"K\Ev$K(B VRAM $B%"%/%;%9$G$-(B
/netbsd/src/external/lgpl3/gmp/dist/mpn/sparc32/v9/
Dmul_1.asm197 b,a .L5
233 .L5: fdtox %f16, %f14 label
Dsubmul_1.asm202 b,a .L5
243 .L5: sub %g0, %g3, %g3 label
Daddmul_1.asm202 b,a .L5
243 .L5: fdtox %f16, %f14 label
Dsqr_diagonal.asm264 be,pn %icc,.L5
372 .L5: add %fp, 80, %l3 label
/netbsd/src/external/bsd/pcc/dist/pcc/arch/sparc64/
Dmacdefs.h141 #define L5 20 macro
/netbsd/src/external/gpl3/gdb/dist/gdb/stubs/
Dsparc-stub.c112 L0, L1, L2, L3, L4, L5, L6, L7, enumerator
/netbsd/src/sys/arch/m68k/m68k/
Doc_cksum.s192 .L5: | deal with 1 or 3 excess bytes at the end of the buffer. label
/netbsd/src/external/bsd/file/dist/magic/magdir/
Danimation400 >>4 byte 245 \b, advanced simple @ L5
407 >>4 byte 253 \b, FGS @ L5

12