Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for vminfp (0.17 sec)

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

    	VMADDFP:        "vmaddfp",
    	VMAXFP:         "vmaxfp",
    	VMAXSB:         "vmaxsb",
    	VMAXSH:         "vmaxsh",
    	VMAXSW:         "vmaxsw",
    	VMAXUB:         "vmaxub",
    	VMAXUH:         "vmaxuh",
    	VMAXUW:         "vmaxuw",
    	VMHADDSHS:      "vmhaddshs",
    	VMHRADDSHS:     "vmhraddshs",
    	VMINFP:         "vminfp",
    	VMINSB:         "vminsb",
    	VMINSH:         "vminsh",
    	VMINSW:         "vminsw",
    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. src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s

    	VMINPD Z14, Z0, K1, Z14                            // 6251fd495df6
    	VMINPD Z7, Z0, K1, Z14                             // 6271fd495df7
    	VMINPD Z1, Z22, K2, Z8                             // 6271cd425dc1
    	VMINPD Z16, Z22, K2, Z8                            // 6231cd425dc0
    	VMINPD -7(CX), Z22, K2, Z8                         // 6271cd425d81f9ffffff
    	VMINPD 15(DX)(BX*4), Z22, K2, Z8                   // 6271cd425d849a0f000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 410.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // (Length of a diagonal for a given d. Same as max_diag_len for m = 0.)
        Value diag_len_d = rewriter.create<MinOp>(
            loc,
            rewriter.create<AddOp>(loc, b_rows,
                                   rewriter.create<MinOp>(loc, d, b_zero)),
            rewriter.create<SubtractOp>(loc, b_cols,
                                        rewriter.create<MaxOp>(loc, d, b_zero)));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const VKILL ideal-int
    pkg syscall (netbsd-arm64-cgo), const VLNEXT = 14
    pkg syscall (netbsd-arm64-cgo), const VLNEXT ideal-int
    pkg syscall (netbsd-arm64-cgo), const VMIN = 16
    pkg syscall (netbsd-arm64-cgo), const VMIN ideal-int
    pkg syscall (netbsd-arm64-cgo), const VQUIT = 9
    pkg syscall (netbsd-arm64-cgo), const VQUIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const VREPRINT = 6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  5. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    "max","clamp","calc"];Ib=new Set(["scroll-timeline-name","timeline-scope","view-timeline-name","font-palette","scroll-timeline","animation-timeline","view-timeline"]);Rb=["cm","mm","Q","in","pc","pt","px","em","ex","ch","rem","lh","rlh","vw","vh","vmin","vmax","vb","vi","svw","svh","lvw","lvh","dvw","dvh","cqw","cqh","cqi","cqb","cqmin","cqmax"],Mb=`(?:${Rb.join("|")})`;Bb=new Set(["thin","medium","thick"]);Fb=new Set(["conic-gradient","linear-gradient","radial-gradient","repeating-conic-gradien...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top