Home
last modified time | relevance | path

Searched refs:square (Results 1 – 25 of 107) sorted by relevance

12345

/freebsd/crypto/openssh/
H A Dsmult_curve25519_ref.c90 static void square(unsigned int out[32],const unsigned int a[32]) in square() function
160 square(b0,a0); in mainloop()
161 square(b0 + 32,a0 + 32); in mainloop()
166 square(r,c1 + 32); in mainloop()
172 square(xzn1b,c1); in mainloop()
194 /* 2 */ square(z2,z); in recip()
195 /* 4 */ square(t1,z2); in recip()
196 /* 8 */ square(t0,t1); in recip()
199 /* 22 */ square(t0,z11); in recip()
202 /* 2^6 - 2^1 */ square(t0,z2_5_0); in recip()
[all …]
/freebsd/contrib/bc/scripts/
H A Dsqrt_random.bc40 # Get a bit that will say whether the value should be an exact square.
41 bits = divmod(bits, 2, square[])
65 if (square[0])
67 # Okay, I lied. If we need a perfect square, square now.
81 # be a perfect square.
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dmaxim,ds3231.txt14 - 0: square-wave output on the SQW pin
15 - 1: square-wave output on the 32kHz pin
H A Dnxp,pcf85063.txt18 - clock: Provide this if the square wave pin is used as boot-enabled fixed clock.
H A Drtc-m41t80.txt25 - clock: Provide this if the square wave pin is used as boot-enabled fixed clock.
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/davinci/
H A Dpll.txt18 - ti,clkmode-square-wave: Indicates that the board is supplying a square
61 ti,clkmode-square-wave;
/freebsd/share/i18n/csmapper/MISC/
H A DRISCOS-LATIN1%UCS.src31 # A hollow square box with a hollow square box in its top left-hand
32 # corner. (Imagine a square clock showing nine o'clock.) It means
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-subst.exp35 1 two 3 left square bracket
37 1 two 3 right square bracket
/freebsd/crypto/openssl/test/
H A Dbntests.pl56 my $square = bn($s{'Square'});
58 return if $square == $a->bmul($a);
H A Dbntest.c1414 BIGNUM *a = NULL, *square = NULL, *zero = NULL, *ret = NULL; in file_square() local
1419 || !TEST_ptr(square = getBN(s, "Square")) in file_square()
1427 || !equalBN("A^2", square, ret) in file_square()
1429 || !equalBN("A * A", square, ret) in file_square()
1430 || !TEST_true(BN_div(ret, remainder, square, a, ctx)) in file_square()
1437 if (!TEST_true(BN_sqrt(ret, square, ctx)) in file_square()
1442 if (!TEST_BN_eq_zero(square)) { in file_square()
1444 || !TEST_true(BN_copy(tmp, square))) in file_square()
1464 BN_free(square); in file_square()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td278 defm WriteFSqrt : X86SchedWritePair<ReadAfterVecLd>; // Floating point square root.
279 defm WriteFSqrtX : X86SchedWritePair<ReadAfterVecXLd>; // Floating point square root (XMM).
280 defm WriteFSqrtY : X86SchedWritePair<ReadAfterVecYLd>; // Floating point square root (YMM).
281 defm WriteFSqrtZ : X86SchedWritePair<ReadAfterVecYLd>; // Floating point square root (ZMM).
282 defm WriteFSqrt64 : X86SchedWritePair<ReadAfterVecLd>; // Floating point double square root.
283 defm WriteFSqrt64X : X86SchedWritePair<ReadAfterVecXLd>; // Floating point double square root (XMM).
284 defm WriteFSqrt64Y : X86SchedWritePair<ReadAfterVecYLd>; // Floating point double square root (YMM).
285 defm WriteFSqrt64Z : X86SchedWritePair<ReadAfterVecYLd>; // Floating point double square root (ZMM).
286 defm WriteFSqrt80 : X86SchedWritePair<ReadAfterVecLd>; // Floating point long double square root.
291 defm WriteFRsqrt : X86SchedWritePair<ReadAfterVecLd>; // Floating point reciprocal square roo
[all...]
H A DX86ScheduleZnver3.td920 defm : Zn3WriteResXMMPair<WriteFSqrt, [Zn3FPFDiv], 15, [5], 1>; // Floating point square root.
921 defm : Zn3WriteResXMMPair<WriteFSqrtX, [Zn3FPFDiv], 15, [5], 1>; // Floating point square root (XM…
922 defm : Zn3WriteResYMMPair<WriteFSqrtY, [Zn3FPFDiv], 15, [5], 1>; // Floating point square root (YM…
923 defm : X86WriteResPairUnsupported<WriteFSqrtZ>; // Floating point square root (ZMM).
924 defm : Zn3WriteResXMMPair<WriteFSqrt64, [Zn3FPFDiv], 21, [9], 1>; // Floating point double square
925 defm : Zn3WriteResXMMPair<WriteFSqrt64X, [Zn3FPFDiv], 21, [9], 1>; // Floating point double square
926 defm : Zn3WriteResYMMPair<WriteFSqrt64Y, [Zn3FPFDiv], 21, [9], 1>; // Floating point double square
927 defm : X86WriteResPairUnsupported<WriteFSqrt64Z>; // Floating point double square root (ZMM).
928 … 22, [23], 1>; // FIXME: latency not from llvm-exegesis // Floating point long double square root.
933 …esXMMPair<WriteFRsqrt, [Zn3FPFDiv], 3, [1], 1>; // Floating point reciprocal square root estimate.
[all …]
H A DX86SchedBroadwell.td305 defm : BWWriteResPair<WriteFRsqrt, [BWPort0], 5, [1], 1, 5>; // Floating point reciprocal square r…
306 defm : BWWriteResPair<WriteFRsqrtX,[BWPort0], 5, [1], 1, 5>; // Floating point reciprocal square r…
307 …qrtY,[BWPort0,BWPort015], 11, [2,1], 3, 6>; // Floating point reciprocal square root estimate (YMM…
310 defm : X86WriteRes<WriteFSqrt, [BWPort0,BWFPDivider], 11, [1,4], 1>; // Floating point square
312 …esPair<WriteFSqrtX, [BWPort0,BWFPDivider], 11, [1,7], 1, 5>; // Floating point square root (XMM).
313 …SqrtY, [BWPort0,BWPort015,BWFPDivider], 21, [2,1,14], 3, 6>; // Floating point square root (YMM).
315 …teRes<WriteFSqrt64, [BWPort0,BWFPDivider], 16, [1,8], 1>; // Floating point double square root.
317 …WriteFSqrt64X, [BWPort0,BWFPDivider], 16, [1,14],1, 5>; // Floating point double square root (XMM).
318 …, [BWPort0,BWPort015,BWFPDivider], 29, [2,1,28], 3, 6>; // Floating point double square root (YMM).
320 …esPair<WriteFSqrt80, [BWPort0,BWFPDivider], 23, [1,9]>; // Floating point long double square root.
/freebsd/sys/libkern/x86/
H A Dcrc32_sse42.c115 gf2_matrix_square(uint32_t *square, uint32_t *mat) in gf2_matrix_square() argument
120 square[n] = gf2_matrix_times(mat, mat[n]); in gf2_matrix_square()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedNeoverseN1.td414 // FP square root
418 // FP square root, H-form
422 // FP square root, S-form
428 // FP square root, D-form
698 // ASIMD FP square root, D-form, F16
702 // ASIMD FP square root, D-form, F32
706 // ASIMD FP square root, Q-form, F16
710 // ASIMD FP square root, Q-form, F32
716 // ASIMD FP square root, Q-form, F64
771 // ASIMD reciprocal and square roo
[all...]
H A DAArch64SchedNeoverseV1.td665 // FP square root
669 // FP square root, H-form
673 // FP square root, S-form
679 // FP square root, D-form
930 // ASIMD FP square root, D-form, F16
934 // ASIMD FP square root, F32
944 // ASIMD FP square root, Q-form, F16
947 // ASIMD FP square root, Q-form, F64
1018 // ASIMD reciprocal and square root estimate, D-form U32
1019 // ASIMD reciprocal and square root estimate, D-form F32 and F64
[all …]
H A DAArch64SchedNeoverseN2.td798 // FP divide, square root
808 // FP square root, H-form
810 // FP square root, S-form
812 // FP square root, D-form
1133 // ASIMD FP square root, D-form, F16
1136 // ASIMD FP square root, D-form, F32
1139 // ASIMD FP square root, Q-form, F16
1142 // ASIMD FP square root, Q-form, F32
1145 // ASIMD FP square root, Q-form, F64
1193 // ASIMD reciprocal and square root estimate, D-form U32
[all …]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_prime.c30 #define square(x) ((BN_ULONG)(x) * (BN_ULONG)(x)) macro
510 && square(primes[i]) > BN_get_word(rnd) + delta) in probable_prime()
589 && square(primes[i]) > BN_get_word(rnd) + delta) in probable_prime_dh()
/freebsd/crypto/openssl/doc/man3/
H A DBN_add.pod60 BN_sqr() takes the square of I<a> and places the result in I<r>
89 BN_mod_sqr() takes the square of I<a> modulo B<m> and places the
92 BN_mod_sqrt() returns the modular square root of I<a> such that
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dlpc32xx-key.txt19 since LPC32xx only supports square matrices
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dapq8039-t2.dts19 compatible = "square,apq8039-t2", "qcom,msm8939";
170 model = "apq8039-square-sndcard";
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-history.txt15 -- Fixed a bug in all 64-bit-version square root functions except
/freebsd/tools/tools/locale/patch/
H A Dpatch-UnicodeData.txt5 33FF;SQUARE GAL;So;0;ON;<square> 0067 0061 006C;;;;N;;;;;
/freebsd/contrib/smbfs/examples/
H A Ddot.nsmbrc13 # surrounded with square brackets:
/freebsd/usr.bin/m4/TEST/
H A Dsqroot.m436 `ifelse(eval($1<0),1,negative-square-root,

12345