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

1234567891011>>

/external/ltp/testcases/realtime/
H A DREADME62 test_name = only test_name subdir will be run (e.g: func/pi-tests) "
H A Drun.sh51 (e.g: func/pi-tests)
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp184 for (MCFunction::iterator pi = f.begin(), pe = f.end(); pi != pe;
185 ++pi)
186 if (pi->second.contains(i->first)) {
531 for (MCFunction::iterator pi = f.begin(), pe = f.end(); pi != pe;
532 ++pi)
533 if (pi->second.contains(fi->first)) {
/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)
H A DGresume.c65 /* ensure c->pi is up-to-date: */
125 sc->sc_gr[1] = c->pi.gp;
145 extra.r1 = c->pi.gp;
/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/caliper/caliper/src/main/java/com/google/caliper/options/
H A DCommandLineParser.java173 for (PendingInjection pi : pendingInjections) {
174 pi.injectableOption.inject(pi.value, injectee);
/external/eigen/test/
H A Dsparse_permutations.cpp75 VectorI pi; local
76 randomPermutationVector(pi, cols);
77 p.indices() = pi;
/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/libunwind/include/
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/clang/lib/ARCMigrate/
H A DObjCMT.cpp1493 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(),
1494 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) {
1495 const ParmVarDecl *pd = *pi;
1545 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(),
1546 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) {
1547 const ParmVarDecl *pd = *pi;
1619 for (ObjCMethodDecl::param_const_iterator pi = MethodDecl->param_begin(),
1620 pe = MethodDecl->param_end(); pi !
[all...]
/external/clang/test/SemaCXX/
H A Dcstyle-cast.cpp36 int *pi = (int*)(ar); local
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h370 // pi[k] == offset to the description of row indices
371 StorageIndex *pi = static_cast<StorageIndex*>(m_cholmodFactor->pi); local
379 StorageIndex nrows = pi[k + 1] - pi[k];
/external/libchrome/base/third_party/icu/
H A Dicu_utf.h173 int32_t* pi,
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp396 for (MachineBasicBlock::const_pred_iterator pi = MBB->pred_begin(),
397 pe = MBB->pred_end(); pi != pe; ++pi) {
398 LiveOutMap::const_iterator fi = LiveOuts.find(*pi);
/external/netperf/src/
H A Dnetserver.c1059 PROCESS_INFORMATION pi;
1126 &pi);
1137 CloseHandle(pi.hThread);
1138 CloseHandle(pi.hProcess);
/external/vulkan-validation-layers/libs/glm/detail/
H A Dsetup.hpp621 inline __m128i _mm_castps_si128(__m128 PS) { union { __m128 ps; __m128i pi; } c; c.ps = PS; return c.pi; } member in union:__anon24093
622 inline __m128 _mm_castsi128_ps(__m128i PI) { union { __m128 ps; __m128i pi; } c; c.pi = PI; return c.ps; } member in union:__anon24094
/external/eigen/unsupported/test/
H A DFFTW.cpp33 long double pi = acos((long double)-1 ); local
36 long double phinc = (long double)(-2.)*k0* pi / timebuf.size();
/external/swiftshader/third_party/LLVM/tools/llvm-prof/
H A Dllvm-prof.cpp80 ProfileAnnotator(ProfileInfo &pi) : PI(pi) {} argument
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java382 h.pi(theOutputBuffer, 0, theSize);
392 h.pi(theOutputBuffer, 0, theSize);
/external/v8/src/base/
H A Dieee754.cc170 * return the remainder of x rem pi/2 in y[0]+y[1]
175 * Table of constants for 2/pi, 396 Hex digits (476 decimal) of 2/pi
200 * invpio2: 53 bits of 2/pi
201 * pio2_1: first 33 bit of pi/2
202 * pio2_1t: pi/2 - pio2_1
203 * pio2_2: second 33 bit of pi/2
204 * pio2_2t: pi/2 - (pio2_1+pio2_2)
205 * pio2_3: third 33 bit of pi/2
206 * pio2_3t: pi/
920 pi = 3.14159265358979311600e+00, /* 0x400921FB, 0x54442D18 */ local
1288 pi = 3.1415926535897931160E+00; /* 0x400921FB, 0x54442D18 */ local
[all...]
/external/pdfium/third_party/libopenjpeg20/
H A Dt2.c64 @param pi Packet identity
74 opj_pi_iterator_t *pi,
85 @param pi Packet identity
96 opj_pi_iterator_t *pi,
485 /* don't forget to release pi */
563 opj_pi_iterator_t *pi,
572 OPJ_UINT32 compno = pi->compno; /* component value */
573 OPJ_UINT32 resno = pi->resno; /* resolution level value */
574 OPJ_UINT32 precno = pi->precno; /* precinct value */
575 OPJ_UINT32 layno = pi
560 opj_t2_encode_packet( OPJ_UINT32 tileno, opj_tcd_tile_t * tile, opj_tcp_t * tcp, opj_pi_iterator_t *pi, OPJ_BYTE *dest, OPJ_UINT32 * p_data_written, OPJ_UINT32 length, opj_codestream_info_t *cstr_info) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1066 for (unsigned pi = 0, pe = FuncInfo->PHINodesToUpdate.size();
1067 pi != pe; ++pi) {
1068 MachineInstr *PHI = FuncInfo->PHINodesToUpdate[pi].first;
1076 CreateReg(FuncInfo->PHINodesToUpdate[pi].second,
1080 CreateReg(FuncInfo->PHINodesToUpdate[pi].second,
1091 CreateReg(FuncInfo->PHINodesToUpdate[pi].second,
1127 for (unsigned pi = 0, pe = FuncInfo->PHINodesToUpdate.size();
1128 pi != pe; ++pi) {
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c752 PARTITION_INFORMATION pi; local
767 RtlZeroMemory(&pi, sizeof(PARTITION_INFORMATION));
771 &pi, sizeof(PARTITION_INFORMATION),
772 &pi, sizeof(PARTITION_INFORMATION));
777 *FsSize = pi.PartitionLength.QuadPart;

Completed in 785 milliseconds

1234567891011>>