Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 25Mi (0.05 sec)

  1. pkg/kubelet/eviction/helpers_test.go

    		pod2: newPodDiskStats(pod2, resource.MustParse("25Mi"), resource.MustParse("25Mi"), resource.MustParse("50Mi")),   // 100Mi - 0 = 100Mi
    		pod3: newPodDiskStats(pod3, resource.MustParse("150Mi"), resource.MustParse("150Mi"), resource.MustParse("50Mi")), // 350Mi - 100Mi = 250Mi
    		pod4: newPodDiskStats(pod4, resource.MustParse("25Mi"), resource.MustParse("35Mi"), resource.MustParse("50Mi")),   // 110Mi - 100Mi = 10Mi
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/debuginfo/v1_1.0_224_frozen.wrong_attr.line.part.pbtxt

    <\276P\"\267\272\305\344\365\275 \337\200\273\342y+\276\224\262\210\274Z\347\317=\327\336t\271`\177@\277\2270\r7=\370\216\273\310\252\276\270=\002\204>\373$\350\276\260\"\3115\355\206\267\275\371\317\221<=U\342\267\002\377\013\276]\212\313\270\204\252I\275\211\177\234\275\317\367\3427W\302\250=P)\333\275\336B\327\273?!d>\267\210\224\267\261\355)7d\014e8%\\\335;\203Tf>\243\352M>\311\314\270\272\017\\\200\2755iL\272\3742a\275\351 \267>u\213\355=\327\217j\271G`\254\276\336\217\254\270\220\341\220<\...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 27 18:59:05 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/debuginfo/v1_1.0_224_frozen.wrong_attr.stack.part.pbtxt

    <\276P\"\267\272\305\344\365\275 \337\200\273\342y+\276\224\262\210\274Z\347\317=\327\336t\271`\177@\277\2270\r7=\370\216\273\310\252\276\270=\002\204>\373$\350\276\260\"\3115\355\206\267\275\371\317\221<=U\342\267\002\377\013\276]\212\313\270\204\252I\275\211\177\234\275\317\367\3427W\302\250=P)\333\275\336B\327\273?!d>\267\210\224\267\261\355)7d\014e8%\\\335;\203Tf>\243\352M>\311\314\270\272\017\\\200\2755iL\272\3742a\275\351 \267>u\213\355=\327\217j\271G`\254\276\336\217\254\270\220\341\220<\...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 27 18:59:05 UTC 2023
    - 16.4K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    0i
    0123i         // == 123i for backward-compatibility
    0o123i        // == 0o123 * 1i == 83i
    0xabci        // == 0xabc * 1i == 2748i
    0.i
    2.71828i
    1.e+0i
    6.67428e-11i
    1E6i
    .25i
    .12345E+5i
    0x1p-2i       // == 0x1p-2 * 1i == 0.25i
    </pre>
    
    
    <h3 id="Rune_literals">Rune literals</h3>
    
    <p>
    A rune literal represents a <a href="#Constants">rune constant</a>,
    an integer value identifying a Unicode code point.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  5. doc/go_spec.html

    0i
    0123i         // == 123i for backward-compatibility
    0o123i        // == 0o123 * 1i == 83i
    0xabci        // == 0xabc * 1i == 2748i
    0.i
    2.71828i
    1.e+0i
    6.67428e-11i
    1E6i
    .25i
    .12345E+5i
    0x1p-2i       // == 0x1p-2 * 1i == 0.25i
    </pre>
    
    
    <h3 id="Rune_literals">Rune literals</h3>
    
    <p>
    A rune literal represents a <a href="#Constants">rune constant</a>,
    an integer value identifying a Unicode code point.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
Back to top