Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for FIST (0.04 sec)

  1. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    	switch op {
    	case FADD, FCOM, FCOMP, FDIV, FDIVR, FIADD, FICOM, FICOMP, FIDIV, FIDIVR, FILD, FIMUL, FIST, FISTP, FISTTP, FISUB, FISUBR, FLD, FMUL, FST, FSTP, FSUB, FSUBR:
    		return true
    	}
    	return false
    }
    
    func isFloatInt(op Op) bool {
    	switch op {
    	case FIADD, FICOM, FICOMP, FIDIV, FIDIVR, FILD, FIMUL, FIST, FISTP, FISTTP, FISUB, FISUBR:
    		return true
    	}
    	return false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/filter_test.go

    		exceedBudget                bool
    		expectRemainingBudget       *int64
    		enableStrictCostEnforcement bool
    		exceedPerCallLimit          bool
    	}{
    		{
    			name: "expression exceed RuntimeCELCostBudget at fist expression",
    			validations: []ExpressionAccessor{
    				&condition{
    					Expression: "has(object.subsets) && object.subsets.size() < 2",
    				},
    				&condition{
    					Expression: "has(object.subsets)",
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  3. platforms/core-runtime/base-services/src/main/java/org/gradle/util/internal/GUtil.java

            for (Object value : values) {
                result.add(toEnum(enumType, value));
            }
            return result;
        }
    
        /**
         * Checks whether the fist {@link CharSequence} ends with the second.
         *
         * If the {@link CharSequence#charAt(int)} method of both sequences is fast,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/src/main/java/org/gradle/util/GUtil.java

            for (Object value : values) {
                result.add(toEnum(enumType, value));
            }
            return result;
        }
    
        /**
         * Checks whether the fist {@link CharSequence} ends with the second.
         *
         * If the {@link CharSequence#charAt(int)} method of both sequences is fast,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"first_quarter_moon_with_face":         "\U0001f31b",
    	"fish":                                 "\U0001f41f",
    	"fish_cake":                            "\U0001f365",
    	"fishing_pole_and_fish":                "\U0001f3a3",
    	"fist":                                 "\u270a",
    	"fist_left":                            "\U0001f91b",
    	"fist_oncoming":                        "\U0001f44a",
    	"fist_raised":                          "\u270a",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2706..2709    ; valid                  ;      ; NV8    # 1.1  TELEPHONE LOCATION SIGN..ENVELOPE
    270A..270B    ; valid                  ;      ; NV8    # 6.0  RAISED FIST..RAISED HAND
    270C..2727    ; valid                  ;      ; NV8    # 1.1  VICTORY HAND..WHITE FOUR POINTED STAR
    2728          ; valid                  ;      ; NV8    # 6.0  SPARKLES
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top