HomeSort by relevance Sort by last modified time
    Searched full:test_sqrt (Results 1 - 15 of 15) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_libc.py 9 def test_sqrt(self): member in class:LibTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_libc.py 9 def test_sqrt(self): member in class:LibTest
  /external/llvm/test/Transforms/SimplifyCFG/
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/openssl/crypto/bn/
expspeed.c 75 #undef TEST_SQRT
78 #if defined(TEST_EXP) + defined(TEST_MUL) + defined(TEST_SQR) + defined(TEST_GCD) + defined(TEST_KRON) + defined(TEST_INV) +defined(TEST_SQRT) != 1
82 #if defined(TEST_INV) || defined(TEST_SQRT)
236 # ifdef TEST_SQRT
262 #ifdef TEST_SQRT
302 #else /* TEST_SQRT */
321 #else /* TEST_SQRT */
325 #ifdef TEST_SQRT
bntest.c 121 int test_sqrt(BIO *bp,BN_CTX *ctx);
263 if (!test_sqrt(out,ctx)) goto err;
1744 int test_sqrt(BIO *bp, BN_CTX *ctx) function
    [all...]
  /external/llvm/test/CodeGen/Generic/
intrinsics.ll 8 define double @test_sqrt(float %F) {
  /external/clang/test/CodeGen/
libcalls.c 5 // CHECK-YES-LABEL: define void @test_sqrt
6 // CHECK-NO-LABEL: define void @test_sqrt
7 // CHECK-FAST-LABEL: define void @test_sqrt
8 void test_sqrt(float a0, double a1, long double a2) { function
  /external/llvm/test/CodeGen/ARM/
2011-11-29-128bitArithmetics.ll 5 define void @test_sqrt(<4 x float>* %X) nounwind {
7 ; CHECK-LABEL: test_sqrt:
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
bn_test.c 106 int test_sqrt(BIO *bp, BN_CTX *ctx);
279 if (!test_sqrt(out, ctx))
1298 int test_sqrt(BIO *bp, BN_CTX *ctx) { function
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 173 void test_sqrt() function
631 test_sqrt();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 173 void test_sqrt() function
638 test_sqrt();
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 388 void test_sqrt() function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 388 void test_sqrt() function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 2146 def test_sqrt(self): member in class:ContextAPItests
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 2146 def test_sqrt(self): member in class:ContextAPItests
    [all...]

Completed in 4194 milliseconds