Home
last modified time | relevance | path

Searched refs:test_exp (Results 1 – 21 of 21) 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/llvm-project/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll59 define void @test_exp(<4 x float>* %X) nounwind {
61 ; CHECK-LABEL: test_exp:
Dfp16-fullfp16.ll304 define void @test_exp(half* %p) {
305 ; CHECK-LABEL: test_exp:
Dfp16-promote.ll515 ; CHECK-FP16-LABEL: test_exp:
519 ; CHECK-LIBCALL-LABEL: test_exp:
523 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/llvm-project/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll34 define void @test_exp(float %float, double %double, fp128 %fp128) {
35 ; CHECK-LABEL: test_exp:
Df16-instructions.ll889 ; FALLBACK-NOT: remark:{{.*}}test_exp
890 ; FALLBACK-FP16-NOT: remark:{{.*}}test_exp
892 ; CHECK-COMMON-LABEL: test_exp:
901 ; GISEL-LABEL: test_exp:
909 define half @test_exp(half %a) #0 {
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir71 // CHECK-LABEL: test_exp
73 func @test_exp(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
Dtfl-to-tosa-pipeline.mlir111 // CHECK-LABEL: test_exp
113 func @test_exp(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
/external/llvm-project/mlir/test/Dialect/Tosa/
Dops.mlir233 func @test_exp(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Df16-instructions.ll886 ; XCHECK-LABEL: test_exp(
887 ;define half @test_exp(half %a) #0 {
Df16x2-instructions.ll1081 ; XCHECK-LABEL: test_exp(
1082 ;define <2 x half> @test_exp(<2 x half> %a) #0 {
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp279 void test_exp() in test_exp() function
1509 test_exp(); in main()
/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/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp288 void test_exp() in test_exp() function
1566 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