Searched refs:test_sqrt (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/Transforms/SimplifyCFG/ |
D | speculate-math.ll | 12 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/ |
D | libcalls.c | 8 void test_sqrt(float a0, double a1, long double a2) { in test_sqrt() function
|
/external/llvm/test/CodeGen/Generic/ |
D | intrinsics.ll | 8 define double @test_sqrt(float %F) {
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-11-29-128bitArithmetics.ll | 5 define void @test_sqrt(<4 x float>* %X) nounwind { 7 ; CHECK-LABEL: test_sqrt:
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 173 void test_sqrt() in test_sqrt() function 631 test_sqrt(); in main()
|
/external/openssl/crypto/bn/ |
D | bntest.c | 121 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/ |
D | bntest.c | 121 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/ |
D | cmath.disabled.cpp | 388 void test_sqrt() in test_sqrt() function 1315 test_sqrt(); in main()
|