Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/SimplifyCFG/
Dspeculate-math.ll12 br i1 %cmp.i, label %test_sqrt.exit, label %cond.else.i
16 br label %test_sqrt.exit
18 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:
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp173 void test_sqrt() in test_sqrt() function
631 test_sqrt(); in main()
/external/openssl/crypto/bn/
Dbntest.c121 int test_sqrt(BIO *bp,BN_CTX *ctx);
263 if (!test_sqrt(out,ctx)) goto err; in main()
1744 int test_sqrt(BIO *bp, BN_CTX *ctx) in test_sqrt() function
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
Dbntest.c121 int test_sqrt(BIO *bp,BN_CTX *ctx);
263 if (!test_sqrt(out,ctx)) goto err; in main()
1744 int test_sqrt(BIO *bp, BN_CTX *ctx) in test_sqrt() function
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp388 void test_sqrt() in test_sqrt() function
1315 test_sqrt(); in main()