Home | History | Annotate | Download | only in src

Lines Matching defs:cfd

201      * @param [in]     cfd     The required confidence in the solution.
221 double cfd, /* Works: 0.995 */
258 double cfd;
350 double cfd, /* Works: 0.995 */
508 * @param [in] cfd The required confidence in the solution.
529 double cfd, /* Works: 0.995 */
535 return p->rhoHest(src, dst, inl, N, maxD, maxI, rConvg, cfd, minInl, beta,
696 * @param [in] cfd The required confidence in the solution.
716 double cfd, /* Works: 0.995 */
734 arg.cfd = cfd;
932 if(arg.cfd < 0 || arg.cfd > 1){
933 /* Argument cfd is insane, must be in [0, 1]. */
1646 * ctrl.phNumInl, arg.cfd, arg.maxI
1673 arg.maxI = sacCalcIterBound(arg.cfd,
1683 * Reads (direct): arg.maxI, arg.cfd, best.numInl, arg.N
1690 arg.maxI = sacCalcIterBound(arg.cfd,