Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 12 for y1 (0.01 seconds)

  1. android/guava-tests/test/com/google/common/math/StatsTesting.java

        assertThat(transformation.transform(x1)).isWithin(ALLOWED_ERROR).of(y1);
        assertThat(transformation.transform(x1 + xDelta)).isWithin(ALLOWED_ERROR).of(y1 + yDelta);
        assertThat(transformation.inverse().transform(y1)).isWithin(ALLOWED_ERROR).of(x1);
        assertThat(transformation.inverse().transform(y1 + yDelta))
            .isWithin(ALLOWED_ERROR)
            .of(x1 + xDelta);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 05:21:26 GMT 2026
    - 24K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/math/StatsTesting.java

        assertThat(transformation.transform(x1)).isWithin(ALLOWED_ERROR).of(y1);
        assertThat(transformation.transform(x1 + xDelta)).isWithin(ALLOWED_ERROR).of(y1 + yDelta);
        assertThat(transformation.inverse().transform(y1)).isWithin(ALLOWED_ERROR).of(x1);
        assertThat(transformation.inverse().transform(y1 + yDelta))
            .isWithin(ALLOWED_ERROR)
            .of(x1 + xDelta);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 05:21:26 GMT 2026
    - 24K bytes
    - Click Count (0)
  3. 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)
  4. 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)
  5. 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)
  6. src/cmd/asm/internal/asm/testdata/avx512enc/avx512_vnni.s

    	VPDPWSSDS Y31, Y1, K1, Y1                          // 6292752953cf
    	VPDPWSSDS (R8), Y1, K1, Y1                         // 62d275295308
    	VPDPWSSDS 15(DX)(BX*2), Y1, K1, Y1                 // 62f27529538c5a0f000000
    	VPDPWSSDS Y0, Y9, K1, Y1                           // 62f2352953c8
    	VPDPWSSDS Y19, Y9, K1, Y1                          // 62b2352953cb
    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)
  7. 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)
  8. 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" rather
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Sep 22 18:35:44 GMT 2025
    - 28K bytes
    - Click Count (0)
  9. src/cmd/asm/internal/asm/testdata/avx512enc/avx512cd.s

    	VPCONFLICTQ Y5, K4, Y1                             // 62f2fd2cc4cd
    	VPCONFLICTQ Y18, K4, Y1                            // 62b2fd2cc4ca
    	VPCONFLICTQ Y20, K4, Y1                            // 62b2fd2cc4cc
    	VPCONFLICTQ 99(R15)(R15*8), K4, Y1                 // 6292fd2cc48cff63000000
    	VPCONFLICTQ 7(AX)(CX*8), K4, Y1                    // 62f2fd2cc48cc807000000
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 12.9K bytes
    - Click Count (0)
  10. 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" rather
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Sep 22 18:35:44 GMT 2025
    - 28.3K bytes
    - Click Count (0)
Back to Top