Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dasm-label.c33 long test_lrint(double x) { in test_lrint() function
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dscalar-rounding-ops.ll11 define dso_local i64 @test_lrint(double %d) local_unnamed_addr {
12 ; BE-LABEL: test_lrint:
26 ; CHECK-LABEL: test_lrint:
40 ; FAST-LABEL: test_lrint:
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp595 void test_lrint() { in test_lrint() function
984 test_lrint(); in main()
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp1385 void test_lrint() in test_nearbyint()
1711 test_lrint();
1323 void test_lrint() test_lrint() function
/llvm-project/clang/test/Headers/
H A D__clang_hip_math.hip2230 // DEFAULT-LABEL: @test_lrint(
2236 // FINITEONLY-LABEL: @test_lrint(
2242 // APPROX-LABEL: @test_lrint(
2248 extern "C" __device__ long int test_lrint(double x) {