Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/builtins/Unit/
Dcompiler_rt_logbl_test.c11 int test__compiler_rt_logbl(fp_t x) { in test__compiler_rt_logbl() function
45 if (test__compiler_rt_logbl(cases[i])) return 1; in main()
52 if (test__compiler_rt_logbl(fromRep(x))) return 1; in main()
53 if (test__compiler_rt_logbl(fromRep(signBit ^ x))) return 1; in main()
59 if (test__compiler_rt_logbl(fromRep(x))) return 1; in main()
60 if (test__compiler_rt_logbl(fromRep(signBit ^ x))) return 1; in main()