Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for find (0.24 sec)

  1. doap_Maven.rdf

    obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. en http://usefulinc.com/ns/doap# http://www.w3.org/1999/02/22-rdf-syntax-ns# http://projects.apache.org/ns/asfext# http:...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 01 11:47:44 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  2. src/main/config/openapi/openapi-user.yaml

      - name: suggest
        description: Suggest operations
      - name: favorite
        description: Favorite operations
    paths:
      /documents:
        get:
          tags:
            - search
          summary: Finds documents by query
          description: Finds documents by search conditions
          operationId: searchDocuments
          parameters:
            - name: q
              in: query
              description: Search words
              required: false
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 09 06:31:27 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/riscv64.s

    	// 12.4: Double-Precision Floating-Point Computational Instructions
    	FADDD	F1, F0, F2				// 53011002
    	FSUBD	F1, F0, F2				// 5301100a
    	FMULD	F1, F0, F2				// 53011012
    	FDIVD	F1, F0, F2				// 5301101a
    	FMIND	F1, F0, F2				// 5301102a
    	FMAXD	F1, F0, F2				// 5311102a
    	FSQRTD	F0, F1					// d300005a
    
    	// 12.5: Double-Precision Floating-Point Conversion and Move Instructions
    	FCVTWD	F0, X5					// d31200c2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 04:42:21 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO VFMAXP V29.S2, V30.S2, V9.S2        // c9f73d2e
    	//TODO VFMAXV V13.S4, F14                  // aef9306e
    	//TODO VFMIN V19.D2, V30.D2, V7.D2         // c7f7f34e
    	FMINS F26, F18, F30                        // 5e5a3a1e
    	FMIND F29, F4, F21                         // 95587d1e
    	//TODO VFMINNM V21.S4, V5.S4, V1.S4        // a1c4b54e
    	FMINNMS F23, F20, F1                       // 817a371e
    	FMINNMD F8, F3, F24                        // 7878681e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
Back to top