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

/barrelfish-master/lib/compiler-rt/test/
H A Dcompiler_rt_logbl_test.c27 int test__compiler_rt_logbl(fp_t x) { function
59 if (test__compiler_rt_logbl(cases[i])) return 1;
66 if (test__compiler_rt_logbl(fromRep(x))) return 1;
67 if (test__compiler_rt_logbl(fromRep(signBit ^ x))) return 1;
73 if (test__compiler_rt_logbl(fromRep(x))) return 1;
74 if (test__compiler_rt_logbl(fromRep(signBit ^ x))) return 1;

Completed in 26 milliseconds