Home | History | Annotate | Download | only in src

Lines Matching defs:threshold

1029     double threshold = 0;
1039 threshold += w[i];
1040 threshold *= 2*DBL_EPSILON;
1047 if( wi > threshold )
1123 float threshold = 0.f;
1133 threshold += w[i];
1134 threshold *= 2*FLT_EPSILON;
1141 if( wi > threshold )