Home
last modified time | relevance | path

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

/external/ltp/testcases/misc/math/float/
Dthread_code.c182 double *dex2, int index) in compute_modf() argument
193 if (tmp != dex2[index]) { /* bad integral part! */ in compute_modf()
200 index, dex2[index], tmp); in compute_modf()
211 double *dex2, int index) in compute_fmod_pow() argument
217 r = (*(th_data->th_func.funct)) (d, dex2[index]); in compute_fmod_pow()
225 int *dex2, int index) in compute_frexp_lgamma() argument
238 if (tmp != dex2[index]) { /* bad exponent! */ in compute_frexp_lgamma()
245 index, dex2[index], tmp); in compute_frexp_lgamma()
281 double *din, *dex, *dex2 = NULL; in thread_code() local
314 fsize3 = read_file(th_data->th_func.dex2_fname, (void **)&dex2); in thread_code()
[all …]