| /openbsd-src/usr.bin/ssh/ |
| H A D | smult_curve25519_ref.c | 90 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 …]
|
| /openbsd-src/sbin/iked/ |
| H A D | smult_curve25519_ref.c | 90 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 …]
|
| /openbsd-src/games/monop/ |
| H A D | morg.c | 61 static shrt square[MAX_PRP+2]; variable 91 m(square[0]); in mortgage() 97 m(square[prop]); in mortgage() 116 square[num_good++] = sqnum(op->sqr); in set_mlist() 154 unm(square[0]); in unmortgage() 160 unm(square[prop]); in unmortgage() 175 square[num_good++] = sqnum(op->sqr); in set_umlist()
|
| H A D | monop.h | 104 shrt square; /* square description */ member
|
| H A D | prop.dat | 35 /* morg monop square houses mon_desc rent */
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | jump.c | 6 static int square (int x) in square() function 8 static int square (x) in square() 21 i = square (i); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | operators8.C | 12 class square :public shape { 14 square(int x, int y, int width_) { in square() function 46 shape* s1 = new square(4,4,5); in main()
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/src/ |
| H A D | clean-two.c | 8 unsigned int const square = size * size; in another_method() local 10 return square; in another_method()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/basics/ |
| H A D | fixpt31_32.c | 230 struct fixed31_32 square; in dc_fixpt_sinc() local 250 square = dc_fixpt_sqr(arg_norm); in dc_fixpt_sinc() 257 square, in dc_fixpt_sinc() 283 const struct fixed31_32 square = dc_fixpt_sqr(arg); in dc_fixpt_cos() local 294 square, in dc_fixpt_cos()
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | reg_eval.t | 36 $hash->{square} =~ 51 secret[ ]number[ ](\d+)(?{ local $hash->{square} = $^N }).
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | ia64.opt | 69 Generate inline square root, optimize for latency 73 Generate inline square root, optimize for throughput 77 Do not inline square root
|
| /openbsd-src/gnu/llvm/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). 931 … 22, [23], 1>; // FIXME: latency not from llvm-exegesis // Floating point long double square root. 936 …esXMMPair<WriteFRsqrt, [Zn3FPFDiv], 3, [1], 1>; // Floating point reciprocal square root estimate. [all …]
|
| H A D | X86SchedBroadwell.td | 305 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.
|
| H A D | X86ScheduleZnver4.td | 936 defm : Zn4WriteResXMMPair<WriteFSqrt, [Zn4FPFDiv], 15, [5], 1>; // Floating point square root. 937 defm : Zn4WriteResXMMPair<WriteFSqrtX, [Zn4FPFDiv], 15, [5], 1>; // Floating point square root (XM… 938 defm : Zn4WriteResYMMPair<WriteFSqrtY, [Zn4FPFDiv], 15, [5], 1>; // Floating point square root (YM… 939 defm : Zn4WriteResZMMPair<WriteFSqrtZ, [Zn4FPFDiv], 15, [10], 1>; // Floating point square root (Z… 940 defm : Zn4WriteResXMMPair<WriteFSqrt64, [Zn4FPFDiv], 21, [9], 1>; // Floating point double square … 941 defm : Zn4WriteResXMMPair<WriteFSqrt64X, [Zn4FPFDiv], 21, [9], 1>; // Floating point double square … 942 defm : Zn4WriteResYMMPair<WriteFSqrt64Y, [Zn4FPFDiv], 21, [9], 1>; // Floating point double square … 943 defm : Zn4WriteResZMMPair<WriteFSqrt64Z, [Zn4FPFDiv], 21, [18], 1>; // Floating point double square… 944 … 22, [23], 1>; // FIXME: latency not from llvm-exegesis // Floating point long double square root. 949 …esXMMPair<WriteFRsqrt, [Zn4FPFDiv], 4, [1], 1>; // Floating point reciprocal square root estimate. [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/eqn/unary/ |
| H A D | sqrt.out_ascii | 4 uunnaarryy--ssqqrrtt - square root
|
| /openbsd-src/regress/usr.bin/mandoc/roff/esc/ |
| H A D | invalid.out_ascii | 13 square bracket: a]b
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/ |
| H A D | perltidyrc | 27 -sbt=2 # ...or square brackets
|
| /openbsd-src/gnu/llvm/libcxx/utils/data/unicode/ |
| H A D | emoji-data.txt | 46 25AA..25AB ; Emoji # E0.6 [2] (▪️..▫️) black small square..white small square 49 …FE ; Emoji # E0.6 [4] (◻️..◾) white medium square..black medium-small square 131 2B1B..2B1C ; Emoji # E0.6 [2] (⬛..⬜) black large square..white large square 355 1F7E0..1F7EB ; Emoji # E12.0 [12] (..) orange circle..brown square 439 … ; Emoji_Presentation # E0.6 [2] (◽..◾) white medium-small square..black medium-small square 465 2B1B..2B1C ; Emoji_Presentation # E0.6 [2] (⬛..⬜) black large square..white large square 644 1F7E0..1F7EB ; Emoji_Presentation # E12.0 [12] (..) orange circle..brown square 826 25AA..25AB ; Extended_Pictographic# E0.6 [2] (▪️..▫️) black small square..white small square 829 …FE ; Extended_Pictographic# E0.6 [4] (◻️..◾) white medium square..black medium-small square 955 2B1B..2B1C ; Extended_Pictographic# E0.6 [2] (⬛..⬜) black large square..white large square [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/emoji/ |
| H A D | emoji.txt | 46 25AA..25AB ; Emoji # E0.6 [2] (▪️..▫️) black small square..white small square 49 …FE ; Emoji # E0.6 [4] (◻️..◾) white medium square..black medium-small square 131 2B1B..2B1C ; Emoji # E0.6 [2] (⬛..⬜) black large square..white large square 355 1F7E0..1F7EB ; Emoji # E12.0 [12] (..) orange circle..brown square 439 … ; Emoji_Presentation # E0.6 [2] (◽..◾) white medium-small square..black medium-small square 465 2B1B..2B1C ; Emoji_Presentation # E0.6 [2] (⬛..⬜) black large square..white large square 644 1F7E0..1F7EB ; Emoji_Presentation # E12.0 [12] (..) orange circle..brown square 826 25AA..25AB ; Extended_Pictographic# E0.6 [2] (▪️..▫️) black small square..white small square 829 …FE ; Extended_Pictographic# E0.6 [4] (◻️..◾) white medium square..black medium-small square 955 2B1B..2B1C ; Extended_Pictographic# E0.6 [2] (⬛..⬜) black large square..white large square [all …]
|
| /openbsd-src/usr.sbin/ntpd/ |
| H A D | control.c | 37 #define square(x) ((x) * (x)) macro 391 cp->jitter += square(p->reply[shift].delay - in build_show_peer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedNeoverseN2.td | 777 // FP divide, square root 787 // FP square root, H-form 789 // FP square root, S-form 791 // FP square root, D-form 1112 // ASIMD FP square root, D-form, F16 1115 // ASIMD FP square root, D-form, F32 1118 // ASIMD FP square root, Q-form, F16 1121 // ASIMD FP square root, Q-form, F32 1124 // ASIMD FP square root, Q-form, F64 1172 // ASIMD reciprocal and square root estimate, D-form U32 [all …]
|
| /openbsd-src/usr.bin/m4/TEST/ |
| H A D | sqroot.m4 | 38 `ifelse(eval($1<0),1,negative-square-root,
|
| /openbsd-src/regress/usr.bin/jot/ |
| H A D | regress.m4 | 13 dnl We need backticks and square brackets, use [[ ]] for m4 quoting
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | fnmatch.txh | 6 zero or more characters, or a set of alternate characters in square
|