HomeSort by: relevance | last modified time | path
    Searched defs:square (Results 1 - 4 of 4) sorted by relevancy

  /src/games/monop/
morg.c 67 static short square[MAX_PRP+2]; variable in typeref:typename:short[]
101 m(square[0]);
108 m(square[propnum]);
128 square[num_good++] = sqnum(op->sqr);
169 unm(square[0]);
176 unm(square[propnum]);
192 square[num_good++] = sqnum(op->sqr);
monop.h 54 /* square type numbers */
66 #define JAIL 40 /* JAIL square number */
72 struct sqr_st { /* structure for square */
80 typedef struct sqr_st SQUARE;
90 unsigned char sqnums[3]; /* Square numbers (used to init)*/
91 SQUARE *sq[3]; /* list of squares in monop */
103 short square; /* square description */ member in struct:prp_st
110 SQUARE *sqr; /* pointer to square */
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
amdgpu_fixpt31_32.c 233 struct fixed31_32 square; local in function:dc_fixpt_sinc
253 square = dc_fixpt_sqr(arg_norm);
260 square,
286 const struct fixed31_32 square = dc_fixpt_sqr(arg); local in function:dc_fixpt_cos
297 square,
  /src/sbin/nvmectl/
bignum.c 97 static int square(mp_int * a, mp_int * b);
2755 if ((res = square(&a0, &w0)) != MP_OKAY) {
2760 if ((res = square(&a2, &w4)) != MP_OKAY) {
2778 if ((res = square(&tmp1, &w1)) != MP_OKAY) {
2796 if ((res = square(&tmp1, &w3)) != MP_OKAY) {
2808 if ((res = square(&tmp1, &w2)) != MP_OKAY) {
2983 if (square(&x0, &x0x0) != MP_OKAY) {
2986 if (square(&x1, &x1x1) != MP_OKAY) {
2993 if (square(&t1, &t1) != MP_OKAY) {
3100 /* even columns have the square term in them *
3209 square(mp_int * a, mp_int * b) function in typeref:typename:int
    [all...]

Completed in 16 milliseconds