Home
last modified time | relevance | path

Searched refs:th_result (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/misc/math/float/
Dthread_code.c137 if (th_data->th_result == 0) { in check_error()
142 th_data->th_result = 1; in check_error()
196 if (th_data->th_result == 0) { in compute_modf()
201 th_data->th_result = 1; in compute_modf()
241 if (th_data->th_result == 0) { in compute_frexp_lgamma()
246 th_data->th_result = 1; in compute_frexp_lgamma()
290 th_data->th_result = 1; in thread_code()
300 th_data->th_result = 1; in thread_code()
320 th_data->th_result = 1; in thread_code()
352 th_data->th_result = 1; in thread_code()
[all …]
Dtfloat.h98 int th_result; member
Dmain.c286 if (pcom->th_result != 0) { in main()