/external/ltp/testcases/misc/math/float/ |
float_iperb.c | 28 const TH_FUNC th_func[] = { variable 37 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
float_bessel.c | 28 const TH_FUNC th_func[] = { variable 41 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
float_exp_log.c | 28 const TH_FUNC th_func[] = { variable 45 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
float_power.c | 28 const TH_FUNC th_func[] = { variable 43 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
float_trigo.c | 28 const TH_FUNC th_func[] = { variable 45 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
thread_code.c | 132 if (abs(pe - px) < th_data->th_func.precision || 133 abs(pr - px) < th_data->th_func.precision) { 140 th_data->th_func.fident, 161 r = (*(th_data->th_func.funct)) (d); 175 r = (*(th_data->th_func.funct)) (sin(d), cos(d)); 191 r = (*(th_data->th_func.funct)) (d, &tmp); 199 th_data->th_func.fident, 217 r = (*(th_data->th_func.funct)) (d, dex2[index]); 235 r = (*(th_data->th_func.funct)) (d, &tmp); 237 if (strcmp(th_data->th_func.fident, xinf) != 0) [all...] |
tfloat.h | 74 * the TH_FUNC structure contains all the data needed to execute the tests. 94 } TH_FUNC; 102 TH_FUNC th_func; member in struct:__anon28551 105 extern const TH_FUNC th_func[];
|
main.c | 246 pcom->th_func = th_func[i]; 291 th_num, pcom->th_func.fident, pcom->th_nerror, 296 th_num, pcom->th_func.fident,
|