/netbsd/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | mul_fft.c | 387 cy = mpn_add_n_sub_n (Ap[0], Ap[inc], Ap[0], Ap[inc], n + 1) & 1; in mpn_fft_fft() 390 mpn_add_n (Ap[0], Ap[0], Ap[inc], n + 1); in mpn_fft_fft() 394 Ap[0][n] = 1 - mpn_sub_1 (Ap[0], Ap[0], n, Ap[0][n] - 1); in mpn_fft_fft() 396 Ap[inc][n] = mpn_add_1 (Ap[inc], Ap[inc], n, ~Ap[inc][n] + 1); in mpn_fft_fft() 415 mpn_fft_sub_modF (Ap[inc], Ap[0], tp, n); in mpn_fft_fft() 416 mpn_fft_add_modF (Ap[0], Ap[0], tp, n); in mpn_fft_fft() 582 cy = mpn_add_n_sub_n (Ap[0], Ap[1], Ap[0], Ap[1], n + 1) & 1; in mpn_fft_fftinv() 585 mpn_add_n (Ap[0], Ap[0], Ap[1], n + 1); in mpn_fft_fftinv() 589 Ap[0][n] = 1 - mpn_sub_1 (Ap[0], Ap[0], n, Ap[0][n] - 1); in mpn_fft_fftinv() 591 Ap[1][n] = mpn_add_1 (Ap[1], Ap[1], n, ~Ap[1][n] + 1); in mpn_fft_fftinv() [all …]
|
/netbsd/external/lgpl3/mpfr/dist/src/ |
H A D | const_pi.c | 78 #define Ap A in mpfr_const_pi_internal() macro 88 mpfr_sqr (Ap, ap, MPFR_RNDN); /* 1/4 <= Ap <= 1 */ in mpfr_const_pi_internal() 89 mpfr_sub (Bp, Ap, S, MPFR_RNDN); /* -1/4 <= Bp <= 3/4 */ in mpfr_const_pi_internal() 91 mpfr_sub (S, Ap, Bp, MPFR_RNDN); in mpfr_const_pi_internal() 103 #undef Ap in mpfr_const_pi_internal()
|
/netbsd/external/gpl2/texinfo/dist/doc/ |
H A D | txi-es.tex | 20 \gdef\putwordAppendix{Ap\'endice}
|
H A D | txi-pt.tex | 22 \gdef\putwordAppendix{Ap\^endice}
|
/netbsd/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | constraints.md | 158 (define_constraint "Ap"
|
H A D | m68k.md | 1016 [(set (match_operand:SI 0 "nonimmediate_operand" "=g,d, d, d, d, d, a,Ap, a, r<Q>,g, U")
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | constraints.md | 158 (define_constraint "Ap"
|
H A D | m68k.md | 1016 [(set (match_operand:SI 0 "nonimmediate_operand" "=g,d, d, d, d, d, a,Ap, a, r<Q>,g, U")
|
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 892 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall() local 893 til::SExpr *E = new (Arena) til::Call(Ap); in handleDestructorCall()
|
/netbsd/external/bsd/ppp/dist/pppd/ |
H A D | eap.c | 1736 struct t_num sval, gval, Nval, *Ap, Bval; in eap_request() local 2081 Ap = t_clientgenexp(tc); in eap_request() 2082 eap_srp_response(esp, id, EAPSRP_CKEY, Ap->data, in eap_request() 2083 Ap->len); in eap_request()
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 1301 (instregex "BD(N)?Z(8|A|Am|Ap|m|p)?$"), 1302 (instregex "BD(N)?ZL(A|Am|Ap|R|R8|RL|RLm|RLp|Rm|Rp|m|p)?$"),
|
/netbsd/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-9899 | 403 (Ap): remove lptr. 1100 (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
|
H A D | i386-dis.c | 328 #define Ap { OP_DIR, 0 } macro 4071 { "{l|}call{P|}", { Ap }, 0 }, 4127 { "{l|}jmp{P|}", { Ap }, 0 },
|
/netbsd/external/gpl3/binutils/dist/opcodes/ |
H A D | ChangeLog-9899 | 403 (Ap): remove lptr. 1100 (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
|
H A D | i386-dis.c | 433 #define Ap { OP_DIR, 0 } macro 4150 { "{l|}call{P|}", { Ap }, 0 }, 4206 { "{l|}jmp{P|}", { Ap }, 0 },
|
/netbsd/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ChangeLog-9899 | 403 (Ap): remove lptr. 1100 (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
|
H A D | i386-dis.c | 356 #define Ap { OP_DIR, 0 } macro 6899 { "Jcall{T|}", { Ap }, 0 }, 6943 { "Jjmp{T|}", { Ap }, 0 },
|
/netbsd/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-9899 | 403 (Ap): remove lptr. 1100 (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
|
H A D | i386-dis.c | 328 #define Ap { OP_DIR, 0 } macro 4071 { "{l|}call{P|}", { Ap }, 0 }, 4127 { "{l|}jmp{P|}", { Ap }, 0 },
|
/netbsd/external/gpl3/binutils/dist/binutils/po/ |
H A D | ca.po | 8292 msgstr "Posició Seg Tipus Apèndix Pos Sim Seg\n"
|
/netbsd/external/gpl3/gdb/dist/binutils/po/ |
H A D | ca.po | 8292 msgstr "Posició Seg Tipus Apèndix Pos Sim Seg\n"
|
/netbsd/external/gpl3/binutils.old/dist/binutils/po/ |
H A D | ca.po | 8292 msgstr "Posició Seg Tipus Apèndix Pos Sim Seg\n"
|
/netbsd/external/gpl3/gdb.old/dist/binutils/po/ |
H A D | ca.po | 8292 msgstr "Posició Seg Tipus Apèndix Pos Sim Seg\n"
|
/netbsd/share/terminfo/ |
H A D | terminfo | 12869 ind=\n, invis=^V^A\0, rep=\031%p1%c%p2%c, rev=^V^Ap, 12874 sgr0=^V^A^G, smacs@, smso=^V^Ap, smul=^V^A^A, 23266 # :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
|
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | md.texi | 2908 @item Ap
|