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

/barrelfish-master/lib/compiler-rt/test/
H A Dcompiler_rt_logbf_test.c20 int test__compiler_rt_logbf(fp_t x) { function
42 if (test__compiler_rt_logbf(cases[i])) return 1;
49 if (test__compiler_rt_logbf(fromRep(x))) return 1;
50 if (test__compiler_rt_logbf(fromRep(signBit ^ x))) return 1;
56 if (test__compiler_rt_logbf(fromRep(x))) return 1;
57 if (test__compiler_rt_logbf(fromRep(signBit ^ x))) return 1;

Completed in 39 milliseconds