Searched refs:pi (Results 176 - 200 of 309) sorted by relevance

1234567891011>>

/external/libunwind/include/
H A Dlibunwind-dynamic.h142 unw_dyn_proc_info_t pi; member in union:unw_dyn_info::__anon24662
H A Ddwarf_i.h348 const unw_proc_info_t *pi,
452 val += pi->gp;
456 val += pi->start_ip;
346 dwarf_read_encoded_pointer_inlined(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/libunwind/tests/
H A Dtest-proc-info.c99 unw_proc_info_t *pi UNUSED,
H A Dia64-test-dyn1.c78 di->u.pi.name_ptr = (unw_word_t) name;
79 di->u.pi.regions = region;
/external/libvpx/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm170 paddw xmm5, xmm1 ; ip1 * sin(pi/8) * sqrt(2)
175 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
239 paddw xmm5, xmm1 ; ip1 * sin(pi/8) * sqrt(2)
244 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
507 paddw xmm5, xmm1 ; ip1 * sin(pi/8) * sqrt(2)
512 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
576 paddw xmm5, xmm1 ; ip1 * sin(pi/8) * sqrt(2)
581 paddw xmm7, xmm3 ; ip3 * cos(pi/8) * sqrt(2)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dunwind.c37 unw_proc_info_t *pi,
280 find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, argument
306 return dwarf_search_unwind_table(as, ip, &di, pi,
462 unw_proc_info_t *pi __maybe_unused,
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c548 PROCESS_INFORMATION pi; local
555 if (CreateProcessW(NULL, cmdLine, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi) == 0)
559 CloseHandle(pi.hThread);
560 hProcess = pi.hProcess;
/external/netperf/
H A Dnetserver.c660 PROCESS_INFORMATION pi; local
695 &pi);
705 CloseHandle(pi.hThread);
706 CloseHandle(pi.hProcess);
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Dt012lexerXML.g63 | pi=PI
/external/chromium_org/third_party/polymer/components-chromium/core-list/
H A Dcore-list-extracted.js260 var vi = model._virtualIndex, pi = model._physicalIndex;
261 var data = this.data[vi], item = this._physicalItems[pi];
/external/libunwind/src/ia64/
H A Dunwind_i.h152 tdep_find_proc_info(unw_local_addr_space, (ip), &(c)->pi, (n), \
154 # define ia64_put_unwind_info(c, pi) do { ; } while (0)
256 (*(c)->as->acc.find_proc_info)((c)->as, (ip), &(c)->pi, (n), \
258 # define ia64_put_unwind_info(c,pi) \
259 (*(c)->as->acc.put_unwind_info)((c)->as, (pi), (c)->as_arg)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c107 int pi; local
123 for(pi = 0; pi < paramList->NumParameters; pi++) {
124 switch(paramList->Parameters[pi].Type) {
127 //fprintf(stderr, "%s", vp->Parameters->Parameters[pi].Name);
129 *fcmd++ = paramList->ParameterValues[pi][0].f;
130 *fcmd++ = paramList->ParameterValues[pi][1].f;
131 *fcmd++ = paramList->ParameterValues[pi][2].f;
132 *fcmd++ = paramList->ParameterValues[pi][
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c107 int pi; local
123 for(pi = 0; pi < paramList->NumParameters; pi++) {
124 switch(paramList->Parameters[pi].Type) {
127 //fprintf(stderr, "%s", vp->Parameters->Parameters[pi].Name);
129 *fcmd++ = paramList->ParameterValues[pi][0].f;
130 *fcmd++ = paramList->ParameterValues[pi][1].f;
131 *fcmd++ = paramList->ParameterValues[pi][2].f;
132 *fcmd++ = paramList->ParameterValues[pi][
[all...]
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py253 from math import sqrt, acos, cos, pi namespace
311 x1 = rQ2*cos((theta+2.0*pi)/3.0) - a1/3.0
312 x2 = rQ2*cos((theta+4.0*pi)/3.0) - a1/3.0
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py253 from math import sqrt, acos, cos, pi namespace
311 x1 = rQ2*cos((theta+2.0*pi)/3.0) - a1/3.0
312 x2 = rQ2*cos((theta+4.0*pi)/3.0) - a1/3.0
/external/chromium_org/base/third_party/icu/
H A Dicu_utf.h173 UChar32 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict);
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc317 PngReadStructDestroyer(png_struct** ps, png_info** pi) : ps_(ps), pi_(pi) { argument
337 void SetInfoStruct(png_info** pi) { argument
338 pi_ = pi;
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1364 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(),
1365 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) {
1366 const ParmVarDecl *pd = *pi;
1417 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(),
1418 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) {
1419 const ParmVarDecl *pd = *pi;
1493 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(),
1494 pe = MethodDecl->param_end(); pi !
[all...]
/external/clang/test/SemaCXX/
H A Dcstyle-cast.cpp36 int *pi = (int*)(ar); local
/external/libcxx/test/numerics/complex.number/complex.transcendentals/
H A Dcosh.pass.cpp38 const double pi = std::atan2(+0., -0.); local
H A Dtanh.pass.cpp38 const double pi = std::atan2(+0., -0.); local
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp385 for (MachineBasicBlock::const_pred_iterator pi = MBB->pred_begin(),
386 pe = MBB->pred_end(); pi != pe; ++pi) {
387 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc378 const double pi = 3.1415926535897932384626433; local
380 double theta = i * 2. * pi/ static_cast< double >(N);
/external/chromium_org/third_party/icu/source/common/
H A Dusc_impl.c308 int32_t pi = pairIndex & ~1; local
310 while (STACK_IS_NOT_EMPTY(scriptRun) && TOP(scriptRun).pairIndex != pi) {
/external/eigen/unsupported/test/
H A DFFTW.cpp33 long double pi = acos((long double)-1 ); local
36 long double phinc = -2.*k0* pi / timebuf.size();

Completed in 1268 milliseconds

1234567891011>>