Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.h20 char *test_ceilf(uint32 *in, uint32 *out);
H A Dsemi.c121 char *test_ceilf(uint32 *in, uint32 *out) { in test_ceilf() function
H A Ddotest.c406 test_ceilf(in, out); in is_sinteger()
569 {"ceilf", (funcptr)test_ceilf, semi1f, {NULL}, cases_semi1_float},
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dscalar-rounding-ops.ll661 define dso_local float @test_ceilf(float %f) local_unnamed_addr {
662 ; BE-LABEL: test_ceilf:
667 ; CHECK-LABEL: test_ceilf:
672 ; FAST-LABEL: test_ceilf:
/llvm-project/clang/test/Headers/
H A D__clang_hip_math.hip565 // DEFAULT-LABEL: @test_ceilf(
570 // FINITEONLY-LABEL: @test_ceilf(
575 // APPROX-LABEL: @test_ceilf(
580 extern "C" __device__ float test_ceilf(float x) {