Searched refs:pi (Results 26 - 50 of 307) sorted by relevance

1234567891011>>

/external/libunwind/src/mi/
H A DGget_proc_info_by_ip.c30 unw_proc_info_t *pi, void *as_arg)
35 ret = unwi_find_dynamic_proc_info (as, ip, pi, 0, as_arg);
37 ret = (*a->find_proc_info) (as, ip, pi, 0, as_arg);
29 unw_get_proc_info_by_ip(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, void *as_arg) argument
H A DGfind_dynamic_proc_info.c31 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, argument
40 local_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, argument
55 return unwi_extract_dynamic_proc_info (as, ip, pi, di, need_unwind_info,
65 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, argument
74 remote_find_proc_info (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, argument
77 return unwi_dyn_remote_find_proc_info (as, ip, pi, need_unwind_info, arg);
84 unw_proc_info_t *pi, int need_unwind_info,
88 return local_find_proc_info (as, ip, pi, need_unwind_info, arg);
90 return remote_find_proc_info (as, ip, pi, need_unwind_info, arg);
83 unwi_find_dynamic_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
H A DGget_proc_name.c53 unw_proc_info_t pi; local
58 ret = unwi_find_dynamic_proc_info (as, ip, &pi, 1, arg);
61 unw_dyn_info_t *di = pi.unwind_info;
64 *offp = ip - pi.start_ip;
69 ret = intern_string (as, a, di->u.pi.name_ptr, buf, buf_len, arg);
83 unwi_put_dynamic_unwind_info (as, &pi, arg);
/external/libunwind/src/mips/
H A DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
39 *pi = c->dwarf.pi;
/external/libunwind/src/sh/
H A DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
37 *pi = c->dwarf.pi;
/external/pdfium/third_party/libopenjpeg20/
H A Dpi.c50 @param pi packet iterator to modify
51 @return returns false if pi pointed to the last packet or else returns true
53 static OPJ_BOOL opj_pi_next_lrcp(opj_pi_iterator_t * pi);
56 @param pi packet iterator to modify
57 @return returns false if pi pointed to the last packet or else returns true
59 static OPJ_BOOL opj_pi_next_rlcp(opj_pi_iterator_t * pi);
62 @param pi packet iterator to modify
63 @return returns false if pi pointed to the last packet or else returns true
65 static OPJ_BOOL opj_pi_next_rpcl(opj_pi_iterator_t * pi);
68 @param pi packe
234 opj_pi_next_lrcp(opj_pi_iterator_t * pi) argument
274 opj_pi_next_rlcp(opj_pi_iterator_t * pi) argument
313 opj_pi_next_rpcl(opj_pi_iterator_t * pi) argument
399 opj_pi_next_pcrl(opj_pi_iterator_t * pi) argument
483 opj_pi_next_cprl(opj_pi_iterator_t * pi) argument
1555 opj_pi_create_encode( opj_pi_iterator_t *pi, opj_cp_t *cp, OPJ_UINT32 tileno, OPJ_UINT32 pino, OPJ_UINT32 tpnum, OPJ_INT32 tppos, J2K_T2_MODE t2_mode) argument
1876 opj_pi_next(opj_pi_iterator_t * pi) argument
[all...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
H A DProbeInserterTest.java60 ProbeInserter pi = new ProbeInserter(Opcodes.ACC_STATIC, "()V",
62 pi.insertProbe(0);
72 ProbeInserter pi = new ProbeInserter(0, "()V", actualVisitor,
74 pi.insertProbe(0);
84 ProbeInserter pi = new ProbeInserter(0, "(IZLjava/lang/Object;)V",
86 pi.insertProbe(0);
96 ProbeInserter pi = new ProbeInserter(0, "(JD)V", actualVisitor,
98 pi.insertProbe(0);
108 ProbeInserter pi = new ProbeInserter(0, "()V", actualVisitor,
110 pi
[all...]
/external/libcxx/test/std/numerics/complex.number/complex.value.ops/
H A Darg.pass.cpp31 const double pi = std::atan2(+0., -0.); local
46 is_about(r, -pi);
48 is_about(r, pi);
59 is_about(r, -pi/2);
61 is_about(r, pi/2);
68 is_about(r, -pi);
70 is_about(r, pi);
89 is_about(r, 0.75 * pi);
91 is_about(r, -0.75 * pi);
96 is_about(r, 0.25 * pi);
[all...]
/external/eigen/unsupported/doc/examples/
H A DMatrixPower.cpp8 const double pi = std::acos(-1.0); local
14 "The matrix power A^(pi/4) is:\n" << A.pow(pi/4) << std::endl;
/external/libunwind/src/dwarf/
H A DGpe.c34 const unw_proc_info_t *pi,
38 pi, valp, arg);
32 dwarf_read_encoded_pointer(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unsigned char encoding, const unw_proc_info_t *pi, unw_word_t *valp, void *arg) argument
/external/libxml2/python/tests/
H A Dbuild.py11 pi = libxml2.newPI("test", "PI content") variable
12 doc.addChild(pi)
28 pi = comment.next variable
29 if pi.type != "pi" or pi.name != "test" or pi.content != "PI content":
32 root = pi.next
/external/clang/test/CXX/temp/temp.spec/
H A Dcxx1y-variable-template-no-body.cpp7 T pi = T(3.1415926535897932385); // expected-note {{template is declared here}} variable
9 template int pi<int>; variable
12 template float pi<>; // expected-error {{too few template arguments for template 'pi'}} variable
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverVector.h50 for(Index pi=IsLower ? 0 : size;
51 IsLower ? pi<size : pi>0;
52 IsLower ? pi+=PanelWidth : pi-=PanelWidth)
54 Index actualPanelWidth = (std::min)(IsLower ? size - pi : pi, PanelWidth);
56 Index r = IsLower ? pi : size - pi; // remaining size
62 Index startRow = IsLower ? pi
[all...]
/external/eigen/blas/
H A DPackedTriangularSolverVector.h32 for(Index pi=0; pi<size; ++pi)
34 Index i = IsLower ? pi : size-pi-1;
36 if (pi>0)
37 rhs[i] -= (ConjLhsType(LhsMap(lhs+s,pi))
38 .cwiseProduct(Map<const Matrix<RhsScalar,Dynamic,1> >(rhs+(IsLower ? 0 : i+1),pi))).sum();
41 IsLower ? lhs += pi+1 : lhs -= pi
[all...]
/external/clang/test/Parser/
H A Dtypeof.c6 int *pi; local
16 const typeof (*pi) aConstInt;
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_control_c.cc72 PROCESS_INFORMATION pi; local
73 memset(&pi, 0, sizeof(pi));
83 &si, &pi)) {
90 if (WaitForSingleObject(pi.hProcess, INFINITE) == WAIT_FAILED) {
98 if (!GetExitCodeProcess(pi.hProcess, &rc)) {
110 CloseHandle(pi.hProcess);
111 CloseHandle(pi.hThread);
/external/iproute2/tc/
H A Df_rsvp.c46 struct tc_rsvp_gpi *pi = dir ? &pinfo->dpi : &pinfo->spi; local
56 pi->key = htonl(((__u32)tmp)<<16);
57 pi->mask = htonl(0xFFFF0000);
60 pi->key = htonl(((__u32)tmp));
61 pi->mask = htonl(0x0000FFFF);
63 pi->offset = 0;
73 if (pi->mask || argc <= 0)
82 pi->mask = htonl(0xFFFFFFFF);
83 pi->key = htonl(gpi);
84 pi
295 sprint_spi(struct tc_rsvp_gpi *pi, int dir, char *buf) argument
[all...]
/external/clang/test/SemaCXX/
H A Dlibstdcxx_pair_swap_hack.cpp57 PI pi;
60 static_assert(!noexcept(pi.swap(pi)), "");
69 CLASS<int, int> pi;
71 static_assert(!noexcept(pi.swap(pi)), ""); // expected-note {{in instantiation of}}
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pointer.h43 } pi; local
44 pi.p = p;
45 return pi.i;
54 } pi; local
55 pi.i = i;
56 return pi.p;
/external/fdlibm/
H A De_atan2.c20 * ARG (x+iy) = pi - arctan[y/(-x)] ... if x < 0,
27 * ATAN2(+-0, -(anything but NaN)) is +-pi ;
28 * ATAN2(+-(anything but 0 and NaN), 0) is +-pi/2;
30 * ATAN2(+-(anything but INF and NaN), -INF) is +-pi;
31 * ATAN2(+-INF,+INF ) is +-pi/4 ;
32 * ATAN2(+-INF,-INF ) is +-3pi/4;
33 * ATAN2(+-INF, (anything but,0,NaN, and INF)) is +-pi/2;
53 pi = 3.1415926535897931160E+00, /* 0x400921FB, 0x54442D18 */ variable
82 case 2: return pi+tiny;/* ieee_atan(+0,-anything) = pi */
[all...]
/external/clang/test/CXX/special/class.dtor/
H A Dp10-0x.cpp19 void a(const A *x, int i, int *pi) { argument
35 pi->~decltype(int())();
36 pi.~decltype(int())(); // expected-error{{the type of object expression ('int *') does not match the type being destroyed ('decltype(int())' (aka 'int')) in pseudo-destructor expression}}
37 pi.~decltype(intp())();
38 pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
/external/toybox/toys/pending/
H A Dlsof.c45 struct proc_info pi; member in struct:file_info
70 if (fi->pi.pid != TT.last_shown_pid)
71 printf("%d\n", TT.last_shown_pid = fi->pi.pid);
81 fi->pi.cmd, fi->pi.pid, fi->pi.user,
99 snprintf(toybuf, sizeof(toybuf), "/proc/%d/fdinfo/%s", fi->pi.pid, fi->fd);
296 struct file_info *new_file_info(struct proc_info *pi, const char *fd) argument
302 fi->pi = *pi;
312 visit_symlink(struct proc_info *pi, char *name, char *path) argument
336 visit_maps(struct proc_info *pi) argument
370 visit_fds(struct proc_info *pi) argument
393 struct proc_info pi; local
[all...]
/external/tremolo/Tremolo/
H A Dfloor0.c199 ogg_uint32_t pi=46341; /* 2**-.5 in 0.16 */ local
208 lsp_loop_asm(&qi,&pi,&qexp,ilsp,wi,m);
210 pi=((pi*pi)>>16);
215 pi*=(1<<14)-((wi*wi)>>14);
216 qi+=pi>>14;
220 pi*=(1<<14)-wi;
223 qi=(qi+pi)>>14;
234 pi*
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
H A DSimpleVectorialPointChecker.java78 final double pi = p[i];
80 final double difference = FastMath.abs(pi - ci);
81 final double size = FastMath.max(FastMath.abs(pi), FastMath.abs(ci));
H A DSimpleVectorialValueChecker.java78 final double pi = p[i];
80 final double difference = FastMath.abs(pi - ci);
81 final double size = FastMath.max(FastMath.abs(pi), FastMath.abs(ci));

Completed in 666 milliseconds

1234567891011>>