Home
last modified time | relevance | path

Searched refs:test_log10 (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll121 define void @test_log10(float %float, double %double, fp128 %fp128) {
122 ; CHECK-LABEL: test_log10:
Darm64-illegal-float-ops.ll121 define void @test_log10(float %float, double %double, fp128 %fp128) {
122 ; CHECK-LABEL: test_log10:
Df16-instructions.ll653 ; CHECK-LABEL: test_log10:
661 define half @test_log10(half %a) #0 {
/external/llvm-project/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll121 define void @test_log10(<4 x float>* %X) nounwind {
123 ; CHECK-LABEL: test_log10:
Dfp16-fullfp16.ll355 define void @test_log10(half* %p) {
356 ; CHECK-LABEL: test_log10:
Dfp16-promote.ll560 ; CHECK-FP16-LABEL: test_log10:
564 ; CHECK-LIBCALL-LABEL: test_log10:
568 define void @test_log10(half* %p) #0 {
/external/llvm/test/CodeGen/ARM/
D2011-11-29-128bitArithmetics.ll121 define void @test_log10(<4 x float>* %X) nounwind {
123 ; CHECK-LABEL: test_log10:
Dfp16-promote.ll543 ; CHECK-FP16-LABEL: test_log10:
547 ; CHECK-LIBCALL-LABEL: test_log10:
551 define void @test_log10(half* %p) #0 {
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dillegal-float-ops.ll122 define void @test_log10(float %float, double %double, fp128 %fp128) {
123 ; CHECK-LABEL: test_log10:
Df16-instructions.ll962 ; FALLBACK-NOT: remark:{{.*}}test_log10
963 ; FALLBACK-FP16-NOT: remark:{{.*}}test_log10
965 ; CHECK-COMMON-LABEL: test_log10:
974 ; GISEL-LABEL: test_log10:
983 define half @test_log10(half %a) #0 {
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Df16-instructions.ll907 ; XCHECK-LABEL: test_log10(
908 ;define half @test_log10(half %a) #0 {
Df16x2-instructions.ll1102 ; XCHECK-LABEL: test_log10(
1103 ;define <2 x half> @test_log10(<2 x half> %a) #0 {
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp418 void test_log10() in test_log10() function
1516 test_log10(); in main()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp386 void test_log10() in test_log10() function
1484 test_log10(); in main()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp389 void test_log10() in test_log10() function
1535 test_log10(); in main()
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp427 void test_log10() in test_log10() function
1573 test_log10(); in main()
/external/python/cpython2/Lib/test/
Dtest_decimal.py1975 def test_log10(self): member in ContextAPItests
/external/python/cpython3/Lib/test/
Dtest_decimal.py3195 def test_log10(self): member in ContextAPItests