Searched refs:input (Results 1 - 25 of 382) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dxordi3-opt.c4 unsigned long long xor64 (unsigned long long input) argument
6 return input ^ 0x200000004ULL;
H A Diordi3-opt.c4 unsigned long long or64 (unsigned long long input) argument
6 return input | 0x200000004ULL;
/haiku-buildtools/legacy/gcc/gcc/
H A Dsort-protos5 input=$1
7 sed 's/\(.*[ \*]\)\([a-zA-Z0-9_][a-zA-Z0-9_]*\)[ ]*\(([^\*].*\)$/\2%\1%\3/' $input | sort -u | awk -F% '{printf "%-30.30s%s%s\n", $2, $1, $3}' > tmp.$input
9 mv -f tmp.$input $input
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfmt_missing_period_1.f6 character(12) :: input = "1234abcdef" variable
7 read(input,'(f4,a6)') aval, str !{ dg-error "Period required" }
8 read(input,'(d10,a6)') aval, str !{ dg-error "Period required" }
H A Dfmt_missing_period_2.f7 character(12) :: input = "1234abcdef" variable
8 read(input,'(f4,a6)') aval, str
13 read(input,'(d4,a6)') aval, str
H A Dbackspace_9.f9 input=10
14 read(input,1000)a
15 read(input,1000)a
19 read(input,1000)a
29 input=10
33 backspace input
38 30 read(input,1000,end=60) data
49 backspace input
H A Dfmt_missing_period_3.f7 character(12) :: input = "1234abcdef" variable
11 read(input,fmtstr) aval, str
H A Dnamelist_empty.f909 namelist /input/ var namelist
17 read(7,NML=input)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980707-1.c5 buildargv (char *input) argument
12 while (*input == ' ')
13 input++;
14 if (*input == 0)
16 arglist [numargs++] = input;
17 while (*input != ' ' && *input != 0)
18 input++;
19 if (*input == 0)
21 *(input
31 char input[256]; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr32366.c9 static float input[20]; local
12 input[k] = k * 1.0;
H A Dvect-rounding-btrunc.c8 foo (double *output, double *input) argument
13 output[i] = __builtin_trunc (input[i]);
H A Dvect-rounding-btruncf.c8 foo (float *output, float *input) argument
13 output[i] = __builtin_truncf (input[i]);
H A Dvect-rounding-ceil.c8 foo (double *output, double *input) argument
13 output[i] = __builtin_ceil (input[i]);
H A Dvect-rounding-ceilf.c8 foo (float *output, float *input) argument
13 output[i] = __builtin_ceilf (input[i]);
H A Dvect-rounding-floor.c8 foo (double *output, double *input) argument
13 output[i] = __builtin_floor (input[i]);
H A Dvect-rounding-floorf.c8 foo (float *output, float *input) argument
13 output[i] = __builtin_floorf (input[i]);
H A Dvect-rounding-lceil.c8 foo (long *output, double *input) argument
13 output[i] = __builtin_lceil (input[i]);
H A Dvect-rounding-lfloor.c8 foo (long *output, double *input) argument
13 output[i] = __builtin_lfloor (input[i]);
H A Dvect-rounding-nearbyint.c8 foo (double *output, double *input) argument
13 output[i] = __builtin_nearbyint (input[i]);
H A Dvect-rounding-nearbyintf.c8 foo (float *output, float *input) argument
13 output[i] = __builtin_nearbyintf (input[i]);
H A Dvect-rounding-round.c8 foo (double *output, double *input) argument
13 output[i] = __builtin_round (input[i]);
H A Dvect-rounding-roundf.c8 foo (float *output, float *input) argument
13 output[i] = __builtin_roundf (input[i]);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse-21.c16 walrus (const struct foo *input) argument
21 + (unsigned long long) (((double) input->a * 1000000000
22 + (double) input->b) * c);
/haiku-buildtools/legacy/gcc/
H A Dylwrap23 # * INPUT is the input file
38 # The input.
39 input="$1"
41 case "$input" in
49 input="`pwd`/$input"
53 # We don't want to use the absolute path if the input in the current
55 input_base=`echo $input | sed -e 's|.*/||'`
56 if test -f $input_base && cmp $input_base $input >/dev/null 2>&1; then
57 input
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Doperands.l3 .*:4: Error: .* input .*

Completed in 82 milliseconds

1234567891011>>