Home
last modified time | relevance | path

Searched refs:test_sqrt (Results 1 – 12 of 12) 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/python/cpython2/Lib/ctypes/test/
Dtest_libc.py9 def test_sqrt(self): member in LibTest
/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/swiftshader/third_party/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/llvm/test/CodeGen/AArch64/
Df16-instructions.ll551 ; CHECK-LABEL: test_sqrt:
556 define half @test_sqrt(half %a) #0 {
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp484 void test_sqrt() in test_sqrt() function
1480 test_sqrt(); in main()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp486 void test_sqrt() in test_sqrt() function
1504 test_sqrt(); in main()
/external/python/cpython2/Lib/test/
Dtest_decimal.py2158 def test_sqrt(self): member in ContextAPItests