Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for NZ (0.07 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    // Absorb boolean tests into block
    (NZ (Equal         cc) yes no) => (EQ  cc yes no)
    (NZ (NotEqual      cc) yes no) => (NE  cc yes no)
    (NZ (LessThan      cc) yes no) => (LT  cc yes no)
    (NZ (LessThanU     cc) yes no) => (ULT cc yes no)
    (NZ (LessEqual     cc) yes no) => (LE  cc yes no)
    (NZ (LessEqualU    cc) yes no) => (ULE cc yes no)
    (NZ (GreaterThan   cc) yes no) => (GT  cc yes no)
    (NZ (GreaterThanU  cc) yes no) => (UGT cc yes no)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  2. pkg/apis/batch/validation/validation_test.go

    		`Israel`,
    		`Jamaica`,
    		`Japan`,
    		`Kwajalein`,
    		`Libya`,
    		`MET`,
    		`Mexico/BajaNorte`,
    		`Mexico/BajaSur`,
    		`Mexico/General`,
    		`MST`,
    		`MST7MDT`,
    		`Navajo`,
    		`NZ`,
    		`NZ-CHAT`,
    		`Pacific/Apia`,
    		`Pacific/Auckland`,
    		`Pacific/Bougainville`,
    		`Pacific/Chatham`,
    		`Pacific/Chuuk`,
    		`Pacific/Easter`,
    		`Pacific/Efate`,
    		`Pacific/Enderbury`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

      # Get current time.
      local current_time
      current_time="$(date --utc '+%s.%N')"
      # ...formatted as UTC RFC 3339.
      local timestamp
      timestamp="$(date --utc --date="@${current_time}" '+%FT%T.%NZ')"
    
      # Calculate latency.
      local latency='null'
      if [ "${status}" == "${LOG_STATUS_STARTED}" ]; then
        LOG_START_TIMES["${bootstep}"]="${current_time}"
      else
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top