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

/barrelfish-master/lib/compiler-rt/test/
H A Dcompiler_rt_logb_test.c21 fp_t crt_value = __compiler_rt_logb(x); local
24 if (toRep(crt_value) != toRep(libm_value)) {
26 x, toRep(x), crt_value, toRep(crt_value), libm_value,
H A Dcompiler_rt_logbf_test.c21 fp_t crt_value = __compiler_rt_logbf(x); local
24 if (toRep(crt_value) != toRep(libm_value)) {
26 toRep(x), crt_value, toRep(crt_value), libm_value,
H A Dcompiler_rt_logbl_test.c28 fp_t crt_value = __compiler_rt_logbl(x); local
31 if (toRep(crt_value) != toRep(libm_value)) {
35 crt_value_t.all = toRep(crt_value);
40 x, x_t.s.high, x_t.s.low, crt_value, crt_value_t.s.high,

Completed in 34 milliseconds