/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | atanh.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local 33 complex(kind=8) :: x, test_real8 local
|
H A D | atanpi.f90 | 17 function test_real8(x) function 18 real(8) :: x, test_real8 local 40 real(8) :: x, y, test_real8 local
|
H A D | atand.f90 | 17 function test_real8(x) function 18 real(8) :: x, test_real8 local 40 real(8) :: x, y, test_real8 local
|
H A D | tand.f90 | 17 function test_real8(x) function 18 real(8) :: x, test_real8 local
|
H A D | bessel_y1.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local
|
H A D | bessel_j1.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local
|
H A D | gamma.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local
|
H A D | log_gamma.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local
|
H A D | erfc.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local
|
H A D | cosd.f90 | 17 function test_real8(x) function 18 real(8) :: x, test_real8 local
|
H A D | asind.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local
|
H A D | bessel_y0.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local
|
H A D | bessel_j0.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local
|
H A D | sind.f90 | 17 function test_real8(x) function 18 real(8) :: x, test_real8 local
|
/llvm-project/flang/test/Lower/math-lowering/ |
H A D | ceiling.f90 | 18 function test_real8(x) function 19 real(8) :: x, test_real8 local
|
H A D | exp.f90 | 18 function test_real8(x) function 19 real(8) :: x, test_real8 local
|
H A D | floor.f90 | 18 function test_real8(x) function 19 real(8) :: x, test_real8 local
|
H A D | log.f90 | 18 function test_real8(x) function 19 real(8) :: x, test_real8 local
|
H A D | log10.f90 | 18 function test_real8(x) function 19 real(8) :: x, test_real8 local
|
H A D | cos.f90 | 18 function test_real8(x) function 19 real(8) :: x, test_real8 local
|
H A D | sinh.f90 | 16 function test_real8(x) function 17 real(8) :: x, test_real8 local
|
H A D | tan.f90 | 18 function test_real8(x) function 19 real(8) :: x, test_real8 local
|
H A D | sin.f90 | 18 function test_real8(x) function 19 real(8) :: x, test_real8 local
|
H A D | cosh.f90 | 16 function test_real8( global() function 17 real(8) :: x, test_real8 global() local
|
H A D | erf.f90 | 18 function test_real8(x) function 19 real(8) :: x, test_real8 local
|