Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/builtins/Unit/
Dcompiler_rt_logbf_test.c10 fp_t crt_value = __compiler_rt_logbf(x); in test__compiler_rt_logbf() local
15 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()
Dcompiler_rt_logb_test.c9 fp_t crt_value = __compiler_rt_logb(x); in test__compiler_rt_logb() local
13 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()
Dcompiler_rt_logbl_test.c12 fp_t crt_value = __compiler_rt_logbl(x); in test__compiler_rt_logbl() local
16 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()