Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Exp (0.2 sec)

  1. src/cmd/cgo/ast.go

    func (f *File) saveExport2(x interface{}, context astContext) {
    	n, ok := x.(*ast.FuncDecl)
    	if !ok {
    		return
    	}
    
    	for _, exp := range f.ExpFunc {
    		if exp.Func.Name.Name == n.Name.Name {
    			exp.Func = n
    			break
    		}
    	}
    }
    
    type astContext int
    
    const (
    	ctxProg astContext = iota
    	ctxEmbedType
    	ctxType
    	ctxStmt
    	ctxExpr
    	ctxField
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 07 16:54:27 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  2. src/cmd/asm/main.go

    	}
    
    	// Set macros for GOEXPERIMENTs so we can easily switch
    	// runtime assembly code based on them.
    	if objabi.LookupPkgSpecial(ctxt.Pkgpath).AllowAsmABI {
    		for _, exp := range buildcfg.Experiment.Enabled() {
    			flags.D = append(flags.D, "GOEXPERIMENT_"+exp)
    		}
    	}
    
    	var ok, diag bool
    	var failedFile string
    	for _, f := range flag.Args() {
    		lexer := lex.NewLexer(f)
    		parser := asm.NewParser(ctxt, architecture, lexer)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 2.7K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    One of the integer part or the fractional part may be elided; one of the decimal point
    or the exponent part may be elided.
    An exponent value exp scales the mantissa (integer and fractional part) by 10<sup>exp</sup>.
    </p>
    
    <p>
    A hexadecimal floating-point literal consists of a <code>0x</code> or <code>0X</code>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const DLT_NULL = 0
    pkg syscall (netbsd-arm64-cgo), const DLT_NULL ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_PCI_EXP = 125
    pkg syscall (netbsd-arm64-cgo), const DLT_PCI_EXP ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_PFLOG = 117
    pkg syscall (netbsd-arm64-cgo), const DLT_PFLOG ideal-int
    pkg syscall (netbsd-arm64-cgo), const DLT_PFSYNC = 18
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/armv6.s

    	MOVF	F2, 0x00ffffff(R2) // MOVF F2, 16777215(R2)
    	MOVD	F2, 0x00ffffff(R2) // MOVD F2, 16777215(R2)
    	MOVF	F0, math·Exp(SB)   // MOVF F0, math.Exp(SB)
    	MOVF	math·Exp(SB), F0   // MOVF math.Exp(SB), F0
    	MOVD	F0, math·Exp(SB)   // MOVD F0, math.Exp(SB)
    	MOVD	math·Exp(SB), F0   // MOVD math.Exp(SB), F0
    	MOVF	F4, F5                                    // 445ab0ee
    	MOVD	F6, F7                                    // 467bb0ee
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Dec 21 16:30:51 GMT 2017
    - 4.6K bytes
    - Viewed (0)
  6. doc/go_spec.html

    One of the integer part or the fractional part may be elided; one of the decimal point
    or the exponent part may be elided.
    An exponent value exp scales the mantissa (integer and fractional part) by 10<sup>exp</sup>.
    </p>
    
    <p>
    A hexadecimal floating-point literal consists of a <code>0x</code> or <code>0X</code>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (freebsd-386), const DLT_NFLOG = 239
    pkg syscall (freebsd-386), const DLT_NFLOG ideal-int
    pkg syscall (freebsd-386), const DLT_NULL = 0
    pkg syscall (freebsd-386), const DLT_PCI_EXP = 125
    pkg syscall (freebsd-386), const DLT_PFLOG = 117
    pkg syscall (freebsd-386), const DLT_PFSYNC = 121
    pkg syscall (freebsd-386), const DLT_PPI = 192
    pkg syscall (freebsd-386), const DLT_PPP = 9
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. src/cmd/asm/internal/asm/testdata/arm.s

    	MOVBU.W	-0x00ffffff(R2), R1  // MOVBU.W -16777215(R2), R1
    	MOVB	R0, math·Exp(SB)     // MOVB R0, math.Exp(SB)
    	MOVB	math·Exp(SB), R0     // MOVB math.Exp(SB), R0
    	MOVBS	R0, math·Exp(SB)     // MOVBS R0, math.Exp(SB)
    	MOVBS	math·Exp(SB), R0     // MOVBS math.Exp(SB), R0
    	MOVBU	R0, math·Exp(SB)     // MOVBU R0, math.Exp(SB)
    	MOVBU	math·Exp(SB), R0     // MOVBU math.Exp(SB), R0
    	MOVB	R2, R0>>28(R1)                                    // 202ec1e7
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 15 20:51:01 GMT 2023
    - 69K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER_TRANSPARENT ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_NFLOG ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_NULL ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_PCI_EXP ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_PFLOG ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_PFSYNC ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_PPI ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DLT_NULL = 0 #53466
    pkg syscall (freebsd-riscv64), const DLT_NULL ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_PCI_EXP = 125 #53466
    pkg syscall (freebsd-riscv64), const DLT_PCI_EXP ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_PFLOG = 117 #53466
    pkg syscall (freebsd-riscv64), const DLT_PFLOG ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top