Home
last modified time | relevance | path

Searched refs:th_data (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/testcases/misc/math/float/
H A Dthread_code.c117 static void check_error(TH_DATA * th_data, double e, double r, int index) in check_error() argument
132 if (abs(pe - px) < th_data->th_func.precision || in check_error()
133 abs(pr - px) < th_data->th_func.precision) { in check_error()
135 ++th_data->th_nerror; in check_error()
137 if (th_data->th_result == 0) { in check_error()
138 sprintf(th_data->detail_data, in check_error()
140 th_data->th_func.fident, in check_error()
142 th_data->th_result = 1; in check_error()
154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal() argument
161 r = (*(th_data in compute_normal()
168 compute_atan2_hypot(TH_DATA * th_data, double *din, double *dex, int index) compute_atan2_hypot() argument
181 compute_modf(TH_DATA * th_data, double *din, double *dex, double *dex2, int index) compute_modf() argument
210 compute_fmod_pow(TH_DATA * th_data, double *din, double *dex, double *dex2, int index) compute_fmod_pow() argument
224 compute_frexp_lgamma(TH_DATA * th_data, double *din, double *dex, int *dex2, int index) compute_frexp_lgamma() argument
256 compute_ldexp(TH_DATA * th_data, double *din, double *dex, int *din2, int index) compute_ldexp() argument
279 TH_DATA *th_data = (TH_DATA *) arg; thread_code() local
[all...]
/third_party/curl/tests/server/
H A Dtftp.h47 char th_data[1]; /* data or error string */ member
52 #define th_msg th_data
H A Dtftpd.c379 b->counter = read(fileno(file), dp->th_data, SEGSIZE); */ in read_ahead()
381 memcpy(dp->th_data, test->rptr, copy_n); in read_ahead()
390 p = dp->th_data; in read_ahead()
415 b->counter = (int)(p - dp->th_data); in read_ahead()
471 writebuf = dp->th_data; in write_behind()
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dtftp.h16 char th_data[1]; member
21 #define th_msg th_data
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dtftp.h16 char th_data[1]; member
21 #define th_msg th_data
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dtftp.h16 char th_data[1]; member
21 #define th_msg th_data
/third_party/musl/include/arpa/
H A Dtftp.h16 char th_data[1]; member
21 #define th_msg th_data

Completed in 3 milliseconds