Searched defs:sqr (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/troff/troff.d/ | ||
H A D | draw.c | 272 #define sqr(x) (long int)(x)*(x) macro |
/titanic_44/usr/src/common/mpi/ | ||
H A D | mpi.c | 920 mp_err mp_sqr(const mp_int *a, mp_int *sqr) in mp_sqr() |