Searched refs:kl (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/04_comp_ellint_1/
H A Dcompile_2.cc32 long double kl = 0.5L; local
37 comp_ellint_1(kl);
38 comp_ellint_1l(kl);
H A Dcompile.cc32 long double kl = 0.5L; local
37 std::tr1::comp_ellint_1(kl);
38 std::tr1::comp_ellint_1l(kl);
H A Dcheck_nan.cc34 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
39 long double d = std::tr1::comp_ellint_1(kl);
40 long double e = std::tr1::comp_ellint_1l(kl);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/05_comp_ellint_2/
H A Dcompile_2.cc32 long double kl = 0.5L; local
37 comp_ellint_2(kl);
38 comp_ellint_2l(kl);
H A Dcompile.cc32 long double kl = 0.5L; local
37 std::tr1::comp_ellint_2(kl);
38 std::tr1::comp_ellint_2l(kl);
H A Dcheck_nan.cc34 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
39 long double d = std::tr1::comp_ellint_2(kl);
40 long double e = std::tr1::comp_ellint_2l(kl);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/06_comp_ellint_3/
H A Dcompile_2.cc32 long double kl = 0.5L, nul = 0.5L; local
37 comp_ellint_3(kl, nul);
38 comp_ellint_3l(kl, nul);
H A Dcompile.cc32 long double kl = 0.5L, nul = 0.5L; local
37 std::tr1::comp_ellint_3(kl, nul);
38 std::tr1::comp_ellint_3l(kl, nul);
H A Dcheck_nan.cc33 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
42 long double d = std::tr1::comp_ellint_3(kl, nul);
43 long double e = std::tr1::comp_ellint_3l(kl, nul);
59 long double kl = 1.0L; local
68 long double d = std::tr1::comp_ellint_3(kl, nul);
69 long double e = std::tr1::comp_ellint_3l(kl, nul);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr54894.c17 int ih, jh, kh, il, kl, jl; local
24 for (kl = 0; kl < tilesize; ++kl)
26 C[ih+il][jh+jl] += Ap[kl] * B[kh+kl][jh+jl];
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/12_ellint_1/
H A Dcompile_2.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 ellint_1(kl, phil);
37 ellint_1l(kl, phil);
H A Dcompile.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 std::tr1::ellint_1(kl, phil);
37 std::tr1::ellint_1l(kl, phil);
H A Dcheck_nan.cc33 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
42 long double d = std::tr1::ellint_1(kl, phil);
43 long double e = std::tr1::ellint_1l(kl, phil);
59 long double kl = 0.5L; local
68 long double d = std::tr1::ellint_1(kl, phil);
69 long double e = std::tr1::ellint_1l(kl, phil);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/13_ellint_2/
H A Dcompile_2.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 ellint_2(kl, phil);
37 ellint_2l(kl, phil);
H A Dcompile.cc31 long double kl = 0.5L, phil = std::atan2(1.0L, 1.0L); local
36 std::tr1::ellint_2(kl, phil);
37 std::tr1::ellint_2l(kl, phil);
H A Dcheck_nan.cc33 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
42 long double d = std::tr1::ellint_2(kl, phil);
43 long double e = std::tr1::ellint_2l(kl, phil);
59 long double kl = 0.5L; local
68 long double d = std::tr1::ellint_2(kl, phil);
69 long double e = std::tr1::ellint_2l(kl, phil);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/14_ellint_3/
H A Dcompile.cc31 long double kl = 0.5L, nul = 0.2L, phil = std::atan2(1.0L, 1.0L); local
36 std::tr1::ellint_3(kl, nul, phil);
37 std::tr1::ellint_3l(kl, nul, phil);
H A Dcompile_2.cc31 long double kl = 0.5L, nul = 0.2L, phil = std::atan2(1.0L, 1.0L); local
36 ellint_3(kl, nul, phil);
37 ellint_3l(kl, nul, phil);
H A Dcheck_nan.cc33 long double kl = std::numeric_limits<long double>::quiet_NaN(); local
46 long double d = std::tr1::ellint_3(kl, nul, phil);
47 long double e = std::tr1::ellint_3l(kl, nul, phil);
63 long double kl = 0.5L; local
76 long double d = std::tr1::ellint_3(kl, nul, phil);
77 long double e = std::tr1::ellint_3l(kl, nul, phil);
93 long double kl = 0.5L; local
106 long double d = std::tr1::ellint_3(kl, nul, phil);
107 long double e = std::tr1::ellint_3l(kl, nul, phil);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Ddefault_format_2.inc6 integer, parameter :: kl = selected_real_kind (precision (0.0_8) + 1)
12 integer, parameter :: k = kl
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D20000511-2.f2 subroutine sgbcon(norm,n,kl,ku,ab,ldab,ipiv,anorm,rcond,work,iwork
12 integer info,kl,ku,ldab,n local in subroutine:sgbcon
50 lm= min(kl,n-j)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpr33466.c12 long double kl = 0.5kl; /* { dg-error "invalid suffix" } */ variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWaddress-1.C22 void kl() { if (&m != (int*)0) z(); } // { dg-warning "address" } function
/haiku-buildtools/binutils/bfd/
H A Dvms-lib.c1650 unsigned int kl = idx->namlen; local
1681 if (kl + sizeof (struct vms_kbn) > kbn_sz)
1684 kl_chunk = kl;
1700 if (kl_chunk == kl)
1715 kl -= kl_chunk;
1719 while (kl > 0);

Completed in 97 milliseconds