Searched refs:th_func (Results 1 – 8 of 8) sorted by relevance
/external/ltp/testcases/misc/math/float/ |
D | thread_code.c | 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() 140 th_data->th_func.fident, in check_error() 161 r = (*(th_data->th_func.funct)) (d); in compute_normal() 175 r = (*(th_data->th_func.funct)) (sin(d), cos(d)); in compute_atan2_hypot() 191 r = (*(th_data->th_func.funct)) (d, &tmp); in compute_modf() 199 th_data->th_func.fident, in compute_modf() 217 r = (*(th_data->th_func.funct)) (d, dex2[index]); in compute_fmod_pow() 235 r = (*(th_data->th_func.funct)) (d, &tmp); in compute_frexp_lgamma() 237 if (strcmp(th_data->th_func.fident, xinf) != 0) { in compute_frexp_lgamma() [all …]
|
D | float_iperb.c | 28 const TH_FUNC th_func[] = { variable 37 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
D | float_bessel.c | 28 const TH_FUNC th_func[] = { variable 41 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
D | float_power.c | 28 const TH_FUNC th_func[] = { variable 43 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
D | float_exp_log.c | 28 const TH_FUNC th_func[] = { variable 45 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
D | float_trigo.c | 28 const TH_FUNC th_func[] = { variable 45 #define NB_FUNC (sizeof(th_func)/sizeof(TH_FUNC))
|
D | tfloat.h | 102 TH_FUNC th_func; member 105 extern const TH_FUNC th_func[];
|
D | main.c | 246 pcom->th_func = th_func[i]; in main() 291 th_num, pcom->th_func.fident, pcom->th_nerror, in main() 296 th_num, pcom->th_func.fident, in main()
|