Searched defs:th_data (Results 1 - 3 of 3) sorted by relevance

/external/curl/tests/server/
H A Dtftp.h45 char th_data[1]; /* data or error string */ member in struct:tftphdr
50 #define th_msg th_data
/external/iputils/
H A Dtftp.h59 char th_data[1]; /* data or error string */ member in struct:tftphdr
65 #define th_msg th_data
/external/ltp/testcases/misc/math/float/
H A Dthread_code.c117 static void check_error(TH_DATA * th_data, double e, double r, int index) argument
132 if (abs(pe - px) < th_data->th_func.precision ||
133 abs(pr - px) < th_data->th_func.precision) {
135 ++th_data->th_nerror;
137 if (th_data->th_result == 0) {
138 sprintf(th_data->detail_data,
140 th_data->th_func.fident,
142 th_data->th_result = 1;
154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, argument
161 r = (*(th_data
168 compute_atan2_hypot(TH_DATA * th_data, double *din, double *dex, int index) argument
181 compute_modf(TH_DATA * th_data, double *din, double *dex, double *dex2, int index) argument
210 compute_fmod_pow(TH_DATA * th_data, double *din, double *dex, double *dex2, int index) argument
224 compute_frexp_lgamma(TH_DATA * th_data, double *din, double *dex, int *dex2, int index) argument
256 compute_ldexp(TH_DATA * th_data, double *din, double *dex, int *din2, int index) argument
279 TH_DATA *th_data = (TH_DATA *) arg; local
[all...]

Completed in 348 milliseconds