Searched refs:result (Results 201 - 225 of 1983) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/gcc/libiberty/
H A Dvasprintf.c38 int_vasprintf (result, format, args)
39 char **result;
113 *result = malloc (total_width);
114 if (*result != NULL)
115 return vsprintf (*result, format, *args);
121 vasprintf (result, format, args)
122 char **result;
130 return int_vasprintf (result, format, &args);
144 char *result; local
153 vasprintf (&result, forma
[all...]
/haiku-buildtools/legacy/gcc/libio/
H A Diogetc.c35 int result; local
39 result = _IO_getc_unlocked (fp);
41 return result;
H A Dioputc.c29 int result; local
33 result = _IO_putc_unlocked (c, fp);
35 return result;
H A Diofgets.c36 char *result; local
44 result = NULL;
48 result = buf;
51 return result;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dnrv3.c18 S result; local
25 /* i is call-clobbered for these calls, but result and result_arr
27 result = nrv_candidate ();
30 use_result (result, i);
H A Dpr41248.c9 unsigned int *result; local
10 result = &__gcov_var.buffer[__gcov_var.offset];
11 return result;
H A Dsibcall-8.c8 int result = 0; variable
12 result = (arr.data[0] != 1
28 return result;
H A D20020607-1.c31 cpp_num result = num_equality_op (a, b); local
32 if (result.low)
35 result = num_equality_op (a, a);
36 if (!result.low)
H A Dpr43402.c29 int result; local
41 result = __builtin_strcmp(realName, cnvNameType[mid].name);
43 if (result < 0) {
45 } else if (result > 0) {
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr45764.c4 int result[64][16]; variable
22 result[i][ j] = ibuf[64 - i + 64 * j];
23 result[i][15 - j] = ibuf[ i + 64 * j];
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dvect-reduc-dot-u8b.c24 unsigned short result = 0; local
27 result += (unsigned short)(X[i] * Y[i]);
29 return result;
H A Dwrapv-vect-reduc-dot-s8b.c25 short result = 0; local
28 result += (X[i] * Y[i]);
30 return result;
H A Dslp-widen-mult-s16.c11 int result[N]; variable
19 result[2*i] = X[2*i] * Y[2*i];
20 result[2*i+1] = X[2*i+1] * Y[2*i+1];
33 if (result[i] != X[i] * Y[i])
H A Dslp-widen-mult-u8.c11 unsigned short result[N]; variable
19 result[2*i] = X[2*i] * Y[2*i];
20 result[2*i+1] = X[2*i+1] * Y[2*i+1];
33 if (result[i] != X[i] * Y[i])
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D20060512-3.c29 int result; local
31 result = self_aligning_function (g_1, g_2);
32 if (result != 42)
H A D20060512-1.c36 int result; local
38 result = self_aligning_function (g_1, g_2);
39 if (result != 42)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dabs_2.c15 int16x4_t result; local
19 /* Expect "result" = 0001000100003b9b. */
20 result = vabs_s16 (vsub_s16 (val1, val2));
22 got = vget_lane_u64 (vreinterpret_u64_s16 (result), 0);
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dreduction-4.c17 double complex vresult, result, array[n]; local
23 result = 0;
28 #pragma acc loop reduction (+:result)
30 result += array[i];
36 if (result != vresult)
39 result = 0;
46 // #pragma acc loop reduction (*:result)
48 // result *= array[i];
54 // if (fabs(result - vresult) > .0001)
56 // result
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/in_avail/char/
H A D21955.cc27 double result; local
38 s >> result; local
44 return result;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpure_dummy_length_1.f909 string, ignore_case) result(same)
17 function impure(self) result(ival)
22 pure function purity(self, string, ignore_case) result(same)
H A Dallocatable_function_3.f903 ! an ICE because allocatable result actuals had not been catered for.
7 function transform_to_spectral_from() result(spectral)
19 function transform_to_spectral_from() result(spectral)
H A Darray_function_6.f9013 function func() result(res)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/rtti/
H A Dtypeid10.C10 bool result(false);
11 const std::type_info &a1 = typeid( (result=true), *(T*)0);
13 return result;
/haiku-buildtools/gcc/contrib/reghunt/examples/
H A Dreg-watch.awk0 /result for low patch/ {
7 /result for high patch/ {
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dt-urndmm.c38 int result; local
40 result = TRUE;
46 if (result)
61 result = FALSE;
70 if (result)
72 /* Test that mpz_urandomm returns the correct result with a
83 result = FALSE;
91 if (result)
103 result = FALSE;
110 result
145 int result = TRUE; local
[all...]

Completed in 111 milliseconds

1234567891011>>