Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 138 for dodata (0.08 sec)

  1. src/math/log10_s390x.s

    DATA log10rodataL19<>+120(SB)/8, $-5.5
    DATA log10rodataL19<>+128(SB)/8, $18446744073709551616.
    GLOBL log10rodataL19<>+0(SB), RODATA, $136
    
    // Table of log10 correction terms
    DATA log10tab2074<>+0(SB)/8, $0.254164497922885069E-01
    DATA log10tab2074<>+8(SB)/8, $0.179018857989381839E-01
    DATA log10tab2074<>+16(SB)/8, $0.118926768029048674E-01
    DATA log10tab2074<>+24(SB)/8, $0.722595568238080033E-02
    DATA log10tab2074<>+32(SB)/8, $0.376393570022739135E-02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.7K bytes
    - Viewed (0)
  2. src/math/acosh_s390x.s

    GLOBL ·acoshrodataL11<> + 0(SB), RODATA, $120
    
    // Table of log correction terms
    DATA ·acoshtab2068<> + 0(SB)/8, $0.585235384085551248E-01
    DATA ·acoshtab2068<> + 8(SB)/8, $0.412206153771168640E-01
    DATA ·acoshtab2068<> + 16(SB)/8, $0.273839003221648339E-01
    DATA ·acoshtab2068<> + 24(SB)/8, $0.166383778368856480E-01
    DATA ·acoshtab2068<> + 32(SB)/8, $0.866678223433169637E-02
    DATA ·acoshtab2068<> + 40(SB)/8, $0.319831684989627514E-02
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/data.go

    	copy(b, s.P)
    	s.P = b
    }
    
    // prepwrite prepares to write data of size siz into s at offset off.
    func (s *LSym) prepwrite(ctxt *Link, off int64, siz int) {
    	if off < 0 || siz < 0 || off >= 1<<30 {
    		ctxt.Diag("prepwrite: bad off=%d siz=%d s=%v", off, siz, s)
    	}
    	switch s.Type {
    	case objabi.Sxxx, objabi.SBSS:
    		s.Type = objabi.SDATA
    	case objabi.SNOPTRBSS:
    		s.Type = objabi.SNOPTRDATA
    	case objabi.STLSBSS:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 24 14:38:53 UTC 2021
    - 6.7K bytes
    - Viewed (0)
  4. src/runtime/textflag.h

    // pick one of the duplicates to use.
    #define DUPOK	2
    // Don't insert stack check preamble.
    #define NOSPLIT	4
    // Put this data in a read-only section.
    #define RODATA	8
    // This data contains no pointers.
    #define NOPTR	16
    // This is a wrapper function and should not count as disabling 'recover'.
    #define WRAPPER 32
    // This function uses its incoming context register.
    #define NEEDCTXT 64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 01 17:28:41 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/webhook/client.go

    		cfg.QPS = -1
    
    		// Combine CAData from the config with any existing CA bundle provided
    		if len(cfg.TLSClientConfig.CAData) > 0 {
    			cfg.TLSClientConfig.CAData = append(cfg.TLSClientConfig.CAData, '\n')
    		}
    		cfg.TLSClientConfig.CAData = append(cfg.TLSClientConfig.CAData, cc.CABundle...)
    
    		cfg.ContentConfig.NegotiatedSerializer = cm.negotiatedSerializer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 04 09:09:10 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  6. src/internal/chacha8rand/chacha8_arm64.s

    	RET
    
    GLOBL	·chachaConst(SB), NOPTR|RODATA, $32
    DATA	·chachaConst+0x00(SB)/4, $0x61707865
    DATA	·chachaConst+0x04(SB)/4, $0x3320646e
    DATA	·chachaConst+0x08(SB)/4, $0x79622d32
    DATA	·chachaConst+0x0c(SB)/4, $0x6b206574
    
    GLOBL	·chachaIncRot(SB), NOPTR|RODATA, $32
    DATA	·chachaIncRot+0x00(SB)/4, $0x00000000
    DATA	·chachaIncRot+0x04(SB)/4, $0x00000001
    DATA	·chachaIncRot+0x08(SB)/4, $0x00000002
    DATA	·chachaIncRot+0x0c(SB)/4, $0x00000003
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  7. src/math/atan2_s390x.s

    DATA ·atan2rodataL25<> + 120(SB)/8, $0.134893651284712515E-04
    DATA ·atan2rodataL25<> + 128(SB)/8, $-.291935324869629616E-02
    DATA ·atan2rodataL25<> + 136(SB)/8, $-.154797890856877418E-03
    DATA ·atan2rodataL25<> + 144(SB)/8, $0.843488472994227321E-03
    DATA ·atan2rodataL25<> + 152(SB)/8, $-.139950258898989925E-01
    GLOBL ·atan2rodataL25<> + 0(SB), RODATA, $160
    
    DATA ·atan2xpi2h<> + 0(SB)/8, $0x3ff330e4e4fa7b1b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 25 04:06:34 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/modelRules/modelDslCoercion/groovy/data.csv

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 29 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/dependency-management-configurations.graffle/data.plist

    data.plist ActiveLayerIndex0App.omnigroup.OmniGraffle6169.23.0.276662AutoAdjusttrue{{0, 0}, {669, 686}}ClassSolidGraphicID2{0, 0}CanvasSize{669, 686}ColumnAlign1ColumnSp-11-22 23:16:50 +0000CreatorBenjamin MuschkoDisplayScale1 in = 1 inFileTypeautoGraphD{{16.5, 204.75}, {67, 47}}ClassShapedGraphicFi{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf100 {\fonttbl\f0\fnil\fcharset0 HelveticaNeue;} {\colortbl;\red255\green255\blue255;} {\*\expandedcolortbl;;} \deftab720 \pard\pardeftab720\qc\partightenfactor0...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  10. pkg/test/loadbalancersim/timeseries/data.go

    }
    
    func (d Data) Quantile(phi float64) float64 {
    	return d.sorted().quantile(phi)
    }
    
    func (d Data) Quantiles(phis ...float64) []float64 {
    	return d.sorted().quantiles(phis...)
    }
    
    func (d Data) Copy() Data {
    	out := make(Data, 0, len(d))
    	out = append(out, d...)
    	return out
    }
    
    func (d Data) sorted() sorted {
    	out := make(sorted, 0, len(d))
    	out = append(out, d...)
    
    	sort.Float64s(out)
    	return out
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 03 18:19:25 UTC 2022
    - 2.1K bytes
    - Viewed (0)
Back to top