- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 28 for Y1 (0.06 seconds)
-
lib/fips140/v1.26.0.zip
const3, hlp0, hlp0 ADC $0, acc4 ADDS t1, acc1, acc1 ADCS y0, acc2, acc2 ADCS acc0, acc3, acc3 ADC $0, hlp0, acc0 // y[1] * x MUL y1, x0, t0 ADDS t0, acc1 UMULH y1, x0, t1 MUL y1, x1, t0 ADCS t0, acc2 UMULH y1, x1, hlp0 MUL y1, x2, t0 ADCS t0, acc3 UMULH y1, x2, y0 MUL y1, x3, t0 ADCS t0, acc4 UMULH y1, x3, y1 ADC $0, ZR, acc5 ADDS t1, acc2 ADCS hlp0, acc3 ADCS y0, acc4 ADC y1, acc5 // Second reduction step MUL acc1, hlp1, hlp0 MUL const0, hlp1, t0 ADDS t0, acc1, acc1 UMULH const0, hlp0, t1 MUL const1,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
const3, hlp0, hlp0 ADC $0, acc4 ADDS t1, acc1, acc1 ADCS y0, acc2, acc2 ADCS acc0, acc3, acc3 ADC $0, hlp0, acc0 // y[1] * x MUL y1, x0, t0 ADDS t0, acc1 UMULH y1, x0, t1 MUL y1, x1, t0 ADCS t0, acc2 UMULH y1, x1, hlp0 MUL y1, x2, t0 ADCS t0, acc3 UMULH y1, x2, y0 MUL y1, x3, t0 ADCS t0, acc4 UMULH y1, x3, y1 ADC $0, ZR, acc5 ADDS t1, acc2 ADCS hlp0, acc3 ADCS y0, acc4 ADC y1, acc5 // Second reduction step MUL acc1, hlp1, hlp0 MUL const0, hlp1, t0 ADDS t0, acc1, acc1 UMULH const0, hlp0, t1 MUL const1,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImplTest.java
Map<String, Object> responseDataMap = new HashMap<>(); responseDataMap.put("y.overwrite", "Y1"); indexUpdateCallback.mergeResponseData(dataMap, responseDataMap); assertFalse(dataMap.containsKey("y.overwrite")); assertEquals(1, dataMap.size()); assertEquals("Y1", dataMap.get("y")); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 19.7K bytes - Click Count (0) -
src/main/webapp/js/purify.min.js
-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),F=i(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","lineth...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 22.7K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_ifma.s
VPMADD52HUQ 15(DX)(BX*2), Y8, K7, Y17 // 62e2bd2fb58c5a0f000000 VPMADD52HUQ Y28, Y1, K7, Y17 // 6282f52fb5cc VPMADD52HUQ Y13, Y1, K7, Y17 // 62c2f52fb5cd VPMADD52HUQ Y7, Y1, K7, Y17 // 62e2f52fb5cf VPMADD52HUQ (R8), Y1, K7, Y17 // 62c2f52fb508 VPMADD52HUQ 15(DX)(BX*2), Y1, K7, Y17 // 62e2f52fb58c5a0f000000
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 13.2K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vnni.s
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 27.5K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/gfni_avx512f.s
VGF2P8MULB Y12, Y13, K1, Y1 // 62d21529cfcc VGF2P8MULB (R8), Y13, K1, Y1 // 62d21529cf08 VGF2P8MULB 15(DX)(BX*2), Y13, K1, Y1 // 62f21529cf8c5a0f000000 VGF2P8MULB Y2, Y7, K1, Y1 // 62f24529cfca VGF2P8MULB Y21, Y7, K1, Y1 // 62b24529cfcd VGF2P8MULB Y12, Y7, K1, Y1 // 62d24529cfcc
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 22.6K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/Range.java
/* * For an explanation of the basic principle behind this check, see * https://stackoverflow.com/a/35754308/28465 * * In that explanation's notation, our `overlap` check would be `x1 < y2 && y1 < x2`. We've * flipped one part of the check so that we're using "less than" in both cases (rather than a * mix of "less than" and "greater than"). We've also switched to "strictly less than" ratherCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 28K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vbmi2.s
VPSHLDVW Y12, Y13, K2, Y1 // 62d2952a70cc VPSHLDVW 17(SP)(BP*1), Y13, K2, Y1 // 62f2952a708c2c11000000 VPSHLDVW -7(CX)(DX*8), Y13, K2, Y1 // 62f2952a708cd1f9ffffff VPSHLDVW Y2, Y7, K2, Y1 // 62f2c52a70ca VPSHLDVW Y21, Y7, K2, Y1 // 62b2c52a70cd
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 97.1K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s
VANDNPS Y12, Y13, K6, Y1 // 62d1142e55cc VANDNPS (AX), Y13, K6, Y1 // 62f1142e5508 VANDNPS 7(SI), Y13, K6, Y1 // 62f1142e558e07000000 VANDNPS Y2, Y7, K6, Y1 // 62f1442e55ca VANDNPS Y21, Y7, K6, Y1 // 62b1442e55cd VANDNPS Y12, Y7, K6, Y1 // 62d1442e55cc
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue May 22 14:57:15 GMT 2018 - 194.8K bytes - Click Count (0)