Home
last modified time | relevance | path

Searched refs:test_real8 (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project/flang/test/Lower/Intrinsics/
H A Datanpi.f9018 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 Datand.f9018 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 Datanh.f9016 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 Dgamma.f9017 real(8) :: x, test_real8 local
18 test_real8 = gamma(x)
H A Derfc.f9017 real(8) :: x, test_real8 local
18 test_real8 = erfc(x)
H A Dtand.f9018 real(8) :: x, test_real8 local
19 test_real8 = tand(x)
H A Dbessel_y1.f9017 real(8) :: x, test_real8 local
18 test_real8 = bessel_y1(x)
H A Dbessel_j1.f9017 real(8) :: x, test_real8 local
18 test_real8 = bessel_j1(x)
H A Dlog_gamma.f9017 real(8) :: x, test_real8 local
18 test_real8 = log_gamma(x)
H A Dcosd.f9018 real(8) :: x, test_real8 local
19 test_real8 = cosd(x)
H A Dasind.f9017 real(8) :: x, test_real8 local
18 test_real8 = asind(x)
H A Dbessel_y0.f9017 real(8) :: x, test_real8 local
18 test_real8 = bessel_y0(x)
/llvm-project/flang/test/Lower/math-lowering/
H A Dceiling.f9019 real(8) :: x, test_real8 local
20 test_real8 = ceiling(x)
H A Dexp.f9019 real(8) :: x, test_real8 local
20 test_real8 = exp(x)
H A Dfloor.f9019 real(8) :: x, test_real8 local
20 test_real8 = floor(x)
H A Dlog.f9019 real(8) :: x, test_real8 local
20 test_real8 = log(x)
H A Dlog10.f9019 real(8) :: x, test_real8 local
20 test_real8 = log10(x)
H A Dcos.f9019 real(8) :: x, test_real8 local
20 test_real8 = cos(x)
H A Dsinh.f9017 real(8) :: x, test_real8 local
18 test_real8 = sinh(x)
H A Dtan.f9019 real(8) :: x, test_real8 local
20 test_real8 = tan(x)
H A Dsin.f9019 real(8) :: x, test_real8 local
20 test_real8 = sin(x)
H A Dcosh.f9019 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 Derf.f9019 real(8) :: x, test_real8 local
20 test_real8 = erf(x)
H A Dtanh.f9019 real(8) :: x, test_real8 local
20 test_real8 = tanh(x)
H A Datan.f9019 real(8) :: x, test_real8 local
20 test_real8 = atan(x)

12