Searched refs:flip (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-55942.C6 constexpr explicit A(bool b) : o{flip(b)} { }
8 constexpr bool flip(bool b) { return !b; } function in struct:A
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/bitset/debug/invalidation/
H A D1.cc33 bs.flip(7);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna.c143 int flip; local
150 for (slen = 0, flip = 1, pp = subst; *pp; pp += 2, flip = 1-flip)
151 slen = fb_subst(&seq[1-flip], &seq[flip], *pp, pp[1]);
H A Dfannkuch-parallel.go62 flip []int
70 flip: make([]int, length),
77 for ; i < n-1 && k.flip[i] == 0; i++ {
85 k.flip[i]--
88 k.flip[i] = i
90 return k.flip[n-1] >= 0
115 k.flip[i] = i
H A Dmeteor-contest.c124 char flip(char dir) { function
240 piece_def[piece][i] = flip(piece_def[piece][i]);
H A Dmeteor-contest.go137 func flip(dir int8) int8 { return (PIVOT - dir) % PIVOT } func
254 piece_def[piece][i] = flip(piece_def[piece][i])
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr2/dynamic_bitset/
H A Dpr58729.cc38 pdb2.flip();
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixinc.interix148 flip -u $2/$file
/haiku-buildtools/binutils/gas/testsuite/gas/ft32/
H A Dinsn.d193 2d8: 0e 00 f0 45 45f0000e flip.l \$r31,\$r0,\$r0
194 2dc: 0e 80 0f 44 440f800e flip.l \$r0,\$r31,\$r0
195 2e0: fe 01 00 44 440001fe flip.l \$r0,\$r0,\$r31
196 2e4: 4e 00 11 44 4411004e flip.l \$r1,\$r2,\$r4
197 2e8: 0e 00 88 44 4488000e flip.l \$r8,\$r16,\$r0
198 2ec: 0e 60 f0 45 45f0600e flip.l \$r31,\$r0,200 <pmlabel.*>
199 2f0: 0e c0 0f 44 440fc00e flip.l \$r0,\$r31,0 <pmlabel.*>
200 2f4: 1e c0 0f 44 440fc01e flip.l \$r0,\$r31,1 <pmlabel\+0x1>
201 2f8: fe df 0f 44 440fdffe flip.l \$r0,\$r31,1ff <pmlabel\+0x1ff>
202 2fc: 1e 80 0f 42 420f801e flip
[all...]
H A Dinsn.s74 TERNARY flip
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dbitset617 // for b[i].flip();
618 reference& flip() {
670 // Versions of single-bit set, reset, flip, test with no range checking.
701 // Set, reset, and flip.
735 bitset<_Nb,_WordT>& flip() {
741 bitset<_Nb,_WordT>& flip(size_t __pos) {
749 return bitset<_Nb,_WordT>(*this).flip();
H A Dstl_bvector.h65 void flip() { *_M_p ^= _M_mask; } function in struct:_Bit_reference
/haiku-buildtools/isl/
H A Disl_output.c269 int flip = 0; local
274 flip = 1;
282 if (flip)
1599 int flip = 0; local
1604 flip = 1;
1612 if (flip)
2164 int flip = 0; local
2169 flip = 1;
2177 if (flip)
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_bvector.h106 flip() _GLIBCXX_NOEXCEPT
1047 flip() _GLIBCXX_NOEXCEPT
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dieee754-sf.S41 eor r0, r0, #0x80000000 @ flip sign bit
53 eor r0, r0, #0x80000000 @ flip sign bit of first arg
59 eor r1, r1, #0x80000000 @ flip sign bit of second arg
H A Dieee754-df.S57 @ flip sign bit
70 eor xh, xh, #0x80000000 @ flip sign bit of first arg
76 eor yh, yh, #0x80000000 @ flip sign bit of second arg
/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c789 struct elf_link_hash_entry *flip;
1236 flip = NULL;
1264 flip = *sym_hash;
1311 flip = *sym_hash;
1316 if (flip != NULL)
1322 flip->root.type = h->root.type;
1324 h->root.u.i.link = (struct bfd_link_hash_entry *) flip;
1325 (*bed->elf_backend_copy_indirect_symbol) (info, flip, h);
1326 flip->root.u.undef.abfd = h->root.u.undef.abfd;
1330 flip
786 struct elf_link_hash_entry *flip; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delflink.c1024 struct elf_link_hash_entry *flip;
1627 flip = NULL;
1664 flip = hi;
1709 flip = hi;
1714 if (flip != NULL)
1719 flip->root.type = h->root.type;
1720 flip->root.u.undef.abfd = h->root.u.undef.abfd;
1722 h->root.u.i.link = (struct bfd_link_hash_entry *) flip;
1723 (*bed->elf_backend_copy_indirect_symbol) (info, flip, h);
1727 flip
1021 struct elf_link_hash_entry *flip; local
[all...]
/haiku-buildtools/gcc/gcc/config/tilegx/
H A Dtilegx.c5374 HOST_WIDE_INT flip = (code == 'm') ? ~0 : 0;
5377 || !tilegx_bitfield_operand_p (INTVAL (x) ^ flip,
5363 HOST_WIDE_INT flip = (code == 'm') ? ~0 : 0; local

Completed in 211 milliseconds