/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | atanpi.f90 | 5 function test_real4(x) function 6 real :: x, test_real4 local 29 real(4) :: x, y, test_real4 local
|
H A D | atand.f90 | 5 function test_real4(x) function 6 real :: x, test_real4 local 29 real(4) :: x, y, test_real4 local
|
H A D | tand.f90 | 5 function test_real4(x) function 6 real :: x, test_real4 local
|
H A D | bessel_y1.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | bessel_j1.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | gamma.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | log_gamma.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | erfc.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | cosd.f90 | 5 function test_real4(x) function 6 real :: x, test_real4 local
|
H A D | asind.f90 | 5 function test_real4(x) function 6 real :: x, test_real4 local
|
H A D | bessel_y0.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | bessel_j0.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | sind.f90 | 5 function test_real4(x) function 6 real :: x, test_real4 local
|
/llvm-project/flang/test/Lower/math-lowering/ |
H A D | ceiling.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | exp.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | floor.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | log.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | log10.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | cos.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | sinh.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | tan.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | sin.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | cosh.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | erf.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|
H A D | tanh.f90 | 8 function test_real4(x) function 9 real :: x, test_real4 local
|