weight_f          251 pengine/native.c         float weight_f = 0;
weight_f          259 pengine/native.c         weight_f = factor * score;
weight_f          262 pengine/native.c         weight = (int)(weight_f < 0 ? weight_f - 0.5 : weight_f + 0.5);