Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Davx512-scalar.ll51 ; AVX512-LABEL: @test_sqrt
53 ; AVX-LABEL: @test_sqrt
56 define double @test_sqrt(double %a) {
/external/llvm/test/Transforms/SimplifyCFG/
Dspeculate-math.ll34 br i1 %cmp.i, label %test_sqrt.exit, label %cond.else.i
38 br label %test_sqrt.exit
40 test_sqrt.exit: ; preds = %cond.else.i, %entry
/external/clang/test/CodeGen/
Dlibcalls.c8 void test_sqrt(float a0, double a1, long double a2) { in test_sqrt() function
/external/llvm/test/CodeGen/Generic/
Dintrinsics.ll8 define double @test_sqrt(float %F) {
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll5 define void @test_sqrt(<4 x float>* %X) nounwind {
7 ; CHECK-LABEL: test_sqrt:
Dfp16-promote.ll420 ; CHECK-ALL-LABEL: test_sqrt:
428 define void @test_sqrt(half* %p) #0 {
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp175 void test_sqrt() in test_sqrt() function
633 test_sqrt(); in main()
/external/boringssl/src/crypto/bn/
Dbn_test.cc122 static bool test_sqrt(FILE *fp, BN_CTX *ctx);
314 if (!test_sqrt(bc_file.get(), ctx.get())) { in main()
1419 static bool test_sqrt(FILE *fp, BN_CTX *ctx) { in test_sqrt() function
/external/llvm/test/CodeGen/AArch64/
Df16-instructions.ll523 ; CHECK-LABEL: test_sqrt:
528 define half @test_sqrt(half %a) #0 {
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp487 void test_sqrt() in test_sqrt() function
1437 test_sqrt(); in main()