Home
last modified time | relevance | path

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

/external/ltp/testcases/misc/math/float/
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->th_func.funct)) (d); in compute_normal()
[all …]
/external/trappy/tests/
Dtest_thermal.py47 th_data = trappy.FTrace().thermal
48 dfr = th_data.data_frame
51 th_data.plot_temperature()
54 th_data.plot_temperature(title="Antutu", control_temperature=ct_series)
57 th_data.plot_temperature(title="Antutu", ylim=[0, 60])
61 th_data.plot_temperature(ax=ax)
/external/iputils/
Dtftpsubs.c137 b->counter = read(fileno(file), dp->th_data, SEGSIZE); in read_ahead()
141 p = dp->th_data; in read_ahead()
160 b->counter = (int)(p - dp->th_data); in read_ahead()
202 buf = dp->th_data; in write_behind()
Dtftp.h59 char th_data[1]; /* data or error string */ member
65 #define th_msg th_data
/external/curl/tests/server/
Dtftp.h45 char th_data[1]; /* data or error string */ member
50 #define th_msg th_data
Dtftpd.c493 memcpy(dp->th_data, test->rptr, copy_n); in read_ahead()
502 p = dp->th_data; in read_ahead()
527 b->counter = (int)(p - dp->th_data); in read_ahead()
583 writebuf = dp->th_data; in write_behind()
/external/tcpdump/
Dprint-tftp.c56 char th_data[1]; /* data or error string */ member
62 #define th_msg th_data
207 ui = fn_printztn(ndo, (const u_char *)tp->th_data, length, ndo->ndo_snapend); in tftp_print()