Searched refs:nl (Results 1 - 25 of 159) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnamelist_43.f9015 NAMELIST /nl/ foo namelist in program:TEST
16 NAMELIST /nl/ infinity namelist in program:TEST
22 write (10,'(a)') " &nl foo(1:6) = 5, 5, 5, nan, infinity"
41 READ (10, NML = nl)
H A Ddata_namelist_conflict.f9016 namelist /nl/i,j namelist in program:test
18 write(10,nl)
22 read(10,nl)
H A Dnamelist_42.f9014 NAMELIST /nl/ foo namelist in program:TEST
15 NAMELIST /nl/ infinity namelist in program:TEST
21 write (10,*) " &nl foo = 5, 5, 5, nan, infinity, infinity "
25 READ (10, NML = nl)
38 write (10,'(a)') "&nl foo = 5, 5, 5, nan, infinity, infinity"
41 READ (10, NML = nl)
H A Dpr18392.f9013 namelist /nl/ a namelist in program:pr18392
19 read (10,nl)
H A Dalloc_comp_misc_1.f9020 integer :: nl local in subroutine:ppset
21 nl = 1
24 if (.not.allocated(p(nl)%ipv)) then
/haiku-buildtools/gcc/gmp/mpz/
H A Dtdiv_q.c29 mp_size_t ns, ds, nl, dl; local
35 nl = ABS (ns);
37 ql = nl - dl + 1;
67 tp = TMP_ALLOC_LIMBS (nl + 1);
68 MPN_COPY (tp, np, nl);
70 mpn_div_q (qp, tp, nl, dp, dl, tp);
75 tp = TMP_ALLOC_LIMBS (nl + 1);
76 mpn_div_q (qp, np, nl, dp, dl, tp);
H A Dtdiv_r.c28 mp_size_t ns, ds, nl, dl; local
34 nl = ABS (ns);
36 ql = nl - dl + 1;
50 MPN_COPY (rp, np, nl);
78 tp = TMP_ALLOC_LIMBS (nl);
79 MPN_COPY (tp, np, nl);
83 mpn_tdiv_qr (qp, rp, 0L, np, nl, dp, dl);
H A Dtdiv_qr.c36 mp_size_t ns, ds, nl, dl; local
42 nl = ABS (ns);
44 ql = nl - dl + 1;
58 MPN_COPY (rp, np, nl);
93 tp = TMP_ALLOC_LIMBS (nl);
94 MPN_COPY (tp, np, nl);
98 mpn_tdiv_qr (qp, rp, 0L, np, nl, dp, dl);
H A Drrandomb.c30 mp_size_t nl; local
32 nl = (nbits + GMP_NUMB_BITS - 1) / GMP_NUMB_BITS;
35 MPZ_REALLOC (x, nl);
39 SIZ(x) = nl;
/haiku-buildtools/legacy/binutils/binutils/
H A Dcoffdump.c36 static void nl (void);
91 nl (void) function
113 nl ();
118 nl ();
134 nl ();
138 nl ();
143 nl ();
148 nl ();
152 nl ();
156 nl ();
[all...]
/haiku-buildtools/binutils/binutils/
H A Dcoffdump.c39 static void nl (void);
94 nl (void) function
116 nl ();
121 nl ();
137 nl ();
141 nl ();
146 nl ();
151 nl ();
155 nl ();
159 nl ();
[all...]
/haiku-buildtools/jam/
H A Dlists.c40 LIST *nl )
42 if( !nl )
48 l = nl;
53 l->tail->next = nl;
54 l->tail = nl->tail;
109 * list_copy() - copy a whole list of strings (nl) onto end of another (l)
115 LIST *nl )
117 for( ; nl; nl = list_next( nl ) )
133 LIST *nl = 0; local
[all...]
H A Dlists.h68 LIST * list_append( LIST *l, LIST *nl );
69 LIST * list_copy( LIST *l, LIST *nl );
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dxwsne.c24 Namelist *nl; local
33 nl = (Namelist *)a->cifmt;
35 for(s = nl->name; *s; s++)
39 vd = nl->vars;
40 vde = vd + nl->nvars;
H A Drsne.c25 Namelist *nl; member in struct:hashtab
91 mk_hashtab(nl) Namelist *nl;
93 mk_hashtab(Namelist *nl)
103 if (nl == y->nl)
113 nv = nl->nvars;
125 ht->nl = nl;
130 vd = nl
298 Namelist *nl; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr67506.c4 short nl; variable
27 if ( r < nl )
45 if (r >= nl)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dpr19049.f909 integer ntimes, ld, n, i, nl local in subroutine:s111
12 do 1 nl = 1,2*ntimes
H A Dpr32377.f906 integer ntimes,ld,n,i,nl local in subroutine:s243
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A Dtest1elf.asm10 define(`nl',`
11 ') nl nl nl nl nl nl
H A Dtest1xcoff.asm10 define(`nl',`
11 ') nl nl nl nl nl nl
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ppc/
H A Dtest1elf.asm10 define(`nl',`
11 ') nl nl nl nl nl nl
H A Dtest1xcoff.asm10 define(`nl',`
11 ') nl nl nl nl nl nl
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr39100.c20 EP nl = 0, *na = &nl; local
40 *pa = nl;
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dhgcd2.c91 mp_limb_t nh, mp_limb_t nl,
108 if (nh > dh || (nh == dh && nl >= dl))
110 sub_ddmmss (nh, nl, nh, nl, dh, dl);
121 for (cnt = 0; nh > dh || (nh == dh && nl >= dl); cnt++)
132 if (nh > dh || (nh == dh && nl >= dl))
134 sub_ddmmss (nh, nl, nh, nl, dh, dl);
141 rp[0] = nl;
152 mp_limb_t nh, mp_limb_t nl,
90 div2(mp_ptr rp, mp_limb_t nh, mp_limb_t nl, mp_limb_t dh, mp_limb_t dl) argument
[all...]
/haiku-buildtools/binutils/
H A Dmkinstalldirs14 nl='
16 IFS=" "" $nl"

Completed in 110 milliseconds

1234567