Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 214 for LD (2.53 sec)

  1. src/html/template/js.go

    	// "<!--", "-->", "<![CDATA[", "]]>", or "</script"
    	// in case custom marshalers produce output containing those.
    	// Note: Do not use \x escaping to save bytes because it is not JSON compatible and this escaper
    	// supports ld+json content-type.
    	if len(b) == 0 {
    		// In, `x=y/{{.}}*z` a json.Marshaler that produces "" should
    		// not cause the output `x=y/*z`.
    		return " null "
    	}
    	first, _ := utf8.DecodeRune(b)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/devel.usertools/aarch64_clang.bazelrc

    build --python_path="/usr/local/bin/python3"
    
    # Build TensorFlow v2
    build --define=tf_api_version=2 --action_env=TF2_BEHAVIOR=1
    
    # Use lld as the linker
    build --linkopt="-fuse-ld=lld"
    build --linkopt="-lm"
    build --linkopt="-Wl,--undefined-version"
    
    # Prevent double-compilation of some TF code, ref. b/183279666 (internal)
    # > TF's gen_api_init_files has a genrule to run the core TensorFlow code
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 21 12:25:39 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  3. src/math/asinh_s390x.s

    	WFMADB	V2, V1, V0, V1
    	VLVGF	$0, R1, V0
    	WFMADB	V4, V6, V1, V4
    	LDEBR	F0, F0
    	FMOVD	112(R9), F6
    	WFMADB	V2, V4, V6, V4
    	MOVD	$·asinhtab2080<>+0(SB), R1
    	FMOVD	104(R9), F1
    	WORD	$0x68331000	//ld	%f3,0(%r3,%r1)
    	FMOVD	96(R9), F6
    	WFMADB	V2, V4, V3, V2
    	WFMADB	V0, V1, V6, V0
    	FMOVD	88(R9), F4
    	WFMADB	V0, V4, V2, V0
    	MOVD	R12, R6
    	CMPBGT	R6, $0, L1
    
    	WORD	$0xB3130000	//lcdbr	%f0,%f0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.7K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/inittask.go

    // Copyright 2022 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package ld
    
    import (
    	"cmd/internal/objabi"
    	"cmd/link/internal/loader"
    	"cmd/link/internal/sym"
    	"fmt"
    	"sort"
    )
    
    // Inittasks finds inittask records, figures out a good
    // order to execute them in, and emits that order for the
    // runtime to use.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  5. src/runtime/type.go

    //
    //go:linkname resolveTypeOff
    func resolveTypeOff(ptrInModule unsafe.Pointer, off typeOff) *_type {
    	if off == 0 || off == -1 {
    		// -1 is the sentinel value for unreachable code.
    		// See cmd/link/internal/ld/data.go:relocsym.
    		return nil
    	}
    	base := uintptr(ptrInModule)
    	var md *moduledata
    	for next := &firstmoduledata; next != nil; next = next.next {
    		if base >= next.types && base < next.etypes {
    			md = next
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/elf_test.go

    // Copyright 2019 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build cgo
    
    package ld
    
    import (
    	"debug/elf"
    	"fmt"
    	"internal/testenv"
    	"os"
    	"os/exec"
    	"path/filepath"
    	"runtime"
    	"sort"
    	"strings"
    	"testing"
    )
    
    func TestDynSymShInfo(t *testing.T) {
    	t.Parallel()
    	testenv.MustHaveGoBuild(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 13:44:07 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/metadata/GccMetadataProviderTest.groovy

    Thread model: win32
    Supported LTO compression algorithms: zlib
    gcc version 10-win32 20210110 (GCC)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 16 06:01:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  8. src/runtime/pprof/proto.go

    	// 7f7d77f3f000-7f7d77f42000 rw-p 00000000 00:00 0
    	// 7f7d77f61000-7f7d77f63000 rw-p 00000000 00:00 0
    	// 7f7d77f63000-7f7d77f64000 r--p 00022000 fc:01 1180217                    /lib/x86_64-linux-gnu/ld-2.19.so
    	// 7f7d77f64000-7f7d77f65000 rw-p 00023000 fc:01 1180217                    /lib/x86_64-linux-gnu/ld-2.19.so
    	// 7f7d77f65000-7f7d77f66000 rw-p 00000000 00:00 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 13 20:40:52 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  9. src/html/template/template_test.go

    		{"tab", "\t"},
    		{"gt and lt", "<>"},
    		{"quotes", `'"`},
    		{"ASCII letters", "ASCII letters"},
    		{"Unicode", "ʕ⊙ϖ⊙ʔ"},
    		{"Pizza", "🍕"},
    	}
    	const (
    		prefix = `<script type="application/ld+json">`
    		suffix = `</script>`
    		templ  = prefix + `"{{.}}"` + suffix
    	)
    	tpl := Must(New("JS string is JSON string").Parse(templ))
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:48:16 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  10. src/cmd/cover/cover_test.go

    const lineDupContents = `
    package linedup
    
    var G int
    
    func LineDup(c int) {
    	for i := 0; i < c; i++ {
    //line ld.go:100
    		if i % 2 == 0 {
    			G++
    		}
    		if i % 3 == 0 {
    			G++; G++
    		}
    //line ld.go:100
    		if i % 4 == 0 {
    			G++; G++; G++
    		}
    		if i % 5 == 0 {
    			G++; G++; G++; G++
    		}
    	}
    }
    `
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 07 16:54:28 UTC 2023
    - 18.4K bytes
    - Viewed (0)
Back to top