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

  /src/tests/usr.bin/xlint/lint1/
msg_320.c 13 int square = base * base;
14 square * base;
  /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/usr.bin/make/unit-tests/
varmod-subst.exp 35 1 two 3 left square bracket
37 1 two 3 right square bracket
varmod-subst.mk 228 @echo ${:U1 2 3:S[2[two[:Q} left square bracket
230 @echo ${:U1 2 3:S]2]two]:Q} right square bracket
  /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/usr.bin/m4/TEST/
sqroot.m4 41 `ifelse(eval($1<0),1,negative-square-root,
test.m4 113 # some square roots.
  /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...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rk3288-rock2-square.dts 8 model = "Radxa Rock 2 Square";
9 compatible = "radxa,rock2-square", "rockchip,rk3288";
Makefile 1048 rk3288-rock2-square.dtb \
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 11993 # SQUARE ROOT: norms and denorms ONLY!
12005 fsqrt.x (%a0),%fp0 # execute square root
12113 fsqrt.x FP_SCR0(%a6),%fp0 # execute square root
12164 fsqrt.x FP_SCR0(%a6),%fp0 # perform square root
fpsp.s 6980 # extended-precision numbers whose square over/underflow #
15561 # SQUARE ROOT: norms and denorms ONLY!
15573 fsqrt.x (%a0),%fp0 # execute square root
15681 fsqrt.x FP_SCR0(%a6),%fp0 # execute square root
15732 fsqrt.x FP_SCR0(%a6),%fp0 # perform square root

Completed in 40 milliseconds