Searched defs:p_max (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dtest_util.cc78 double p_max = 0; local
84 if (std::abs(p[i]) > p_max) {
85 p_max = std::abs(p[i]);
97 CHECK_NE(p_max, 0.0);
/external/openssl/crypto/x509v3/
H A Dv3_addr.c1137 unsigned char p_min[ADDR_RAW_BUF_LEN], p_max[ADDR_RAW_BUF_LEN]; local
1155 p_min, p_max, length))
1157 if (memcmp(p_max, c_max, length) < 0)
H A Dv3_asid.c688 ASN1_INTEGER *p_min, *p_max, *c_min, *c_max; local
702 extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, &p_max);
703 if (ASN1_INTEGER_cmp(p_max, c_max) < 0)
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_ncif.c1481 BT_HDR *p_max = NULL; local
1506 p_max = (BT_HDR *)GKI_getpoolbuf (GKI_MAX_BUF_SIZE_POOL_ID);
1507 if (p_max)
1510 memcpy(p_max, p_last, BT_HDR_SIZE);
1511 pd = (UINT8 *)(p_max + 1) + p_max->offset;
1518 GKI_enqueue (&p_cb->rx_q, p_max);
1519 p_last = p_max;
1522 if (p_max == NULL)
/external/opencv/cv/src/
H A Dcvshapedescr.cpp564 int p_max = 2, p_ind; local
592 p_are1 = (double *) cvAlloc( p_max * sizeof( double ));
641 if( p_ind >= p_max )
642 icvMemCopy( &p_are1, &p_are2, &p_are, &p_max );
672 if( p_ind >= p_max )
673 icvMemCopy( &p_are1, &p_are2, &p_are, &p_max );
703 if( p_ind >= p_max )
704 icvMemCopy( &p_are1, &p_are2, &p_are, &p_max );

Completed in 763 milliseconds