Searched refs:less_than_max (Results 1 – 2 of 2) sorted by relevance
365 bool less_than_max(short num, T value) { in less_than_max() function371 bool less_than_max(short num) { in less_than_max() function378 less_than_max(num, x); in test10()379 less_than_max<int>(num); in test10()380 less_than_max<long>(num); in test10()381 less_than_max<short>(num); in test10()
367 bool less_than_max(short num, T value) { in less_than_max() function373 bool less_than_max(short num) { in less_than_max() function380 less_than_max(num, x); in test10()381 less_than_max<int>(num); in test10()382 less_than_max<long>(num); in test10()383 less_than_max<short>(num); in test10()