HomeSort by: relevance | last modified time | path
    Searched refs:algebra (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
fix_unaligned.c 369 #define SIGN_EXT(u16, algebra) \
370 ((u16) | (((algebra) && (u16) >= 0x8000) ? 0xffff0000 : 0))
381 algebra = flags & UAF_ALGEBRA, local
416 bswap16(u16) : SIGN_EXT(u16, algebra);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 142 Besides the typical set algebra it provides an unusual feature:
2236 $(P Sets support natural syntax for set algebra, namely: )

Completed in 28 milliseconds