Searched defs:th_data (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/misc/math/float/ |
D | thread_code.c | 117 static void check_error(TH_DATA * th_data, double e, double r, int index) in check_error() 154 static void compute_normal(TH_DATA * th_data, double *din, double *dex, in compute_normal() 168 static void compute_atan2_hypot(TH_DATA * th_data, double *din, double *dex, in compute_atan2_hypot() 181 static void compute_modf(TH_DATA * th_data, double *din, double *dex, in compute_modf() 210 static void compute_fmod_pow(TH_DATA * th_data, double *din, double *dex, in compute_fmod_pow() 224 static void compute_frexp_lgamma(TH_DATA * th_data, double *din, double *dex, in compute_frexp_lgamma() 256 static void compute_ldexp(TH_DATA * th_data, double *din, double *dex, in compute_ldexp() 279 TH_DATA *th_data = (TH_DATA *) arg; in thread_code() local
|
/external/curl/tests/server/ |
D | tftp.h | 45 char th_data[1]; /* data or error string */ member
|
/external/iputils/ |
D | tftp.h | 59 char th_data[1]; /* data or error string */ member
|