Home
last modified time | relevance | path

Searched refs:test_exp (Results 1 – 8 of 8) 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/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/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp246 void test_exp() in test_exp() function
1468 test_exp(); in main()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp248 void test_exp() in test_exp() function
1492 test_exp(); in main()
/external/python/cpython2/Lib/test/
Dtest_decimal.py1897 def test_exp(self): member in ContextAPItests