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