Home | History | Annotate | Download | only in src

Lines Matching full:gc_thres

406   FIXP_DBL fac, L_tmp, gc_thres;
408 gc_thres = *p_gc_threshold;
411 if (L_tmp < gc_thres) {
414 if (L_tmp > gc_thres) {
415 L_tmp = gc_thres;
420 if (L_tmp < gc_thres) {
421 L_tmp = gc_thres;