Home
last modified time | relevance | path

Searched refs:Ap (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dmul_fft.c380 mpn_fft_fft (mp_ptr *Ap, mp_size_t K, int **ll, in mpn_fft_fft() argument
387 cy = mpn_add_n_sub_n (Ap[0], Ap[inc], Ap[0], Ap[inc], n + 1) & 1; in mpn_fft_fft()
389 MPN_COPY (tp, Ap[0], n + 1); in mpn_fft_fft()
390 mpn_add_n (Ap[0], Ap[0], Ap[inc], n + 1); in mpn_fft_fft()
391 cy = mpn_sub_n (Ap[inc], tp, Ap[inc], n + 1); in mpn_fft_fft()
393 if (Ap[0][n] > 1) /* can be 2 or 3 */ 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()
403 mpn_fft_fft (Ap, K2, ll-1, 2 * omega, n, inc * 2, tp); in mpn_fft_fft()
404 mpn_fft_fft (Ap+inc, K2, ll-1, 2 * omega, n, inc * 2, tp); in mpn_fft_fft()
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dconst_pi.c78 #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-src/external/gpl2/texinfo/dist/doc/
H A Dtxi-es.tex20 \gdef\putwordAppendix{Ap\'endice}
H A Dtxi-pt.tex22 \gdef\putwordAppendix{Ap\^endice}
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dconstraints.md158 (define_constraint "Ap"
H A Dm68k.md1016 [(set (match_operand:SI 0 "nonimmediate_operand" "=g,d, d, d, d, d, a,Ap, a, r<Q>,g, U")
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dconstraints.md158 (define_constraint "Ap"
H A Dm68k.md1016 [(set (match_operand:SI 0 "nonimmediate_operand" "=g,d, d, d, d, d, a,Ap, a, r<Q>,g, U")
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp892 til::SExpr *Ap = new (Arena) til::Apply(Dr, Sf); in handleDestructorCall() local
893 til::SExpr *E = new (Arena) til::Call(Ap); in handleDestructorCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td1301 (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-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-9899403 (Ap): remove lptr.
1100 (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-9899403 (Ap): remove lptr.
1100 (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
H A Di386-dis.c433 #define Ap { OP_DIR, 0 } macro
4150 { "{l|}call{P|}", { Ap }, 0 },
4206 { "{l|}jmp{P|}", { Ap }, 0 },
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-9899403 (Ap): remove lptr.
1100 (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
H A Di386-dis.c513 #define Ap { OP_DIR, 0 } macro
4253 { "{l|}call{P|}", { Ap }, 0 },
4309 { "{l|}jmp{P|}", { Ap }, 0 },
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-9899403 (Ap): remove lptr.
1100 (OP_DIR): Print `$' before Ap operands of ljmp, lcall.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/
H A Dca.po8292 msgstr "Posició Seg Tipus Apèndix Pos Sim Seg\n"
/netbsd-src/external/gpl3/binutils/dist/binutils/po/
H A Dca.po8292 msgstr "Posició Seg Tipus Apèndix Pos Sim Seg\n"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmd.texi2908 @item Ap
H A Dgccint.info23483 'Ap'
/netbsd-src/share/terminfo/
H A Dterminfo13766 ind=\n, invis=^V^A\0, rep=\031%p1%c%p2%c, rev=^V^Ap,
13771 sgr0=^V^A^G, smacs@, smso=^V^Ap, smul=^V^A^A,
24128 # :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20076851 * config/m68k/constraints.md (Cs, Ci, C0, Cj, CQ, CW, CZ, CS, Ap, Ac):
6855 CW, CZ, CS, Ap and Ac.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmd.texi2942 @item Ap
H A Dgccint.info24546 'Ap'
H A Dgcc.info43829 'Ap'

12