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

/barrelfish-master/lib/compiler-rt/test/
H A Dcompiler_rt_logb_test.c22 fp_t libm_value = logb(x); local
24 if (toRep(crt_value) != toRep(libm_value)) {
26 x, toRep(x), crt_value, toRep(crt_value), libm_value,
27 toRep(libm_value));
H A Dcompiler_rt_logbf_test.c22 fp_t libm_value = logbf(x); local
24 if (toRep(crt_value) != toRep(libm_value)) {
26 toRep(x), crt_value, toRep(crt_value), libm_value,
27 toRep(libm_value));
H A Dcompiler_rt_logbl_test.c29 fp_t libm_value = logbl(x); local
31 if (toRep(crt_value) != toRep(libm_value)) {
36 libm_value_t.all = toRep(libm_value);
41 crt_value_t.s.low, libm_value, libm_value_t.s.high, libm_value_t.s.low);

Completed in 38 milliseconds