| /freebsd/lib/msun/src/ |
| H A D | catrigf.c | 147 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local 185 ry = asinf(B); in casinhf() 187 ry = atan2f(new_y, sqrt_A2my2); in casinhf() 188 return (CMPLXF(copysignf(rx, x), copysignf(ry, y))); in casinhf() 202 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local 227 ry = crealf(w) + m_ln2; in cacosf() 229 ry = -ry; in cacosf() 230 return (CMPLXF(rx, ry)); in cacosf() 241 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosf() 254 ry = -ry; in cacosf() [all …]
|
| H A D | catrig.c | 276 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local 324 ry = asin(B); in casinh() 326 ry = atan2(new_y, sqrt_A2my2); in casinh() 327 return (CMPLX(copysign(rx, x), copysign(ry, y))); in casinh() 357 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local 391 ry = creal(w) + m_ln2; in cacos() 393 ry = -ry; in cacos() 394 return (CMPLX(rx, ry)); in cacos() 407 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacos() 420 ry = -ry; in cacos() [all …]
|
| H A D | catrigl.c | 166 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local 204 ry = asinl(B); in casinhl() 206 ry = atan2l(new_y, sqrt_A2my2); in casinhl() 207 return (CMPLXL(copysignl(rx, x), copysignl(ry, y))); in casinhl() 222 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local 247 ry = creall(w) + m_ln2; in cacosl() 249 ry = -ry; in cacosl() 250 return (CMPLXL(rx, ry)); in cacosl() 261 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosl() 274 ry = -ry; in cacosl() [all …]
|
| H A D | s_csqrt.c | 42 double a, b, rx, ry, scale, t; in csqrt() local 100 ry = scale * b / (2 * t); in csqrt() 104 ry = copysign(scale * t, b); in csqrt() 107 return (CMPLX(rx, ry)); in csqrt()
|
| H A D | s_csqrtl.c | 57 long double a, b, rx, ry, scale, t; in csqrtl() local 115 ry = scale * b / (2 * t); in csqrtl() 119 ry = copysignl(scale * t, b); in csqrtl() 122 return (CMPLXL(rx, ry)); in csqrtl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrFormats.td | 23 // ry 3-bit source or destination register 131 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|> 139 bits<3> ry; 146 let Inst{7-5} = ry; 228 // Format RRI instruction class in Mips : <|opcode|rx|ry|imm5|> 236 bits<3> ry; 243 let Inst{7-5} = ry; 248 // Format RRR instruction class in Mips : <|opcode|rx|ry|rz|f|> 256 bits<3> ry; 264 let Inst{7-5} = ry; [all …]
|
| H A D | Mips16InstrInfo.td | 181 MipsPseudo16<(outs CPU16Regs:$cc), (ins CPU16Regs:$rx, CPU16Regs:$ry), 182 !strconcat(asmstr, "\t$rx, $ry\n\tmove\t$cc, $$t8"), []> { 235 FEXT_RRI16<op, (outs CPU16Regs:$ry), (ins (MemOpnd $rx, $imm16):$addr), 236 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 240 FEXT_RRI16<op, (outs ), (ins CPU16Regs:$ry, (MemOpnd $rx, $imm16):$addr), 241 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 250 FEXT_RRI_A16<op, (outs CPU16Regs:$ry), (ins (MemOpnd $rx, $imm15):$addr), 251 !strconcat(asmstr, "\t$ry, $addr"), [], itin>; 257 FEXT_SHIFT16<_f, (outs CPU16Regs:$rx), (ins CPU16Regs:$ry, uimm5:$sa6), 258 !strconcat(asmstr, "\t$rx, $ry, $sa6"), [], itin>; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrFormats16Instr.td | 28 (outs mGPR:$rz), (ins mGPR:$rx, mGPR:$ry), !strconcat(opstr, "\t$rz, $rx, $ry"), 29 [(set mGPR:$rz, (opnode mGPR:$rx, mGPR:$ry)) ]> { 32 bits<3> ry; 36 let Inst{4 - 2} = ry; 105 AddrModeNone, (outs CARRY:$ca), (ins sGPR:$rx, sGPR:$ry), !strconcat(opstr, "\t$rx, $ry"), 107 bits<4> ry; 111 let Inst{9 - 6} = ry;
|
| H A D | CSKYInstrFormats.td | 393 let Inst{25 - 21} = regs{9 - 5}; // ry 520 !strconcat(op, "\t$rz, $rx, $ry"), pattern> { 521 bits<5> ry; 524 let Inst{25 - 21} = ry; 533 // Input: GPR:rx, GPR:ry 534 // Asm string: op rz, rx, ry 539 (ins GPR:$rx, GPR:$ry), op, [(set GPR:$rz, (opnode GPR:$rx, GPR:$ry))]> { 549 op # "\t$rz, ($rx, $ry << ${imm})", pattern> { 551 bits<5> ry; 554 let Inst{25 - 21} = ry; // ry; [all …]
|
| H A D | CSKYInstrFormatsF1.td | 186 bits<5> ry; 190 let Inst{25 - 21} = ry; // ry; 207 : F_XYZ_MEM<sop, sop_su, (outs regtype:$vrz), (ins GPR:$rx, GPR:$ry, uimm2:$imm), 208 op#op_su#"\t$vrz, ($rx, $ry << ${imm})", []>; 217 : F_XYZ_MEM<sop, sop_su, (outs), (ins regtype:$vrz, GPR:$rx, GPR:$ry, uimm2:$imm), 218 op#op_su#"\t$vrz, ($rx, $ry << ${imm})", []>;
|
| H A D | CSKYInstrFormatsF2.td | 162 op#"\t$rz, ($rx, $ry << ${imm})", []> { 164 bits<5> ry; 168 let Inst{25-21} = ry;
|
| H A D | CSKYInstrInfo16Instr.td | 61 let Pattern = [(set mGPR:$rz, (sub mGPR:$rx, mGPR:$ry))] in 323 def TST16 : CSKY16Inst<AddrModeNone, (outs CARRY:$ca), (ins sGPR:$rx, sGPR:$ry), 324 "tst16\t$rx, $ry", []> { 325 bits<4> ry; 329 let Inst{9 - 6} = ry;
|
| H A D | CSKYInstrInfo.td | 608 (ins GPR:$rx, GPR:$ry, CARRY:$cin), "addc32", []>; 610 (ins GPR:$rx, GPR:$ry, CARRY:$cin), "subc32", []>; 646 (ins GPR:$rx, GPR:$ry), "mul.s32", []>; 648 (ins GPR:$rx, GPR:$ry), "mul.u32", []>; 652 (ins GPRPair:$rz, GPR:$rx, GPR:$ry), "mula.s32", []>; 654 (ins GPRPair:$rz, GPR:$rx, GPR:$ry), "mula.u32", []>; 659 (ins GPR:$rx, GPR:$ry), "mulsh32", []>; 750 let Inst{20 - 16} = 0; //ry 759 let Inst{20 - 16} = 0; //ry
|
| H A D | CSKYInstrInfoF2.td | 93 def FLDR_S : F2_LDSTR_S<0b0, "fldr", (outs FPR32Op:$rz), (ins GPR:$rx, GPR:$ry, uimm2:$imm)>; 95 def FLDR_D : F2_LDSTR_D<0b0, "fldr", (outs FPR64Op:$rz), (ins GPR:$rx, GPR:$ry, uimm2:$imm)>; 98 def FSTR_S : F2_LDSTR_S<0b1, "fstr", (outs), (ins FPR32Op:$rz, GPR:$rx, GPR:$ry, uimm2:$imm)>; 100 def FSTR_D : F2_LDSTR_D<0b1, "fstr", (outs), (ins FPR64Op:$rz, GPR:$rx, GPR:$ry, uimm2:$imm)>;
|
| /freebsd/contrib/ncurses/menu/ |
| H A D | m_driver.c | 463 int ry = event.y, rx = event.x; /* screen coordinates */ in menu_driver() local 466 if (mouse_trafo(&ry, &rx, FALSE)) in menu_driver() 468 if (ry < sub->_begy) in menu_driver() 480 else if (ry > sub->_begy + sub->_maxy) in menu_driver() 496 ry = event.y; in menu_driver() 498 if (wmouse_trafo(sub, &ry, &rx, FALSE)) in menu_driver() 510 if ((ry == y) && in menu_driver()
|
| /freebsd/usr.bin/ee/nls/pl_PL.ISO8859-2/ |
| H A D | ee.msg | 46 37 "^b na d� tekstu ^j nowy wiersz ^t do g�ry tekstu " 47 38 "^c polecenie ^k usu� znak ^u do g�ry " 66 57 "^[ (escape) menu ^e szukanie ^y usu� wiersz ^u do g�ry ^p poprz. str " 69 60 "^t do g�ry tekstu ^o na koniec wiersza ^v przywr�� s�owo ^r w prawo " 156 147 "^b jeden znak wstecz ^j przywr�� znak ^t do g�ry tekstu "
|
| /freebsd/usr.bin/bintrans/tests/ |
| H A D | textqpdec | 2 — Antoine de Saint-Exupéry, Citadelle (1948)
|
| /freebsd/contrib/ncurses/form/ |
| H A D | frm_driver.c | 802 Field_encloses(FIELD *field, int ry, int rx) in Field_encloses() argument 806 && field->frow <= ry in Field_encloses() 807 && (field->frow + field->rows) > ry in Field_encloses() 4456 int ry = event.y, rx = event.x; /* screen coordinates */ in form_driver() local 4459 if (mouse_trafo(&ry, &rx, FALSE)) in form_driver() 4461 if (ry < sub->_begy) in form_driver() 4472 else if (ry > sub->_begy + sub->_maxy) in form_driver() 4485 ry = event.y; in form_driver() 4487 if (wmouse_trafo(sub, &ry, &rx, FALSE)) in form_driver() 4498 && Field_encloses(field, ry, rx) == E_OK) in form_driver() [all …]
|
| /freebsd/crypto/libecc/src/sig/ |
| H A D | ecfsdsa.c | 424 fp rx, ry; in _ecfsdsa_verify_init() local 427 rx.magic = ry.magic = WORD(0); in _ecfsdsa_verify_init() 455 ret = fp_init(&ry, ctx->pub_key->params->ec_curve.a.ctx); EG(ret, err); in _ecfsdsa_verify_init() 456 ret = fp_import_from_buf(&ry, r + p_len, p_len); EG(ret, err); in _ecfsdsa_verify_init() 459 ret = is_on_shortw_curve(&rx, &ry, &(ctx->pub_key->params->ec_curve), &on_curve); EG(ret, err); in _ecfsdsa_verify_init() 488 fp_uninit(&ry); in _ecfsdsa_verify_init()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrFormats.td | 103 bits<2> ry = 0; 106 let sy{1-0} = ry;
|
| H A D | VEInstrInfo.td | 1557 let ry = 3, DecoderMethod = "DecodeLoadASI64" in 1559 let ry = 2, DecoderMethod = "DecodeLoadASI64" in 1561 let ry = 1, DecoderMethod = "DecodeLoadASI64" in 1563 let ry = 0, DecoderMethod = "DecodeLoadASI64" in 1567 let ry = 3, DecoderMethod = "DecodeStoreASI64" in 1569 let ry = 2, DecoderMethod = "DecodeStoreASI64" in 1571 let ry = 1, DecoderMethod = "DecodeStoreASI64" in 1573 let ry = 0, DecoderMethod = "DecodeStoreASI64" in
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | T.re | 127 !~ ry
|
| /freebsd/secure/caroot/trusted/ |
| H A D | TWCA_Root_Certification_Authority.pem | 83 rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx
|
| /freebsd/lib/libc/nls/ |
| H A D | pl_PL.ISO8859-2.msg | 82 38 Operacja na obiekcie, kt�ry nie jest gniazdem
|
| /freebsd/contrib/tzdata/ |
| H A D | europe | 1618 # From Géza Nyáry (2020-06-07):
|