Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 74 for vminfp (0.15 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/internal/obj/x86/anames.go

    	"VINSERTI64X4",
    	"VINSERTPS",
    	"VLDDQU",
    	"VLDMXCSR",
    	"VMASKMOVDQU",
    	"VMASKMOVPD",
    	"VMASKMOVPS",
    	"VMAXPD",
    	"VMAXPS",
    	"VMAXSD",
    	"VMAXSS",
    	"VMINPD",
    	"VMINPS",
    	"VMINSD",
    	"VMINSS",
    	"VMOVAPD",
    	"VMOVAPS",
    	"VMOVD",
    	"VMOVDDUP",
    	"VMOVDQA",
    	"VMOVDQA32",
    	"VMOVDQA64",
    	"VMOVDQU",
    	"VMOVDQU16",
    	"VMOVDQU32",
    	"VMOVDQU64",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	VMINPD Y2, Y15, Y11                     // c461055dda or c5055dda
    	VMINPD Y11, Y15, Y11                    // c441055ddb
    	VMINPS (BX), X9, X2                     // c4e1305d13 or c5b05d13
    	VMINPS (R11), X9, X2                    // c4c1305d13
    	VMINPS X2, X9, X2                       // c4e1305dd2 or c5b05dd2
    	VMINPS X11, X9, X2                      // c4c1305dd3
    	VMINPS (BX), X9, X11                    // c461305d1b or c5305d1b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/exec/ThumbnailGenerator.java

            }
    
        }
    
        static void initializeProbes() {
            // Force probes to be loaded
            ProcessProbe.getInstance();
            OsProbe.getInstance();
            JvmInfo.jvmInfo();
        }
    
        public static void main(final String[] args) {
            final Options options = new Options();
    
            final CmdLineParser parser = new CmdLineParser(options);
            try {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/exec/SuggestCreator.java

            }
        }
    
        static void initializeProbes() {
            // Force probes to be loaded
            ProcessProbe.getInstance();
            OsProbe.getInstance();
            JvmInfo.jvmInfo();
        }
    
        public static void main(final String[] args) {
            final Options options = new Options();
            final CmdLineParser parser = new CmdLineParser(options);
            try {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/net/interface_test.go

    		t.Errorf("Unable to find %q in error string %q", errStrFrag, err.Error())
    	}
    }
    
    func TestGetAllDefaultRoutes(t *testing.T) {
    	testCases := []struct {
    		tcase      string
    		v4Info     string
    		v6Info     string
    		count      int
    		expected   []Route
    		errStrFrag string
    	}{
    		{"no routes", noInternetConnection, v6noDefaultRoutes, 0, nil, "no default routes"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 33.2K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/exec/Crawler.java

            }
    
        }
    
        static void initializeProbes() {
            // Force probes to be loaded
            ProcessProbe.getInstance();
            OsProbe.getInstance();
            JvmInfo.jvmInfo();
        }
    
        public static void main(final String[] args) {
            final Options options = new Options();
    
            final CmdLineParser parser = new CmdLineParser(options);
            try {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_conversions/reduce.cc

        return failure();
    
      mhlo::SelectOp index_select = llvm::dyn_cast_or_null<mhlo::SelectOp>(
          return_op.getOperand(1).getDefiningOp());
      if (!index_select) return failure();
    
      mhlo::MinOp index_select_min = llvm::dyn_cast_or_null<mhlo::MinOp>(
          index_select.getOnTrue().getDefiningOp());
      if (!index_select_min || index_select_min.getLhs() != body.getArgument(1) ||
          index_select_min.getRhs() != body.getArgument(3))
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 20:53:17 UTC 2024
    - 8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/term/term_unix.go

    	termios.Oflag &^= unix.OPOST
    	termios.Lflag &^= unix.ECHO | unix.ECHONL | unix.ICANON | unix.ISIG | unix.IEXTEN
    	termios.Cflag &^= unix.CSIZE | unix.PARENB
    	termios.Cflag |= unix.CS8
    	termios.Cc[unix.VMIN] = 1
    	termios.Cc[unix.VTIME] = 0
    	if err := unix.IoctlSetTermios(fd, ioctlWriteTermios, termios); err != nil {
    		return nil, err
    	}
    
    	return &oldState, nil
    }
    
    func getState(fd int) (*State, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  10. tensorflow/c/eager/c_api_test.cc

      TFE_TensorHandle* axis = TestAxisTensorHandle(ctx);
      TFE_Op* minOp = MinOp(ctx, input, axis);
      TFE_TensorHandle* retvals[1] = {nullptr};
      int num_retvals = 1;
      TFE_Execute(minOp, &retvals[0], &num_retvals, status);
      EXPECT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TFE_DeleteOp(minOp);
      TFE_DeleteTensorHandle(input);
      TFE_DeleteTensorHandle(axis);
      ASSERT_EQ(1, num_retvals);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
Back to top