Searched refs:MUL (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ | ||
H A D | drand48.c | 74 #define MUL(x, y, z) { int32_t l = (int32_t)(x) * (int32_t)(y); \ macro 134 MUL(a[0], x[0], p); 137 MUL(a[0], x[1], q); 139 MUL(a[1], x[0], r); |
Completed in 16 milliseconds