Searched refs:pi (Results 1 - 25 of 309) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Dyaffs_qsort.c38 register TYPE *pi = (TYPE *) (parmi); \
41 register TYPE t = *pi; \
42 *pi++ = *pj; \
/external/zlib/src/contrib/minizip/
H A Dunzip.c210 int *pi));
212 local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, int *pi) argument
218 *pi = (int)c;
H A Dzip.c347 local int zip64local_getByte OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, int *pi));
349 local int zip64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def,voidpf filestream,int* pi) argument
355 *pi = (int)c;
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part2.c1249 unsigned int * pi = (unsigned int *)&vec_inA; local
1250 memcpy(pi + 1, &viargs[i], sizeof(unsigned int));
1251 printf(" %08x ==> ", *(pi + 1));
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part2.c1249 unsigned int * pi = (unsigned int *)&vec_inA; local
1250 memcpy(pi + 1, &viargs[i], sizeof(unsigned int));
1251 printf(" %08x ==> ", *(pi + 1));
/external/valgrind/main/perf/
H A Dfbench.c357 static double pi = pic, variable
408 if (x > pi) {
409 x -= pi;
414 x = pi - x;
487 range -pi/2 to pi/2 */
527 range -pi to pi */
/external/webp/src/dsp/
H A Ddec_sse2.c32 // K1 = sqrt(2) * cos (pi/8) ~= 85627 / 2^16
33 // K2 = sqrt(2) * sin (pi/8) ~= 35468 / 2^16
372 // Pixels 'pi' and 'qi' are int8_t on input, uint8_t on output (sign flip).
373 static WEBP_INLINE void Update2Pixels(__m128i* const pi, __m128i* const qi, argument
380 *pi = _mm_adds_epi8(*pi, delta);
382 FLIP_SIGN_BIT2(*pi, *qi);
/external/valgrind/main/VEX/priv/
H A Dir_opt.c4180 /* Assuming pi is a PutI stmt, is s2 identical to it (in the sense
4184 static Bool identicalPutIs ( IRStmt* pi, IRStmt* s2 ) argument
4186 vassert(pi->tag == Ist_PutI);
4190 IRPutI *p1 = pi->Ist.PutI.details;
4203 /* Assuming pi is a PutI stmt, is s2 a Get/GetI/Put/PutI which might
4209 IRTypeEnv* tyenv, IRStmt* pi, IRStmt* s2
4215 vassert(pi->tag == Ist_PutI);
4217 IRPutI *p1 = pi->Ist.PutI.details;
4208 guestAccessWhichMightOverlapPutI( IRTypeEnv* tyenv, IRStmt* pi, IRStmt* s2 ) argument
/external/valgrind/main/VEX/test/
H A Dtest-amd64.c660 TEST(pi);
H A Dtest-i386.c622 TEST(pi);
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp5224 union pi_pv_union { int* pi; void* pv; } POSIX_MEMALIGN; member in union:test110::pi_pv_union
5242 (*(POSIX_MEMALIGN.pi))++;
5284 FAST_MODE_INIT(POSIX_MEMALIGN.pi);
5285 ANNOTATE_EXPECT_RACE(POSIX_MEMALIGN.pi, "real race on a posix_memalign-ed object");
/external/valgrind/main/gdbserver_tests/
H A Dt.c17 static double pi = 3.14159265358979323846264338327950288; variable
38 double pi2 __attribute__((unused)) = 2.0 * pi;
/external/valgrind/main/memcheck/tests/amd64/
H A Dmore_x87_fp.c140 TEST(pi);
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.c361 static double pi = pic, variable
412 if (x > pi) {
413 x -= pi;
418 x = pi - x;
491 range -pi/2 to pi/2 */
531 range -pi to pi */
/external/valgrind/main/memcheck/tests/x86/
H A Dmore_x86_fp.c130 TEST(pi);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar_supp.c7 // uninitialised, but we know pi[0] is 0x0
8 int* pi = malloc(sizeof(int)); local
18 syscall(pi[0]+__NR_write, pi[0], pc[0], pi[0]+1);
/external/tremolo/Tremolo/
H A Dasm_arm.h153 ogg_uint32_t qi=*qip,pi=*pip; local
168 "umull %1,r3,r1,%1;" //pi*=labs(ilsp[j+1]-wi)
192 "umull %1,r3,r0,%1;\n" //pi*=labs(ilsp[j+1]-wi)
202 //qi=(pi>>shift)*labs(ilsp[j]-wi);
203 //pi=(qi>>shift)*labs(ilsp[j+1]-wi);
230 : "+r"(qi),"+r"(pi),"+r"(qexp)
235 *pip=pi;
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/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java603 h.pi(theOutputBuffer, 0, theSize);
613 h.pi(theOutputBuffer, 0, theSize);
H A DPYXScanner.java77 h.pi(buff, 1, size - 1);
H A DPYXWriter.java128 public void pi(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
H A DScanHandler.java88 public void pi(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
/external/tagsoup/templates/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java382 h.pi(theOutputBuffer, 0, theSize);
392 h.pi(theOutputBuffer, 0, theSize);
/external/tcpdump/
H A Daddrtoname.c444 /* Find the hash node that corresponds the protoid 'pi'. */
447 lookup_protoid(const u_char *pi) argument
453 i = (((pi[0] << 8) + pi[1]) << 8) + pi[2];
454 j = (pi[3] << 8) + pi[4];
608 protoid_string(register const u_char *pi) argument
615 tp = lookup_protoid(pi);
620 if ((j = *pi >>
[all...]
/external/speex/libspeex/
H A Dkiss_fft.c490 const double pi=3.14159265358979323846264338327; local
491 double phase = ( -2*pi /nfft ) * i;

Completed in 364 milliseconds

1234567891011>>