Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 62 for prepending (0.18 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		// S = float32, D = float64
    		{name: "SQRTSD", argLength: 1, reg: fp11, asm: "SQRTSD"},
    		{name: "SQRTSS", argLength: 1, reg: fp11, asm: "SQRTSS"},
    
    		// ROUNDSD rounds arg0 to an integer depending on auxint
    		// 0 means math.RoundToEven, 1 means math.Floor, 2 math.Ceil, 3 math.Trunc
    		// (The result is still a float64.)
    		// ROUNDSD instruction is only guaraneteed to be available if GOAMD64>=v2.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  2. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

              },
              "type": {
                "default": "",
                "type": "string"
              }
            },
            "required": [
              "type",
              "object"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  3. pkg/config/validation/validation.go

    				networking.ServiceEntry_Resolution_name[int32(serviceEntry.Resolution)]))
    		}
    
    		// multiple hosts and TCP is invalid unless the resolution type is NONE.
    		// depending on the protocol, we can differentiate between hosts when proxying:
    		// - with HTTP, the authority header can be used
    		// - with HTTPS/TLS with SNI, the ServerName can be used
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CallTest.kt

      }
    
      @Test
      fun postBodyRetransmittedAfterAuthorizationFail_HTTP_2() {
        enableProtocol(Protocol.HTTP_2)
        postBodyRetransmittedAfterAuthorizationFail("abc")
      }
    
      /** Don't explode when resending an empty post. https://github.com/square/okhttp/issues/1131  */
      @Test
      fun postEmptyBodyRetransmittedAfterAuthorizationFail() {
        postBodyRetransmittedAfterAuthorizationFail("")
      }
    
      @Test
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

              },
              "type": {
                "default": "",
                "type": "string"
              }
            },
            "required": [
              "type",
              "object"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

              },
              "type": {
                "default": "",
                "type": "string"
              }
            },
            "required": [
              "type",
              "object"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

              },
              "type": {
                "default": "",
                "type": "string"
              }
            },
            "required": [
              "type",
              "object"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      }
    
      // TODO: support other attribute kinds
    
      return {};
    }
    
    /// Performs const folding with broadcast behavior on the two attributes in
    /// `operands` and returns the result if possible.
    /// Depending on the given `resultType`, either `floatCalculate` or
    /// `intCalculate` is chosen to conduct the calculate.
    Attribute ConstFoldBinaryOp(
        Type result_type, ArrayRef<Attribute> operands,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

              },
              "type": {
                "default": "",
                "type": "string"
              }
            },
            "required": [
              "type",
              "object"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/data.go

    	// divide the .rodata section between actual .rodata and .data.rel.ro.rodata,
    	// but for the other sections that this applies to, we just write a read-only
    	// .FOO section or a read-write .data.rel.ro.FOO section depending on the
    	// situation.
    	// TODO(mwhudson): It would make sense to do this more widely, but it makes
    	// the system linker segfault on darwin.
    	const relroPerm = 06
    	const fallbackPerm = 04
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
Back to top