| /freebsd-14.2/crypto/openssh/ |
| H A D | smult_curve25519_ref.c | 160 square(b0,a0); 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() 211 /* 2^20 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t0,t1); square(t1,t0); } in recip() 216 /* 2^40 - 2^20 */ for (i = 2;i < 20;i += 2) { square(t0,t1); square(t1,t0); } in recip() 221 /* 2^50 - 2^10 */ for (i = 2;i < 10;i += 2) { square(t1,t0); square(t0,t1); } in recip() 226 /* 2^100 - 2^50 */ for (i = 2;i < 50;i += 2) { square(t0,t1); square(t1,t0); } in recip() [all …]
|
| /freebsd-14.2/contrib/bc/scripts/ |
| H A D | sqrt_random.bc | 41 bits = divmod(bits, 2, square[]) 65 if (square[0])
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | maxim,ds3231.txt | 14 - 0: square-wave output on the SQW pin 15 - 1: square-wave output on the 32kHz pin
|
| H A D | nxp,pcf85063.txt | 18 - clock: Provide this if the square wave pin is used as boot-enabled fixed clock.
|
| H A D | rtc-m41t80.txt | 25 - clock: Provide this if the square wave pin is used as boot-enabled fixed clock.
|
| H A D | nxp,pcf85063.yaml | 42 Provide this if the square wave pin is used as boot-enabled
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ti/davinci/ |
| H A D | pll.txt | 18 - ti,clkmode-square-wave: Indicates that the board is supplying a square 61 ti,clkmode-square-wave;
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | varmod-subst.exp | 35 1 two 3 left square bracket 37 1 two 3 right square bracket
|
| /freebsd-14.2/share/i18n/csmapper/MISC/ |
| H A D | RISCOS-LATIN1%UCS.src | 31 # 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-14.2/crypto/openssl/test/ |
| H A D | bntests.pl | 56 my $square = bn($s{'Square'}); 58 return if $square == $a->bmul($a);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 278 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 root est… [all …]
|
| H A D | X86ScheduleZnver3.td | 923 defm : Zn3WriteResXMMPair<WriteFSqrt, [Zn3FPFDiv], 15, [5], 1>; // Floating point square root. 924 defm : Zn3WriteResXMMPair<WriteFSqrtX, [Zn3FPFDiv], 15, [5], 1>; // Floating point square root (XM… 925 defm : Zn3WriteResYMMPair<WriteFSqrtY, [Zn3FPFDiv], 15, [5], 1>; // Floating point square root (YM… 926 defm : X86WriteResPairUnsupported<WriteFSqrtZ>; // Floating point square root (ZMM). 927 defm : Zn3WriteResXMMPair<WriteFSqrt64, [Zn3FPFDiv], 21, [9], 1>; // Floating point double square … 928 defm : Zn3WriteResXMMPair<WriteFSqrt64X, [Zn3FPFDiv], 21, [9], 1>; // Floating point double square … 929 defm : Zn3WriteResYMMPair<WriteFSqrt64Y, [Zn3FPFDiv], 21, [9], 1>; // Floating point double square … 930 defm : X86WriteResPairUnsupported<WriteFSqrt64Z>; // Floating point double square root (ZMM). 936 …esXMMPair<WriteFRsqrt, [Zn3FPFDiv], 3, [1], 1>; // Floating point reciprocal square root estimate. 937 …Pair<WriteFRsqrtX, [Zn3FPFDiv], 3, [1], 1>; // Floating point reciprocal square root estimate (XMM… [all …]
|
| /freebsd-14.2/sys/libkern/x86/ |
| H A D | crc32_sse42.c | 115 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-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedNeoverseN1.td | 414 // 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 root estimate, D-form F32 and F64 [all …]
|
| H A D | AArch64SchedNeoverseV1.td | 665 // 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 1647 // Floating point square root, F16 1650 // Floating point square root, F32 [all …]
|
| H A D | AArch64SchedNeoverseN2.td | 798 // 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 2042 // Floating point square root, F16 2045 // Floating point square root, F32 [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | BN_add.pod | 60 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-14.2/crypto/openssl/crypto/bn/ |
| H A D | bn_prime.c | 30 #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-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | lpc32xx-key.txt | 19 since LPC32xx only supports square matrices
|
| /freebsd-14.2/lib/libc/softfloat/ |
| H A D | softfloat-history.txt | 15 -- Fixed a bug in all 64-bit-version square root functions except
|
| /freebsd-14.2/tools/tools/locale/patch/ |
| H A D | patch-UnicodeData.txt | 5 33FF;SQUARE GAL;So;0;ON;<square> 0067 0061 006C;;;;N;;;;;
|
| /freebsd-14.2/contrib/smbfs/examples/ |
| H A D | dot.nsmbrc | 13 # surrounded with square brackets:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | sony,imx415.yaml | 14 solid-state image sensor with a square pixel array and 8.46 M effective
|
| H A D | imx258.yaml | 14 type stacked image sensor with a square pixel array of size 4208 x 3120. It
|
| /freebsd-14.2/usr.bin/m4/TEST/ |
| H A D | sqroot.m4 | 39 `ifelse(eval($1<0),1,negative-square-root,
|