Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 108 for 184 (0.05 sec)

  1. tools/istio-iptables/pkg/dependencies/implementation_test.go

    			name: "centos 7",
    			ver:  "iptables v1.4.21",
    
    			want: utilversion.MustParseGeneric("1.4.21"),
    		},
    		{
    			name: "centos 8",
    			ver:  "iptables v1.8.4 (nf_tables)",
    
    			want: utilversion.MustParseGeneric("1.8.4"),
    		},
    		{
    			name: "alpine 3.18",
    			ver:  "iptables v1.8.9 (legacy)",
    
    			want: utilversion.MustParseGeneric("1.8.9"),
    		},
    	}
    	for _, tt := range cases {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. src/math/asin_s390x.s

    DATA ·asinrodataL15<> + 160(SB)/8, $-.665866959108585165E+01
    DATA ·asinrodataL15<> + 168(SB)/8, $-.344895269334086578E+01
    DATA ·asinrodataL15<> + 176(SB)/8, $0.927437952918301659E+00
    DATA ·asinrodataL15<> + 184(SB)/8, $0.610487478874645653E+01
    DATA ·asinrodataL15<> + 192(SB)/8, $0x7ff8000000000000			//+Inf
    DATA ·asinrodataL15<> + 200(SB)/8, $-1.0
    DATA ·asinrodataL15<> + 208(SB)/8, $1.0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 20 17:42:08 UTC 2018
    - 4.2K bytes
    - Viewed (0)
  3. src/runtime/rt0_linux_arm64.s

    	MOVD	0(RSP), R0	// argc
    	ADD	$8, RSP, R1	// argv
    	BL	main(SB)
    
    // When building with -buildmode=c-shared, this symbol is called when the shared
    // library is loaded.
    TEXT _rt0_arm64_linux_lib(SB),NOSPLIT,$184
    	// Preserve callee-save registers.
    	SAVE_R19_TO_R28(24)
    	SAVE_F8_TO_F15(104)
    
    	// Initialize g as null in case of using g later e.g. sigaction in cgo_sigaction.go
    	MOVD	ZR, g
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  4. src/runtime/rt0_aix_ppc64.s

    	MOVD	R21,104(R1)
    	MOVD	R22, 112(R1)
    	MOVD	R23, 120(R1)
    	MOVD	R24, 128(R1)
    	MOVD	R25, 136(R1)
    	MOVD	R26, 144(R1)
    	MOVD	R27, 152(R1)
    	MOVD	R28, 160(R1)
    	MOVD	R29, 168(R1)
    	MOVD	g, 176(R1) // R30
    	MOVD	R31, 184(R1)
    	FMOVD	F14, 192(R1)
    	FMOVD	F15, 200(R1)
    	FMOVD	F16, 208(R1)
    	FMOVD	F17, 216(R1)
    	FMOVD	F18, 224(R1)
    	FMOVD	F19, 232(R1)
    	FMOVD	F20, 240(R1)
    	FMOVD	F21, 248(R1)
    	FMOVD	F22, 256(R1)
    	FMOVD	F23, 264(R1)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 22:20:51 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  5. src/runtime/rt0_freebsd_arm64.s

    	ADD	$8, R0, R1	// argv
    	MOVD	0(R0), R0	// argc
    	BL	main(SB)
    
    // When building with -buildmode=c-shared, this symbol is called when the shared
    // library is loaded.
    TEXT _rt0_arm64_freebsd_lib(SB),NOSPLIT,$184
    	// Preserve callee-save registers.
    	SAVE_R19_TO_R28(24)
    	SAVE_F8_TO_F15(104)
    
    	// Initialize g as null in case of using g later e.g. sigaction in cgo_sigaction.go
    	MOVD	ZR, g
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  6. src/math/acos_s390x.s

    DATA ·acosrodataL13<> + 160(SB)/8, $-.344895269334086578E+01
    DATA ·acosrodataL13<> + 168(SB)/8, $0.927437952918301659E+00
    DATA ·acosrodataL13<> + 176(SB)/8, $0.610487478874645653E+01
    DATA ·acosrodataL13<> + 184(SB)/8, $0.157079632679489656e+01
    DATA ·acosrodataL13<> + 192(SB)/8, $0.0
    GLOBL ·acosrodataL13<> + 0(SB), RODATA, $200
    
    // Acos returns the arccosine, in radians, of the argument.
    //
    // Special case is:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 20 17:42:08 UTC 2018
    - 3.7K bytes
    - Viewed (0)
  7. src/runtime/rt0_netbsd_arm64.s

    	MOVD	0(RSP), R0	// argc
    	ADD	$8, RSP, R1	// argv
    	BL	main(SB)
    
    // When building with -buildmode=c-shared, this symbol is called when the shared
    // library is loaded.
    TEXT _rt0_arm64_netbsd_lib(SB),NOSPLIT,$184
    	// Preserve callee-save registers.
    	SAVE_R19_TO_R28(24)
    	SAVE_F8_TO_F15(104)
    
    	// Initialize g as null in case of using g later e.g. sigaction in cgo_sigaction.go
    	MOVD	ZR, g
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  8. src/runtime/rt0_openbsd_arm64.s

    	MOVD	0(RSP), R0	// argc
    	ADD	$8, RSP, R1	// argv
    	BL	main(SB)
    
    // When building with -buildmode=c-shared, this symbol is called when the shared
    // library is loaded.
    TEXT _rt0_arm64_openbsd_lib(SB),NOSPLIT,$184
    	// Preserve callee-save registers.
    	SAVE_R19_TO_R28(24)
    	SAVE_F8_TO_F15(104)
    
    	// Initialize g as null in case of using g later e.g. sigaction in cgo_sigaction.go
    	MOVD	ZR, g
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 2K bytes
    - Viewed (0)
  9. src/math/asinh_s390x.s

    DATA ·asinhrodataL18<> + 160(SB)/8, $0.212881813645679599E-07
    DATA ·asinhrodataL18<> + 168(SB)/8, $-.602107458843052029E-05
    DATA ·asinhrodataL18<> + 176(SB)/8, $-.148682720127920854E-06
    DATA ·asinhrodataL18<> + 184(SB)/8, $-5.5
    DATA ·asinhrodataL18<> + 192(SB)/8, $1.0
    DATA ·asinhrodataL18<> + 200(SB)/8, $1.0E-20
    GLOBL ·asinhrodataL18<> + 0(SB), RODATA, $208
    
    // Table of log correction terms
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 5.7K bytes
    - Viewed (0)
  10. tensorflow/cc/saved_model/metrics.cc

            "checkpoint write operation.",  // Metric description.
            "api_label"                     // Cell label.
        },
        // Scale of 1000, growth factor of 1.5 with upper bound of ~184 minutes.
        monitoring::Buckets::Exponential(1000, 1.5, 41));
    
    // Distribution of checkpoint read durations.
    auto* checkpoint_read_durations = monitoring::Sampler<1>::New(
        {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 18 23:43:59 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top