Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 222222222222222 (0.13 sec)

  1. pkg/util/iptables/save_restore_test.go

    		-A KUBE-SVC-1111111111111111 -p udp -m comment --comment "kube-system/kube-dns:dns" -m recent --set --name KUBE-SVC-1111111111111111 --mask 255.255.255.255 --rsource -j DNAT --to-destination 10.246.1.2:53
    		-A KUBE-SVC-2222222222222222 -m comment --comment "kube-system/kube-dns:dns-tcp" -j KUBE-SVC-3333333333333333
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 5K bytes
    - Viewed (0)
  2. src/strconv/atof_test.go

    	// A different kind of very large number.
    	{"22.222222222222222", "22.22222222222222", nil},
    	{"2." + strings.Repeat("2", 4000) + "e+1", "22.22222222222222", nil},
    	{"0x1.1111111111111p222", "7.18931911124017e+66", nil},
    	{"0x2.2222222222222p221", "7.18931911124017e+66", nil},
    	{"0x2." + strings.Repeat("2", 4000) + "p221", "7.18931911124017e+66", nil},
    
    	// Exactly halfway between 1 and math.Nextafter(1, 2).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  3. src/math/big/ratconv_test.go

    	"2.2250738585072011e-308",
    
    	// A very large number (initially wrongly parsed by the fast algorithm).
    	"4.630813248087435e+307",
    
    	// A different kind of very large number.
    	"22.222222222222222",
    	"long:2." + strings.Repeat("2", 4000) + "e+1",
    
    	// Exactly halfway between 1 and math.Nextafter(1, 2).
    	// Round to even (down).
    	"1.00000000000000011102230246251565404236316680908203125",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 22:16:34 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    ":[],"cl_weight":0.2222222222222222,"touches":2,"min_t":1253052622,"max_t":1253057662,"mean_t":1253055142},{"name":"config_win.h","kids":[],"cl_weight":0.2222222222222222,"touches":2,"min_t":1253052622,"max_t":1253057662,"mean_t":1253055142},{"name":"config_linux.h","kids":[],"cl_weight":0.2222222222222222,"touches":2,"min_t":1253052622,"max_t":1253057662,"mean_t":1253055142},{"name":"tcmalloc.gyp","kids":[],"cl_weight":0.2222222222222222,"touches":2,"min_t":1253052622,"max_t":1253057662,"mean_t...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top