Searched refs:output (Results 1 - 25 of 760) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfmt_t_6.f4 character(22) :: output variable
7 write(output,'(T20,A3, T1,A4, T5,A2, T7,A2, T9,A4, T17,A2)')
9 if (output .ne. " b c d e f a") call abort
H A Dread_infnan_1.f9013 character(80) :: output variable in program:pr43298
24 write (output, '("x4 =",7G6.0)') x4
25 if (output.ne."x4 = Inf NaN Inf NaN -Inf NaN Inf") call abort
26 write (output, '("x8 =",7G6.0)') x8
27 if (output.ne."x8 = Inf NaN Inf NaN -Inf NaN Inf") call abort
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dfmovd-zero.c5 foo (double *output) argument
7 *output = 0.0;
H A Dfmovd.c5 foo (double *output) argument
7 *output = 4.25;
H A Dfmovf-zero.c5 foo (float *output) argument
7 *output = 0.0;
H A Dfmovf.c5 foo (float *output) argument
7 *output = 4.25;
H A Dvect-fmovd-zero.c7 foo (double *output) argument
12 output[i] = 0.0;
H A Dvect-fmovd.c7 foo (double *output) argument
12 output[i] = 4.25;
H A Dvect-fmovf-zero.c7 foo (float *output) argument
12 output[i] = 0.0;
H A Dvect-fmovf.c7 foo (float *output) argument
12 output[i] = 4.25;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr52686.c6 unsigned int output[4]; variable
13 output[0] = x << 1;
14 output[1] = x << 1;
15 output[2] = x << 1;
16 output[3] = x << 1;
/haiku-buildtools/gcc/gcc/
H A Dmkconfig.sh32 output=$1
33 rm -f ${output}T
37 header_guard=GCC_`echo ${output} | sed -e ${hg_sed_expr}`
40 echo "#ifndef ${header_guard}" >> ${output}T
41 echo "#define ${header_guard}" >> ${output}T
45 if test x"$output" = x"config.h"; then
46 echo "#ifdef GENERATOR_FILE" >> ${output}T
47 echo "#error config.h is for the host, not build, machine." >> ${output}T
48 echo "#endif" >> ${output}T
54 echo "#define TARGET_CPU_DEFAULT ($TARGET_CPU_DEFAULT)" >> ${output}
[all...]
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dtarget-utils.exp18 # ${tool}_check_unsupported_p -- Check the compiler(/assembler/linker) output
30 proc ${tool}_check_unsupported_p { output } {
31 if [regexp "(^|\n)\[^\n\]*: region \[^\n\]* is full" $output] {
34 if { [regexp "(^|\n)\[^\n\]*: relocation truncated to fit" $output]
40 [string match "*exceeds local store*" $output] } {
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20120207-1.c11 char *output = buf; local
15 output += a;
16 output -= 1;
18 return output[0];
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dtextinsn-errors.d1 #error-output: textinsn-errors.err
H A Drelocs-errors.d1 #error-output: relocs-errors.err
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dcomplex4.C11 cdouble output = elt_zero(); local
13 output += data[1];
14 return output;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vmx/
H A Dyousufi-1.c5 strange output for input values of less than ~.0039. -Umair */
10 vector unsigned int output; local
13 output = vec_ctu(input, 1);
14 check(vec_all_eq(output, expect), "vec_ctu");
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
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]);

Completed in 208 milliseconds

1234567891011>>