value_to_trans 694 src/search_full.cpp trans_min_value = (best_value > old_alpha) ? value_to_trans(best_value,height) : -ValueInf; value_to_trans 695 src/search_full.cpp trans_max_value = (best_value < beta) ? value_to_trans(best_value,height) : +ValueInf; value_to_trans 45 src/value.h extern int value_to_trans (int value, int height);