- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for negl (0.08 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc.s
NEGQ (BX) // 48f71b NEGQ (R11) // 49f71b NEGQ DX // 48f7da NEGQ R11 // 49f7db NEGB (BX) // f61b NEGB (R11) // 41f61b NEGB DL // f6da NEGB R11 // 41f6db
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
RELEASE.md
Harshit Monish, James Hilliard, Jane Liu, Jaroslav Sevcik, jeffhataws, Jerome Massot, Jerry Ge, jglaser, jmaksymc, Kaixi Hou, kamaljeeti, Kamil Magierski, Koan-Sin Tan, lingzhi98, looi, Mahmoud Abuzaina, Malik Shahzad Muzaffar, Meekail Zain, mraunak, Neil Girdhar, Olli Lupton, Om Thakkar, Paul Strawder, Pavel Emeliyanenko, Pearu Peterson, pemeliya, Philipp Hack, Pierluigi Urru, Pratik Joshi, radekzc, Rafik Saliev, Ragu, Rahul Batra, rahulbatra85, Raunak, redwrasse, Rodrigo Gomes, ronaghy, Sachin Muradi,...
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
& 0b111111 sel, sign = boothW5(wvalue) } table.Select(t, sel) t.Negate(sign) p.Add(p, t) } return p, nil } // Negate sets p to -p, if cond == 1, and to p if cond == 0. func (p *P256Point) Negate(cond int) *P256Point { negY := new(fiat.P256Element) negY.Sub(negY, &p.y) p.y.Select(negY, &p.y, cond) return p } // p256AffineTable is a table of the first 32 multiples of a point. Points are // stored at an index offset of -1 like in p256Table, and [0]P is not stored. type p256AffineTable [32]p256AffinePoint...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
defaultMap.put(FessConfig.QUERY_LANGUAGE_MAPPING,
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2)