Searched refs:libm_value (Results 1 – 3 of 3) sorted by relevance
11 fp_t libm_value = logbf(x); in test__compiler_rt_logbf() local15 if (crt_value != libm_value && in test__compiler_rt_logbf()16 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbf()18 toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logbf()19 toRep(libm_value)); in test__compiler_rt_logbf()
10 fp_t libm_value = logb(x); in test__compiler_rt_logb() local13 if (crt_value != libm_value && in test__compiler_rt_logb()14 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logb()16 x, toRep(x), crt_value, toRep(crt_value), libm_value, in test__compiler_rt_logb()17 toRep(libm_value)); in test__compiler_rt_logb()
13 fp_t libm_value = logbl(x); in test__compiler_rt_logbl() local16 if (crt_value != libm_value && in test__compiler_rt_logbl()17 !(crt_isnan(crt_value) && crt_isnan(libm_value))) { in test__compiler_rt_logbl()22 libm_value_t.all = toRep(libm_value); in test__compiler_rt_logbl()