Home
last modified time | relevance | path

Searched refs:test_exp (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll33 define void @test_exp(float %float, double %double, fp128 %fp128) {
34 ; CHECK-LABEL: test_exp:
Darm64-illegal-float-ops.ll33 define void @test_exp(float %float, double %double, fp128 %fp128) {
34 ; CHECK-LABEL: test_exp:
Df16-instructions.ll614 ; CHECK-LABEL: test_exp:
622 define half @test_exp(half %a) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll59 define void @test_exp(<4 x float>* %X) nounwind {
61 ; CHECK-LABEL: test_exp:
Dfp16-promote.ll500 ; CHECK-FP16-LABEL: test_exp:
504 ; CHECK-LIBCALL-LABEL: test_exp:
508 define void @test_exp(half* %p) #0 {
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll59 define void @test_exp(<4 x float>* %X) nounwind {
61 ; CHECK-LABEL: test_exp:
Dfp16-promote.ll498 ; CHECK-FP16-LABEL: test_exp:
502 ; CHECK-LIBCALL-LABEL: test_exp:
506 define void @test_exp(half* %p) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-illegal-float-ops.ll33 define void @test_exp(float %float, double %double, fp128 %fp128) {
34 ; CHECK-LABEL: test_exp:
Dillegal-float-ops.ll34 define void @test_exp(float %float, double %double, fp128 %fp128) {
35 ; CHECK-LABEL: test_exp:
Df16-instructions.ll841 ; CHECK-COMMON-LABEL: test_exp:
849 define half @test_exp(half %a) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Df16-instructions.ll838 ; XCHECK-LABEL: test_exp(
839 ;define half @test_exp(half %a) #0 {
Df16x2-instructions.ll1085 ; XCHECK-LABEL: test_exp(
1086 ;define <2 x half> @test_exp(<2 x half> %a) #0 {
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp247 void test_exp() in test_exp() function
1477 test_exp(); in main()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp250 void test_exp() in test_exp() function
1528 test_exp(); in main()
/external/python/cpython2/Lib/test/
Dtest_decimal.py1897 def test_exp(self): member in ContextAPItests
/external/python/cpython3/Lib/test/
Dtest_decimal.py3070 def test_exp(self): member in ContextAPItests