Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 600 for translated (0.18 sec)

  1. src/runtime/asm_s390x.s

    	MOVD	R15, (g_stack+stack_hi)(g)
    
    	// if there is a _cgo_init, call it using the gcc ABI.
    	MOVD	_cgo_init(SB), R11
    	CMPBEQ	R11, $0, nocgo
    	MOVW	AR0, R4			// (AR0 << 32 | AR1) is the TLS base pointer; MOVD is translated to EAR
    	SLD	$32, R4, R4
    	MOVW	AR1, R4			// arg 2: TLS base pointer
    	MOVD	$setg_gcc<>(SB), R3 	// arg 1: setg
    	MOVD	g, R2			// arg 0: G
    	// C functions expect 160 bytes of space on caller stack frame
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 09:18:28 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1/types.go

    	// inlineVolumeSpec contains all the information necessary to attach
    	// a persistent volume defined by a pod's inline VolumeSource. This field
    	// is populated only for the CSIMigration feature. It contains
    	// translated fields from a pod's inline VolumeSource to a
    	// PersistentVolumeSpec. This field is beta-level and is only
    	// honored by servers that enabled the CSIMigration feature.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/link.go

    	}
    	t := new(TypeInfo)
    	s.Extra = new(interface{})
    	*s.Extra = t
    	return t
    }
    
    // WasmImport represents a WebAssembly (WASM) imported function with
    // parameters and results translated into WASM types based on the Go function
    // declaration.
    type WasmImport struct {
    	// Module holds the WASM module name specified by the //go:wasmimport
    	// directive.
    	Module string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Prism, the violet Circle BX, will, by a greater Refraction, be farther translated from its place than the red AV, and so approach nearer to it on that side of the Circles, towards which the Refractions are made. For instance, if the red be translated to _av_, the violet may be translated to _bx_, so as to approach nearer to it at _x_ than before; and if the red be farther translated to av, the violet may be so much farther translated to bx as to convene with it at x; and if the red be yet farther translated...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    			ref.Kind == "ResourceClaimParameters" {
    			if modifiedParameters.Name == ref.Name {
    				usesParameters = true
    			}
    			return
    		}
    
    		// Need to look for translated parameters.
    		generatedFrom := modifiedParameters.GeneratedFrom
    		if generatedFrom == nil {
    			return
    		}
    		if generatedFrom.APIGroup == ref.APIGroup &&
    			generatedFrom.Kind == ref.Kind &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  6. src/testdata/Isaac.Newton-Opticks.txt

    will, by a greater Refraction, be farther translated from its place than
    the red AV, and so approach nearer to it on that side of the Circles,
    towards which the Refractions are made. For instance, if the red be
    translated to _av_, the violet may be translated to _bx_, so as to
    approach nearer to it at _x_ than before; and if the red be farther
    translated to av, the violet may be so much farther translated to bx as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

    
    class TFRTypes(enum.Enum):
      """All the supported types.
    
        1-3: tfr types
        4-99: mlir built-in types
        100-199: TF related translator internal types
        200- : Python related translator internal types
      """
      TENSOR = 1
      TENSOR_LIST = 2
      ATTR = 3
      NONE = 4
      SHAPE = 5  # shape -> !shape.shape
      I1 = 21
      I8 = 22
      I16 = 23
      I32 = 24
      I64 = 25
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/rangefunc/rewrite.go

    			#state1 = abi.RF_EXHAUSTED
    		}
    
    # Nested Loops
    
    So far we've only considered a single loop. If a function contains a
    sequence of loops, each can be translated individually. But loops can
    be nested. It would work to translate the innermost loop and then
    translate the loop around it, and so on, except that there'd be a lot
    of rewriting of rewritten code and the overall traversals could end up
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
  9. src/os/os_windows_test.go

    // pathBuffeLen returns length of rd pathBuf in bytes.
    func (rd *reparseData) pathBuffeLen() uint16 {
    	return uint16(len(rd.pathBuf)) * 2
    }
    
    // Windows REPARSE_DATA_BUFFER contains union member, and cannot be
    // translated into Go directly. _REPARSE_DATA_BUFFER type is to help
    // construct alternative versions of Windows REPARSE_DATA_BUFFER with
    // union part of SymbolicLinkReparseBuffer or MountPointReparseBuffer type.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  10. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    either the Program or any derivative work under copyright law: that is
    to say, a work containing the Program or a portion of it, either
    verbatim or with modifications and/or translated into another language.
    (Hereinafter, translation is included without limitation in the term
    "modification".) Each licensee is addressed as "you".
    
    Activities other than copying, distribution and modification are not
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
Back to top