Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for FLE (0.03 sec)

  1. src/time/zoneinfo_abbrs_windows.go

    	"E. Europe Standard Time":         {"EET", "EEST"},    // Europe/Chisinau
    	"Turkey Standard Time":            {"+03", "+03"},     // Europe/Istanbul
    	"Kaliningrad Standard Time":       {"EET", "EET"},     // Europe/Kaliningrad
    	"FLE Standard Time":               {"EET", "EEST"},    // Europe/Kiev
    	"GMT Standard Time":               {"GMT", "BST"},     // Europe/London
    	"Belarus Standard Time":           {"+03", "+03"},     // Europe/Minsk
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 20:01:59 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/RISCV64.rules

    (Less(64|32)F ...) => (FLT(D|S) ...)
    
    // Convert x <= y to !(y > x).
    (Leq(64|32|16|8)  x y) => (Not (Less(64|32|16|8)  y x))
    (Leq(64|32|16|8)U x y) => (Not (Less(64|32|16|8)U y x))
    (Leq(64|32)F ...) => (FLE(D|S) ...)
    
    (EqPtr x y) => (SEQZ (SUB <typ.Uintptr> x y))
    (Eq64  x y) => (SEQZ (SUB <x.Type> x y))
    (Eq32  x y) &&  x.Type.IsSigned() => (SEQZ (SUB <x.Type> (SignExt32to64 x) (SignExt32to64 y)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 40.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/PPC64Ops.go

    		{name: "NE", controls: 1},
    		{name: "LT", controls: 1},
    		{name: "LE", controls: 1},
    		{name: "GT", controls: 1},
    		{name: "GE", controls: 1},
    		{name: "FLT", controls: 1},
    		{name: "FLE", controls: 1},
    		{name: "FGT", controls: 1},
    		{name: "FGE", controls: 1},
    	}
    
    	archs = append(archs, arch{
    		name:               "PPC64",
    		pkg:                "cmd/internal/obj/ppc64",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 43.8K bytes
    - Viewed (0)
Back to top