Searched refs:E_ (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | bmake.cat1 | 129 _._M_A_K_E_._E_X_P_A_N_D___V_A_R_I_A_B_L_E_S. 166 _._M_A_K_E_._J_O_B_S. Turns compatibility mode off, unless the --BB option 244 …_._M_A_K_E_._E_X_P_A_N_D___V_A_R_I_A_B_L_E_S is set to true and the --ddV… 487 …_._M_A_K_E_._T_A_R_G_E_T___L_O_C_A_L___V_A_R_I_A_B_L_E_S is set to `fa… 519 _._M_E_M_B_E_R The name of the archive member; also known as `_%'. 524 _._P_R_E_F_I_X The name of the target with suffix (if declared in 527 _._T_A_R_G_E_T The name of the target; also known as `_@'. For 542 …e variables are `_._T_A_R_G_E_T', `_._P_R_E_F_I_X', `_._A_R_C_H_I_V_E', and … 547 _._A_L_L_T_A_R_G_E_T_S 556 _._E_R_R_O_R___C_M_D [all …]
|
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-586.pl | 435 my ($ABCD,$E,$E_,$BSWAP)=map("xmm$_",(0..3)); 491 &movdqa ($E_,$ABCD); 493 &sha1nexte ($E_,@MSG[1]); 499 &sha1rnds4 ($ABCD,$E_,int(($i+1)/5)); 507 &movdqa ($E_,$ABCD); 509 &sha1nexte ($E_,@MSG[1]); 514 &sha1rnds4 ($ABCD,$E_,3); # 68-71 519 &movdqa ($E_,$ABCD); 521 &sha1nexte ($E_,@MSG[3]); 526 &sha1rnds4 ($ABCD,$E_,3); # 76-79 [all …]
|
H A D | sha1-x86_64.pl | 367 my ($ABCD,$E,$E_,$BSWAP,$ABCD_SAVE,$E_SAVE)=map("%xmm$_",(0..3,8,9)); 414 movdqa $ABCD,$E_ 416 sha1nexte @MSG[1],$E_ 422 sha1rnds4 \$`int(($i+1)/5)`,$E_,$ABCD 431 movdqa $ABCD,$E_ 433 sha1nexte @MSG[1],$E_ 438 sha1rnds4 \$3,$E_,$ABCD # 68-71 443 movdqa $ABCD,$E_ 445 sha1nexte @MSG[3],$E_ 450 sha1rnds4 \$3,$E_,$ABCD # 76-79
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesni-sha1-x86_64.pl | 1762 my ($BSWAP,$ABCD,$E,$E_,$ABCD_SAVE,$E_SAVE)=map("%xmm$_",(7..12)); 1825 movdqa $ABCD,$E_ 1828 sha1nexte @MSG[1],$E_ 1839 sha1rnds4 \$0,$E_,$ABCD # 4-7 1848 movdqa $ABCD,$E_ 1850 sha1nexte @MSG[3],$E_ 1858 ($E,$E_)=($E_,$E); 1864 movdqa $ABCD,$E_ 1866 sha1nexte @MSG[3],$E_ 1873 sha1rnds4 \$3,$E_,$ABCD # 68-71 [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 288 // abs(E_{N-1}) <= (u_{N-1} + 2 /* due to conversion e_n -> E_n */) * 2^-HW 290 // abs(E_{N-1}) <= (u_{N-1} + 3.01) * 2^-HW 294 // E_N = 4 * E_{N-1} * eps1 - (E_{N-1}^2 * b + 4 * eps2) + 4 * eps1 / b 295 // abs(E_N) <= 2^-W * [ 4 * abs(E_{N-1}) + max(2 * abs(E_{N-1})^2 * 2^W + 4, 8)) ]
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mail.local.linux | 130 M_H=EO19-F2!;?K=,2FEE4-"W+.:/5`1E_@5-1`6V,;BSL>7*F0*%^]^5:]0B
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 862 NoexceptSpec(const Node *E_) : Node(KNoexceptSpec), E(E_) {} in NoexceptSpec() argument
|
/freebsd/share/termcap/ |
H A D | termcap | 1811 :im=\Ea:ei=\Eb:mi:dc=\Ew:al=\EL:dl=\EM:cs=\E_%+A%+A:\ 2779 :ut:hs:ts=\E_:fs=\E\\:ds=\E_\E\\:tc=screen:
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 8284 dsl=\E_\E\\, fsl=\E\\, tsl=\E_, use=screen, 11426 blink=\E\^, dim=\E)\s, invis=\E_, rev=\Ej, rmso=\E(\Ek, 11576 cnorm=\E.3, cr=\r, csr=\E_%p1%{32}%+%c%p2%{32}%+%c, 12029 pln=\E_%p1%{63}%+%c%p2%s\r, prot=\E&, 12090 clear=\Ev, csr=\E_%p1%{65}%+%c%p2%{65}%+%c, cub1=^H, 16013 is3=\Ev $<6>\Ep\n, kbs=^H, kcbt=\E', kctab=\E_, 22265 kf28=\EQ, kf29=\ES, kf3=\E6, kf30=\EV, kf31=\E], kf32=\E_,
|