Searched refs:square (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Djump.c6 static int square (int x) function
8 static int square (x)
21 i = square (i);
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/
H A Dclean-two.c8 unsigned int const square = size * size; local
10 return square;
/openbsd-current/sbin/iked/
H A Dsmult_curve25519_ref.c90 static void square(unsigned int out[32],const unsigned int a[32]) function
160 square(b0,a0);
161 square(b0 + 32,a0 + 32);
166 square(r,c1 + 32);
172 square(xzn1b,c1);
194 /* 2 */ square(z2,z);
195 /* 4 */ square(t1,z2);
196 /* 8 */ square(t0,t1);
199 /* 22 */ square(t0,z11);
202 /* 2^6 - 2^1 */ square(t
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsmult_curve25519_ref.c90 static void square(unsigned int out[32],const unsigned int a[32]) function
160 square(b0,a0);
161 square(b0 + 32,a0 + 32);
166 square(r,c1 + 32);
172 square(xzn1b,c1);
194 /* 2 */ square(z2,z);
195 /* 4 */ square(t1,z2);
196 /* 8 */ square(t0,t1);
199 /* 22 */ square(t0,z11);
202 /* 2^6 - 2^1 */ square(t
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators8.C12 class square :public shape { class in inherits:shape
14 square(int x, int y, int width_) { function in class:square
46 shape* s1 = new square(4,4,5);
/openbsd-current/games/monop/
H A Dmorg.c61 static shrt square[MAX_PRP+2]; variable
91 m(square[0]);
97 m(square[prop]);
116 square[num_good++] = sqnum(op->sqr);
154 unm(square[0]);
160 unm(square[prop]);
175 square[num_good++] = sqnum(op->sqr);
H A Dmonop.h55 /* square type numbers */
67 #define JAIL 40 /* JAIL square number */
73 struct sqr_st { /* structure for square */
104 shrt square; /* square description */ member in struct:prp_st
111 SQUARE *sqr; /* pointer to square */
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dreg_eval.t36 $hash->{square} =~
51 secret[ ]number[ ](\d+)(?{ local $hash->{square} = $^N }).
58 print ref($obj), ":$obj->{name}:$obj->{age}:$obj->{square}";
60 print $obj, ":$hash->{name}:$hash->{age}:$hash->{square}";
63 print "no match $hash->{name}:$hash->{age}:$hash->{square}";
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DDecomposition.pl1907 3250 <square> 0050 0054 0045
2030 32CC <square> 0048 0067
2031 32CD <square> 0065 0072 0067
2032 32CE <square> 0065 0056
2033 32CF <square> 004C 0054 0044
2081 32FF <square> 4EE4 548C
2082 3300 <square> 30A2 30D1 30FC 30C8
2083 3301 <square> 30A2 30EB 30D5 30A1
2084 3302 <square> 30A2 30F3 30DA 30A2
2085 3303 <square> 3
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/basics/
H A Dfixpt31_32.c230 struct fixed31_32 square; local
250 square = dc_fixpt_sqr(arg_norm);
257 square,
283 const struct fixed31_32 square = dc_fixpt_sqr(arg); local
294 square,
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/JP/
H A DJP.pm82 to U+3013 (0xA2AE in EUC-JP; a white square also known as 'Tofu' or
/openbsd-current/usr.sbin/ntpd/
H A Dcontrol.c37 #define square(x) ((x) * (x)) macro
386 cp->jitter += square(p->reply[shift].delay -
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dinteger.pm57 square root of 2. Now, it so happens that the pre- and post- increment
H A DBenchmark.t679 "back to square 1 when we clear the cache again?");
/openbsd-current/regress/usr.bin/sed/
H A Ddc.sed315 # first square root using sed: 8k2v at 1:30am Dec 17, 1996
317 square root of negative number
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Deval.t626 Missing right curly or square bracket at (eval 1) line 1, at end of line
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DNNTP.pm1234 or end of the set. This set is enclosed in square brackets. The
1235 close square bracket C<]> may be used in a set if it is the first
1241 the beginning of the test string just inside the open square
1245 invalidate the special meaning of an open square bracket C<[>,
1256 matches any single character other than a close square
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1154 // Square Root - this method computes and returns the square root of "this".
1160 // the Babylonian method for computing square roots is used.
1192 // is a classical Babylonian method for computing the square root. This code
1209 // Use the Babylonian method to arrive at the integer square root:
1223 APInt square(x_old * x_old);
1225 if (this->ult(square))
1228 APInt midpoint((nextSquare - square).udiv(two));
1229 APInt offset(*this - square);
2934 // The exact value of the square root of D should be between SQ and SQ+1.
/openbsd-current/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm828 sub square {
835 C<square> function.
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DSelect.pm177 Where each the item inside square brackets (the ".." followed by the
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DConcise.pm1209 of the square brackets have been replaced by round ones. This is a
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1700 For instance, the C<sqrt> routine which computes the square root of
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex5631 \errmessage{Unbalanced square braces in @def}%
6058 % Use the node name inside the square brackets.
6062 % the square brackets. Use the real section title if we have it.
6161 % since square brackets don't work well in some documents. Particularly
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex5412 \errmessage{Unbalanced square braces in @def}%
5800 % Use the node name inside the square brackets.
5804 % the square brackets. Use the real section title if we have it.
5900 % since square brackets don't work well in some documents. Particularly
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex5507 \errmessage{Unbalanced square braces in @def}%
5935 % Use the node name inside the square brackets.
5939 % the square brackets. Use the real section title if we have it.
6035 % since square brackets don't work well in some documents. Particularly

Completed in 616 milliseconds

12