Searched refs:pad (Results 1 - 25 of 163) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dreshape_4.f906 real, dimension(2) :: pad variable in program:main
9 call random_number (pad)
11 result = reshape(source, shape(result),pad=pad(1:0))
13 result = reshape(source, shape(result),pad=pad)
H A Dinquire_6.f904 !pr19313 - inquire(..pad=..)
11 inquire(7,pad=chr)
17 inquire(7,pad=chr)
23 inquire(8,pad=chr)
29 inquire(9,pad=chr)
H A Dread_eof_all.f9034 read(str,'(i2,/,i2)',end=121,pad='no') a, b
38 read(str2(:),'(i2,/,i2)', end=122, pad='no') a, b
43 read(str2(:),'(i2,/,i2,/,i2)',end=123,pad='no') a, b, c
47 read(str(2:1),'(i2,/,i2)',end=131, pad='no') a, b
51 read(str2(:)(2:1),'(i2,/,i2)',end=132, pad='no') a, b
55 read(str2(:)(2:1),'(i2,/,i2,/,i2)',end=133,pad='no') a, b, c
59 read(str(2:1),'(i2,/,i2)',iostat=ios, pad='no') a, b
62 read(str2(:)(2:1),'(i2,/,i2)',iostat=ios, pad='no') a, b
65 read(str2(:)(2:1),'(i2,/,i2,/,i2)',iostat=ios,pad='no') a, b, c
H A Dzero_sized_1.f9082 if (size(reshape(tempn(-7:-8,:),(/3,3/),pad=(/'a'/))) /= 9 .or. &
83 any(reshape(tempn(-7:-8,:),(/3,3/),pad=(/'a'/)) /= 'a')) call abort
84 if (size(reshape(tempn(-7:-8,:),(/3,3,3/),pad=(/'a'/))) /= 27 .or. &
85 any(reshape(tempn(-7:-8,:),(/3,3,3/),pad=(/'a'/)) /= 'a')) call abort
86 if (size(reshape(tempn(-7:-8,:),(/3,3,3,3,3,3,3/),pad=(/'a'/))) /= 2187 .or. &
87 any(reshape(tempn(-7:-8,:),(/3,3,3,3,3,3,3/),pad=(/'a'/)) /= 'a')) call abort
88 if (size(reshape(foo,(/3,3/),pad=(/'a'/))) /= 9 .or. &
89 any(reshape(foo,(/3,3/),pad=(/'a'/)) /= 'a')) call abort
90 if (size(reshape(foo,(/3,3,3/),pad=(/'a'/))) /= 27 .or. &
91 any(reshape(foo,(/3,3,3/),pad
[all...]
H A Diostat_1.f907 open (10, pad='no', status='scratch')
H A Dchar_reshape_1.f906 character (len = slen), dimension (n) :: a, pad variable in program:main
12 pad (i) = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'(i:i+6)
17 call test (reshape (a, shape, pad, order))
37 if (b (i1, i2, i3) .ne. pad (padi)) call abort
H A Dpad_no.f902 ! Test correct operation for pad='no'.
6 open(77,status='scratch',pad='no')
H A Dread_no_eor.f9020 read (unit,"(a)",advance="no",iostat=ios1, pad="yes") buffer
24 read (unit,"(a)",advance="no",iostat=ios2,pad="yes") buffer
34 read (unit,"(a)",advance="no",iostat=ios1, pad="no") buffer
38 read (unit,"(a)",advance="no",iostat=ios2,pad="no") buffer
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr42998.c6 int pad; local
8 pad = 2;
10 pad = 0;
11 __builtin_memset(opt + 2, 0, pad);
12 opt += pad;
H A D931031-1.c3 int pad:1, no:1; member in struct:s
H A Dpr59134.c6 char pad; member in struct:__anon1178
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A Dpr36822.c11 unsigned char pad[4096]; member in struct:__anon2976
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Dshared-lib-test-1-so.cc14 int pad[10]; variable
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dnop123.s1 # A nop to pad with an explicit insn.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dnop123.s1 # A nop to pad with an explicit insn.
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr37868.c8 unsigned char pad : 4; member in struct:X
15 unsigned char pad : 4; member in struct:X
29 x.pad = -1;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr20020-1.c13 unsigned long long pad; member in union:shared_ptr_struct::__anon973
H A Dpr20020-2.c13 unsigned long long pad; member in union:shared_ptr_struct::__anon974
H A Dpr20020-3.c13 unsigned long long pad; member in union:shared_ptr_struct::__anon975
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Ddevirt-24.C3 void pad(void);
24 pad();
25 pad();
26 pad();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbf64-1.c4 long long int pad : 12; member in struct:tmp
11 long long int pad : 12; member in struct:tmp2
36 if (tmp.pad != 0x123 || tmp.field != 0xFFFFFF541FFF567FLL)
38 if (tmp2.pad != 0x123 || tmp2.field != 0xFFFFFF541FFF567FLL)
H A D991118-1.c3 long long int pad : 12; member in struct:tmp
10 long long int pad : 12; member in struct:tmp2
15 long long int pad : 11; member in struct:tmp3
22 long long int pad : 11; member in struct:tmp4
67 if (tmp.pad != 0x123 || tmp.field != 0xFFF9551175BDFDB5LL)
69 if (tmp2.pad != 0x123 || tmp2.field != 0xFFF9551175BDFDB5LL)
74 if (tmp3.pad != 0x123 || tmp3.field != 0xFFF989AB12345678LL)
76 if (tmp4.pad != 0x123 || tmp4.field != 0xFFF989AB12345678LL)
/haiku-buildtools/legacy/gcc/libio/
H A Diopadn.c35 _IO_padn (fp, pad, count)
37 int pad;
46 if (pad == ' ')
48 else if (pad == '0')
53 padbuf[i] = pad;
/haiku-buildtools/binutils/ld/testsuite/ld-metag/
H A Dstub.s7 .section .text.pad,"ax"
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dpr18591.s2 .comm pad,0x80000000,8

Completed in 733 milliseconds

1234567