H A D | math_func_test.c | 104 int testValues[] = {-3, 0, 3}; variable 108 ret = abs(testValues[i]); 109 LOG("\n [POSIXTEST][abs]abs(%d) = %d, expected is %d", testValues[i], ret, expected[i]); 123 int testValues[] = {-2147483648, -2147483647, 2147483647}; variable 127 ret = abs(testValues[i]); 128 LOG("\n [POSIXTEST][abs]abs(%d) = %d, expected is %d", testValues[i], ret, expected[i]); 142 double testValues[] = { 0.5, 5.5, 1}; variable 145 PRINT_EMG("GZHTESTLOG PRINT_EMG: %lf, %lf, %lf", testValues[0], testValues[1], testValues[ 164 double testValues[] = { 0, -INFINITY, -2.0, NAN}; global() variable 187 double testValues[] = { 4, 3, 10 }; global() variable 207 double testValues[] = { 0, INFINITY, -2.0, -INFINITY, NAN }; global() variable 225 double testValues[][TEST_EXPECTED + 1] = { global() variable 252 double testValues[][TEST_EXPECTED + 1] = { global() variable 286 double testValues[][TEST_EXPECTED + 1] = { global() variable 312 double testValues[] = { -0.5, 2.5, -3.812345679812345, -0.125, 0.125}; global() variable 333 double testValues[] = { NAN, -INFINITY, INFINITY, 0}; global() variable [all...] |