Searched refs:less_than_zero (Results 1 – 2 of 2) sorted by relevance
385 inline bool less_than_zero(T num, T value) { in less_than_zero() function390 inline bool less_than_zero(unsigned num) { in less_than_zero() function397 less_than_zero(num, num); in test11()398 less_than_zero<int>(num); in test11()399 less_than_zero<long>(num); in test11()400 less_than_zero<short>(num); in test11()
387 inline bool less_than_zero(T num, T value) { in less_than_zero() function392 inline bool less_than_zero(unsigned num) { in less_than_zero() function399 less_than_zero(num, num); in test11()400 less_than_zero<int>(num); in test11()401 less_than_zero<long>(num); in test11()402 less_than_zero<short>(num); in test11()