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

  /src/external/gpl3/gcc/dist/libgcc/soft-fp/
bitintpow10.h 72 printf ("BIL_PAIR (BIL_VAL (0x%.*s), BIL_VAL (0x%.8s))",
75 printf ("BIL_VAL (0x%.*s)", (int) s4, p);
78 printf (",\n%*sBIL_PAIR (BIL_VAL (0x%.8s), BIL_VAL (0x%.8s))",
119 printf ("BIL_PAIR (BIL_VAL (0x%.*s), BIL_VAL (0x%.8s))",
122 printf ("BIL_VAL (0x%.*s)", (int) s4, buf);
135 printf ("BIL_PAIR (BIL_VAL (0x%.8s), BIL_VAL (0x%.8s))"
    [all...]
bitintpow10.c 31 # define BIL_VAL(x) ((UBILtype) (x))
33 # define BIL_PAIR(x, y) ((BIL_VAL (x) << 32) | BIL_VAL (y))
37 # define BIL_PAIR(x, y) BIL_VAL (x), BIL_VAL (y)
39 # define BIL_PAIR(x, y) BIL_VAL (y), BIL_VAL (x)

Completed in 12 milliseconds