HomeSort by: relevance | last modified time | path
    Searched refs:psup (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
tests.c 1010 * x = inv(y) in precision px = py + psup (rounded to nearest).
1025 mpfr_prec_t pymin, mpfr_prec_t pymax, mpfr_prec_t psup,
1055 px = py + psup;
1114 /* This may occur when psup is not large enough: evaluating
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 3074 psup = BER_BVNULL, nsup = BER_BVNULL; local
3298 REWRITE_DN( si, sup, bv2, psup, nsup );
3301 op->orr_newSup = &psup;
3306 dnParent( &op->o_req_dn, &psup );
3311 build_new_dn( &op->orr_newDN, &psup, &op->orr_newrdn, op->o_tmpmemctx );
3314 BER_BVZERO( &psup );
3369 if ( !BER_BVISNULL( &psup ) ) {
3370 ch_free( psup.bv_val );

Completed in 19 milliseconds