Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for stdx (0.12 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	SRADCC:         "srad.",
    	SRADI:          "sradi",
    	SRADICC:        "sradi.",
    	SRD:            "srd",
    	SRDCC:          "srd.",
    	STD:            "std",
    	STDCXCC:        "stdcx.",
    	STDU:           "stdu",
    	STDUX:          "stdux",
    	STDX:           "stdx",
    	STFIWX:         "stfiwx",
    	STWCXCC:        "stwcx.",
    	SUBF:           "subf",
    	SUBFCC:         "subf.",
    	SUBFO:          "subfo",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          // about 1/132622.
          constexpr int exponent = 3;
          int64_t num_elements = input_type.getNumElements();
          uint32_t u32_max = std::numeric_limits<uint32_t>::max();
          int rounds =
              std::ceil(exponent * std::log(num_elements) / std::log(u32_max));
    
          Value current = op.getValue();
          for (int i = 0; i < rounds; ++i) {
            auto keys =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	SLDT:            "SLDT",
    	SMSW:            "SMSW",
    	SQRTPD:          "SQRTPD",
    	SQRTPS:          "SQRTPS",
    	SQRTSD:          "SQRTSD",
    	SQRTSS:          "SQRTSS",
    	STC:             "STC",
    	STD:             "STD",
    	STI:             "STI",
    	STMXCSR:         "STMXCSR",
    	STOSB:           "STOSB",
    	STOSD:           "STOSD",
    	STOSQ:           "STOSQ",
    	STOSW:           "STOSW",
    	STR:             "STR",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.26.md

    - github.com/fatih/color: [v1.7.0](https://github.com/fatih/color/tree/v1.7.0)
    - github.com/go-gl/glfw: [e6da0ac](https://github.com/go-gl/glfw/tree/e6da0ac)
    - github.com/go-logr/stdr: [v1.2.2](https://github.com/go-logr/stdr/tree/v1.2.2)
    - github.com/google/martian: [v2.1.0+incompatible](https://github.com/google/martian/tree/v2.1.0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.thmx"/>
        <sub-class-of type="application/x-tika-ooxml"/>
      </mime-type>
    
      <mime-type type="application/vnd.openxmlformats-officedocument.presentationml.slide">
        <glob pattern="*.sldx"/>
        <sub-class-of type="application/x-tika-ooxml"/>
      </mime-type>
    
      <mime-type type="application/vnd.openxmlformats-officedocument.presentationml.template">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. src/regexp/testdata/re2-exhaustive.txt.bz2

    ��OQ�'������lxi��^.��n��~��R/�m5#�?�Z]uZ?!�����Ŷ�.�k0sڨ�~���UUUUZUaUUU[je�3�����mV��0~~_�_.����7x�m�Ц��.i�!-%�p�Q�*���҈����"D�?Fۃb���I;�I-l\q�c�o[m���Y�Z�r�������Z�hB��[h�k�S& ����}%��m��m�2��\��I$�V��pp��O�߻�Ͼ���D&�H>��UTDX�1���{�)�;r�ӺI��lN[��K��F��׍.����m��m����8�j�\�ۭ�ߓ�����n5rI}{mtd����Mƽ��j䒫�k� ���%WpK���\�E�[��B�^(@/f�n�H+�R�{7{���C6�QE���H![h7�m5�&V� �����=�.�w�C�q���]�{#K�>�i�� ��=�.�w�AP��^��˔Q U������m�{����{7{���C6�QE���H![h7�m5�&V�...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
  7. docs/en/docs/release-notes.md

    ### Docs
    
    * 📝 Update data structure and render for external-links. PR [#10495](https://github.com/tiangolo/fastapi/pull/10495) by [@tiangolo](https://github.com/tiangolo).
    * ✏️ Fix link to SPDX license identifier in `docs/en/docs/tutorial/metadata.md`. PR [#10433](https://github.com/tiangolo/fastapi/pull/10433) by [@worldworm](https://github.com/worldworm).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top