Home
last modified time | relevance | path

Searched refs:test_pow (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-pow.mir6 define void @test_pow() {
13 name: test_pow
18 ; CHECK-LABEL: name: test_pow
/external/clang/test/CodeGen/
Dle32-libcall-pow.c13 void test_pow(float a0, double a1, long double a2) { in test_pow() function
Dlibcalls.c38 void test_pow(float a0, double a1, long double a2) { in test_pow() function
/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll165 define void @test_pow(float %float, double %double, fp128 %fp128) {
166 ; CHECK-LABEL: test_pow:
Darm64-illegal-float-ops.ll165 define void @test_pow(float %float, double %double, fp128 %fp128) {
166 ; CHECK-LABEL: test_pow:
Df16-instructions.ll600 ; CHECK-LABEL: test_pow:
609 define half @test_pow(half %a, half %b) #0 {
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll215 define void @test_pow(<4 x float>* %X) nounwind {
217 ; CHECK-LABEL: test_pow:
Dfp16-promote.ll480 ; CHECK-FP16-LABEL: test_pow:
485 ; CHECK-LIBCALL-LABEL: test_pow:
490 define void @test_pow(half* %p, half* %q) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll215 define void @test_pow(<4 x float>* %X) nounwind {
217 ; CHECK-LABEL: test_pow:
Dfp16-promote.ll482 ; CHECK-FP16-LABEL: test_pow:
487 ; CHECK-LIBCALL-LABEL: test_pow:
492 define void @test_pow(half* %p, half* %q) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll166 define void @test_pow(float %float, double %double, fp128 %fp128) {
167 ; CHECK-LABEL: test_pow:
Darm64-illegal-float-ops.ll165 define void @test_pow(float %float, double %double, fp128 %fp128) {
166 ; CHECK-LABEL: test_pow:
Df16-instructions.ll827 ; CHECK-COMMON-LABEL: test_pow:
836 define half @test_pow(half %a, half %b) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Util/
Dlibcalls-shrinkwrap-double.ll191 define void @test_pow(i32 %int_val, double %exp) {
/external/python/cpython2/Lib/test/
Dtest_operator.py266 def test_pow(self): member in OperatorTestCase
Dtest_complex.py186 def test_pow(self): member in ComplexTest
Dtest_builtin.py951 def test_pow(self): member in BuiltinTest
/external/python/cpython3/Lib/test/
Dtest_complex.py171 def test_pow(self): member in ComplexTest
Dtest_operator.py241 def test_pow(self): member in OperatorTestCase
Dtest_builtin.py1077 def test_pow(self): member in BuiltinTest
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dsimplify-libcalls.ll347 ; GCN-LABEL: {{^}}define amdgpu_kernel void @test_pow
359 define amdgpu_kernel void @test_pow(float addrspace(1)* nocapture %a) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Df16-instructions.ll831 ; XCHECK-LABEL: test_pow(
832 ;define half @test_pow(half %a, half %b) #0 {
Df16x2-instructions.ll1078 ; XCHECK-LABEL: test_pow(
1079 ;define <2 x half> @test_pow(<2 x half> %a, <2 x half> %b) #0 {
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp417 void test_pow() in test_pow() function
1486 test_pow(); in main()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp420 void test_pow() in test_pow() function
1537 test_pow(); in main()