Searched refs:ai (Results 1 - 25 of 80) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_10.f9010 function ai()
11 real, dimension(3) :: ai
16 procedure(ai), pointer, nopass :: ppc
19 procedure(ai), pointer :: pp
H A Dtransfer_simplify_4.f909 integer :: i, ai(4) variable
32 ai = (/ 42, 42, 42, 42 /)
33 ai = transfer (transfer (ai, .false., 4), ai)
34 if (any(ai .ne. 42)) call abort
36 ai = transfer (transfer ((/ 42, 42, 42, 42 /), &
37 & (/ .false., .false., .false., .false. /)), ai)
38 if (any(ai .ne. 42)) call abort
H A Dproc_decl_15.f9013 function ai()
14 real, allocatable :: ai(:) variable
17 procedure(ai) :: f
H A Dintrinsic_modulo_1.f908 integer, dimension(n) :: ai, bi , imodulo_result, ifloor_result variable in program:main
10 ai(1:4) = 5
11 ai(5:8) = -5
12 ai(9:12) = 1
13 ai(13:16) = -1
18 ar = ai
21 imodulo_result = modulo(ai,bi)
23 ifloor_result = nint(real(ai-floor(real(ai)/real(bi))*bi))
33 ! ai(
[all...]
H A Doperator_1.f9050 integer, dimension(2,2) :: ai variable
57 ai = reshape((/-2,-4,7,8/),(/2,2/)) ; bi = 3
58 if (any((ai*bi) /= matmul(ai,bi))) call abort()
59 if (any((ai .or. ai) /= ai+ai)) call abort()
60 if (any((ai // ai) /
[all...]
H A Dchar_reshape_1.f9021 integer :: i1, i2, i3, ai, padi local in subroutine:test
26 ai = 0
31 if (ai .lt. n) then
32 ai = ai + 1
33 if (b (i1, i2, i3) .ne. a (ai)) call abort
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D980310-6.f10 subroutine ai (a) subroutine
14 C ai.f: In subroutine `ai':
15 C ai.f:1:
16 C subroutine ai (a)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/epiphany/
H A Dfnma-1.c6 f (float ar, float ai, float br, float bi) argument
8 return ar * br - ai * bi;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr51354.c6 typedef int __attribute__ ((aligned (32))) ai; typedef
8 void foo (int *x, ai * y);
15 ai i;
H A Dpr67506.c16 integer ai, acti; variable
37 if (ai <= for_end)
39 if (activity[ai]== 2)
41 r = (tfmfilearray + 1001)[4 * (ligkernbase + (ai))];
44 r = r + ai + 1 ;
52 } while (ai++ < for_end);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/array/tuple_interface/
H A Dconstexpr_get.cc25 std::array<int, 5> ai; variable
26 const std::array<int, 5> cai(ai);
29 constexpr int& ri = std::get<0>(ai);
30 constexpr int&& rri = std::get<0>(std::move(ai));
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Ddtors4.C19 a ai; local
21 ai = test();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr16105.c13 float ai = a[i]; local
14 float a2 = ai * ai;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash14.C5 A<int*> ai; // { dg-error "" } incomplete type variable
H A Dt32.C12 A<int> ai; variable
14 int frop () { return ai.fooo (100); }
H A Dmemtemp96.C19 A<int> ai; local
20 if (ai.f(0) != 42)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Darray3.C13 B(const A& ai) : a (ai) {} argument
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_common_libcdep.cc53 AddressInfo ai;
59 Symbolizer::GetOrInit()->SymbolizePC(pc, &ai, 1);
62 ReportErrorSummary(error_type, ai.file, ai.line, ai.function);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dauto-type-1.c23 __auto_type ai = i; local
24 int *aip = &ai;
25 if (ai != 1)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Darray27.C10 typedef int ai[(abs(0.1) > 0) ? 1 : -1]; typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-diag1.C13 constexpr A<int> ai = { 42 }; variable
14 constexpr int i = ai.f();
/haiku-buildtools/gcc/gmp/mpn/cray/
H A Dmulww.f29 integer*8 ai,t0,t1,t2,t3,t4 local in subroutine:gmpn_mulww
36 ai = a(i)
37 a0 = shiftl(and(ai,4194303),24)
38 a1 = shiftl(and(shiftr(ai,22),4194303),24)
39 a2 = shiftl(and(shiftr(ai,44),4194303),24)
/haiku-buildtools/gcc/mpfr/src/
H A Dcmp_si.c54 unsigned long ai; local
59 ai = SAFE_ABS(unsigned long, i);
61 /* ai must be representable in a mp_limb_t */
62 MPFR_ASSERTN(ai == (mp_limb_t) ai);
72 c = (mp_limb_t) ai;
H A Dset_si_2exp.c40 mp_limb_t ai, *xp; local
44 ai = SAFE_ABS (unsigned long, i);
45 MPFR_ASSERTN (SAFE_ABS (unsigned long, i) == ai);
49 count_leading_zeros (cnt, ai);
53 xp[xn] = ai << cnt;
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dglobal.c523 ffeglobalArgInfo_ ai;
535 ai = &g->u.proc.arg_info[argno];
539 if ((ai->t != NULL)
549 if ((ai->as != FFEGLOBAL_argsummaryREF)
550 && (ai->as != FFEGLOBAL_argsummaryNONE)
551 && ((ai->as != FFEGLOBAL_argsummaryDESCR) /* Choose better message. */
552 || (ai->bt != FFEINFO_basictypeCHARACTER)
553 || (ai->bt == bt)))
561 if ((ai->as != FFEGLOBAL_argsummaryDESCR)
562 && (ai
522 ffeglobalArgInfo_ ai; local
801 ffeglobalArgInfo_ ai; local
[all...]

Completed in 216 milliseconds

1234