Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for 10Mi (0.02 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{"5Ti", decQuantity(5*1024*1024*1024*1024, 0, BinarySI)},
    		{"4Pi", decQuantity(4*1024*1024*1024*1024*1024, 0, BinarySI)},
    		{"3Ei", decQuantity(3*1024*1024*1024*1024*1024*1024, 0, BinarySI)},
    
    		{"10Ti", decQuantity(10*1024*1024*1024*1024, 0, BinarySI)},
    		{"100Ti", decQuantity(100*1024*1024*1024*1024, 0, BinarySI)},
    
    		// Decimal suffixes
    		{"5n", decQuantity(5, -9, DecimalSI)},
    		{"4u", decQuantity(4, -6, DecimalSI)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
Back to top