Searched refs:p1 (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/string/ |
D | memcmp.c | 32 const unsigned char* p1 = s1; in memcmp() local 33 const unsigned char* end1 = p1 + n; in memcmp() 38 if (d || p1 >= end1) break; in memcmp() 39 d = (int)*p1++ - (int)*p2++; in memcmp() 41 if (d || p1 >= end1) break; in memcmp() 42 d = (int)*p1++ - (int)*p2++; in memcmp() 44 if (d || p1 >= end1) break; in memcmp() 45 d = (int)*p1++ - (int)*p2++; in memcmp() 47 if (d || p1 >= end1) break; in memcmp() 48 d = (int)*p1++ - (int)*p2++; in memcmp()
|
/bionic/libm/bsdsrc/ |
D | b_exp.c | 79 const static double p1 = 0x1.555555555553ep-3; variable 114 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5)))); 158 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
|
/bionic/libm/src/ |
D | e_lgammaf_r.c | 141 float t,y,z,nadj,p,p1,p2,p3,q,r,w; in __ieee754_lgammaf_r() local 185 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10)))); in __ieee754_lgammaf_r() 187 p = y*p1+p2; in __ieee754_lgammaf_r() 192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */ in __ieee754_lgammaf_r() 195 p = z*p1-(tt-w*(p2+y*p3)); in __ieee754_lgammaf_r() 198 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5))))); in __ieee754_lgammaf_r() 200 r += (-(float)0.5*y + p1/p2); in __ieee754_lgammaf_r()
|
D | e_lgamma_r.c | 207 double t,y,z,nadj,p,p1,p2,p3,q,r,w; in __ieee754_lgamma_r() local 251 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10)))); in __ieee754_lgamma_r() 253 p = y*p1+p2; in __ieee754_lgamma_r() 258 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */ in __ieee754_lgamma_r() 261 p = z*p1-(tt-w*(p2+y*p3)); in __ieee754_lgamma_r() 264 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5))))); in __ieee754_lgamma_r() 266 r += (-0.5*y + p1/p2); in __ieee754_lgamma_r()
|
/bionic/libc/netbsd/resolv/ |
D | res_cache.c | 856 const uint8_t* p1 = pack1->cursor; in _dnsPacket_isEqualDomainName() local 864 if (p1 >= end1 || p2 >= end2) { in _dnsPacket_isEqualDomainName() 868 c1 = *p1++; in _dnsPacket_isEqualDomainName() 874 pack1->cursor = p1; in _dnsPacket_isEqualDomainName() 882 if ((p1+c1 > end1) || (p2+c1 > end2)) { in _dnsPacket_isEqualDomainName() 887 if (memcmp(p1, p2, c1) != 0) in _dnsPacket_isEqualDomainName() 889 p1 += c1; in _dnsPacket_isEqualDomainName() 901 const uint8_t* p1 = pack1->cursor; in _dnsPacket_isEqualBytes() local 904 if ( p1 + numBytes > pack1->end || p2 + numBytes > pack2->end ) in _dnsPacket_isEqualBytes() 907 if ( memcmp(p1, p2, numBytes) != 0 ) in _dnsPacket_isEqualBytes()
|
/bionic/libc/kernel/common/linux/ |
D | videodev.h | 213 int p1; member
|
D | soundcard.h | 779 …p1, p2, w14) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = EV_CHN_COMMON; _seqbuf[_seqbufptr+1] = (d… argument
|