Searched refs:area (Results 1 - 25 of 35) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dcache-1.c5 f1 (int *area) argument
7 __builtin_mips_cache (20, area);
11 f2 (const short *area) argument
13 __builtin_mips_cache (24, area + 10);
17 f3 (volatile unsigned int *area, int offset) argument
19 __builtin_mips_cache (0, area + offset);
23 f4 (const volatile unsigned char *area) argument
25 __builtin_mips_cache (4, area - 80);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A Dpr52731.c4 char* area; variable
18 area = base + size;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cilk-plus/CK/
H A Dconst_spawn.cc12 int area ();
34 int Rectangle::area() function in class:Rectangle
43 return r.area();
50 return r.area();
57 return r.area ();
64 return r.area();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr30665-2.c15 struct area struct
23 struct area ii;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-bb-slp-call-3.c23 double lastX = 0, lastY = 0, area = 0; local
39 area += srcY * lastX - srcX * lastY;
49 scale = sqrt((iWidth - 1) * (iHeight - 1) / area);
/haiku-buildtools/binutils/gas/testsuite/gas/all/
H A Dalign.d3 # The RX port will always replace zeros in any aligned area with NOPs,
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D980310-4.f175 double precision a,abserr,alist,area,area1,area12,area2,a1,a2,b, local in subroutine:dqage
200 c area - sum of the integrals over the subintervals
260 area = result
287 area = area+area12-rlist(maxerr)
294 errbnd = dmax1(epsabs,epsrel*dabs(area))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-function2.C20 constexpr int area = squarei(side); // { dg-error "side|argument" } variable
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfunc_derived_4.f9010 real(kind(1.d0)), allocatable :: area(:) component in type:mesh
15 allocate(msh%area(10))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-v850.c204 v850_comm (int area)
302 switch (area)
338 switch (area)
365 switch (area)
400 switch (area)
405 do_v850_seg (area, 0);
406 S_SET_SEGMENT (symbolP, v850_seg_table[area].s);
202 v850_comm(int area) argument
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/vect/
H A Dpr32380.f79 common/aux10loc/area(nlq), local in subroutine:trnfbt
152 htxi =area(i)*(x3(i)-x2(i)-x4(i))
153 htyi =area(i)*(y3(i)-y2(i)-y4(i))
/haiku-buildtools/binutils/gas/testsuite/gas/m68hc11/
H A D9s12x-exg-sex-tfr.s9 ;; none of shaded area is actually supported
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/i386/
H A Dcompressed-1a.d113 Size of area in .[z]?debug_info section: 74
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/x86-64/
H A Dcompressed-1a.d112 Size of area in .[z]?debug_info section: 98
/haiku-buildtools/gcc/gmp/mpn/sparc32/v9/
H A Dmul_1.asm71 add %sp, 160, %o5 C point in scratch area
72 and %o5, -32, %o5 C align at 0 (mod 32) in scratch area
H A Daddmul_1.asm71 add %sp, 160, %o5 C point in scratch area
72 and %o5, -32, %o5 C align at 0 (mod 32) in scratch area
H A Dsubmul_1.asm71 add %sp, 160, %o5 C point in scratch area
72 and %o5, -32, %o5 C align at 0 (mod 32) in scratch area
/haiku-buildtools/binutils/gas/config/
H A Dtc-v850.c265 v850_comm (int area)
362 switch (area)
398 switch (area)
425 switch (area)
460 switch (area)
465 do_v850_seg (area, 0);
466 S_SET_SEGMENT (symbolP, v850_seg_table[area].s);
263 v850_comm(int area) argument
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Daddmul_2.asm34 C 1. Align the stack area where we transfer the four 50-bit product-sums
37 C be to align the area to map to the area immediately before up?)
H A Dmul_1.asm34 C 1. Align the stack area where we transfer the four 49-bit product-sums
37 C be to align the area to map to the area immediately before s1?)
H A Daddmul_1.asm36 C 1. Align the stack area where we transfer the four 49-bit product-sums
39 C be to align the area to map to the area immediately before up?)
/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Dmake_graph.py243 ar = area.T(x_axis = xaxis, y_axis = yaxis, legend = lg, size = (240,110), x_range = (0, 2200))
/haiku-buildtools/legacy/gcc/gcc/config/h8300/
H A Dlib1funcs.asm521 sub.w S0,S0 ; zero play area
596 sub.l S0P,S0P ; zero play area
/haiku-buildtools/legacy/gcc/gcc/config/v850/
H A Dv850.c1404 /* # of registers saved in register parameter area. */
2009 /* Retrieve the data area that has been chosen for the given decl. */
2027 /* Store the indicated data area in the decl's attributes. */
2060 v850_data_area area;
2069 /* Implement data area attribute. */
2084 a data area attribute cannot be specified for local variables");
2089 area = v850_get_data_area (decl);
2090 if (area != DATA_AREA_NORMAL && data_area != area)
2092 data area o
2041 v850_data_area area; local
[all...]
/haiku-buildtools/gcc/gcc/config/v850/
H A Dv850.c87 /* Track the current data area set by the data area pragma (which
2077 /* Retrieve the data area that has been chosen for the given decl. */
2094 /* Store the indicated data area in the decl's attributes. */
2144 v850_data_area area;
2147 /* Implement data area attribute. */
2163 "data area attributes cannot be specified for "
2171 area = v850_get_data_area (decl);
2172 if (area != DATA_AREA_NORMAL && data_area != area)
2135 v850_data_area area; local
[all...]

Completed in 157 milliseconds

12