Searched refs:labs (Results 1 – 10 of 10) sorted by relevance
33 if (labs(tst.tv_sec - now.tv_sec) > 5) in main() 55 if (labs(tst.tv_sec - now.tv_sec) > 5) in main() 75 if (labs(tst.tv_sec - now.tv_sec - OFFSET) > 5) in main()
35 if (labs(tst.tv_sec - now->tv_sec) > 5) { in tcheck() 67 if (labs(tst.tv_sec - now->tv_sec) > 5) in check()
27 return labs(a - b) <= (a + b) / 100 * err;36 long diff = labs(a - b); in values_close_report()
196 if (labs(sum - current) < MAX_VMSTAT_ERROR) { in test_kmem_memcg_deletion() 383 if (current > 0 && percpu > 0 && labs(current - percpu) < in test_percpu_basic()
27 a couple of papers by S. Gal from IBM's research labs in Haifa, Israel that
42 long labs(long j) in labs() function
38 errno = labs(__ret__); \
274 http://plan9.bell-labs.com/plan9
1048 addend >= 0 ? "+" : "-", labs(addend), \