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

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
bitintpow10.h 147 printf (" /%c %d %c/ BIL_OFF (%d, %d),\n",
149 printf (" /%c End %c/ BIL_OFF (%d, %d)\n};\n",
4667 /* 0 */ BIL_OFF (0, 0),
4668 /* 1 */ BIL_OFF (1, 1),
4669 /* 2 */ BIL_OFF (2, 2),
4670 /* 3 */ BIL_OFF (3, 3),
4671 /* 4 */ BIL_OFF (4, 4),
4672 /* 5 */ BIL_OFF (5, 5),
4673 /* 6 */ BIL_OFF (6, 6),
4674 /* 7 */ BIL_OFF (7, 7)
    [all...]
bitintpow10.c 34 # define BIL_OFF(x, y) (x)
41 # define BIL_OFF(x, y) (y)

Completed in 29 milliseconds