Searched refs:crt_value (Results 1 – 3 of 3) sorted by relevance
10 fp_t crt_value = __compiler_rt_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()
9 fp_t crt_value = __compiler_rt_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()
12 fp_t crt_value = __compiler_rt_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()21 crt_value_t.all = toRep(crt_value); in test__compiler_rt_logbl()