Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for _comps (0.22 sec)

  1. .github/ISSUE_TEMPLATE/feature_enhancement_request.yaml

            it just seem like a sensible behavior for the feature to have?
    
    
            Before we make significant changes to existing features in Guava, we really want to be sure
            that it's for a use case that actually comes up in the real world. We want to hear the
            real-world use case so the community can discuss and debate whether this feature is actually
    Others
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Nov 17 18:47:47 GMT 2023
    - 3.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	//TODO VFCMLE $0, V28.S2, V20.S2           // 94dba02e
    	//TODO FCMLT $0, F17, F3                   // 23eae05e
    	//TODO VFCMLT $0, V8.S4, V7.S4             // 07e9a04e
    	FCMPS F3, F17                              // 2022231e
    	FCMPS $(0.0), F8                           // 0821201e
    	FCMPD F11, F27                             // 60236b1e
    	FCMPD $(0.0), F25                          // 2823601e
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
  3. src/cmd/asm/internal/asm/testdata/arm64.s

    	VUMIN	V3.H4, V2.H4, V1.H4             // 416c632e
    	VUMIN	V3.H8, V2.H8, V1.H8             // 416c636e
    	VUMIN	V3.S2, V2.S2, V1.S2             // 416ca32e
    	VUMIN	V3.S4, V2.S4, V1.S4             // 416ca36e
    	FCCMPS	LT, F1, F2, $1	                // 41b4211e
    	FMADDS	F1, F3, F2, F4                  // 440c011f
    	FMADDD	F4, F5, F4, F4                  // 8414441f
    	FMSUBS	F13, F21, F13, F19              // b3d50d1f
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/feature_addition_request.yaml

            just a feature that seems like a sensible addition to Guava?
    
    
            Before new features get added to Guava, we really want to be sure that it's for a use case
            that actually comes up in the real world. We want to hear the real-world use case so the
            community can discuss and debate whether this feature is actually the *best* way to address
    Others
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Nov 17 18:47:47 GMT 2023
    - 5.8K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	FCOMIP F3, F0                           // dff3
    	//TODO: FCOMP F2                        // d8da
    	//TODO: FCOMP F3                        // d8db
    	//TODO: FCOMFP (BX)                     // d81b
    	//TODO: FCOMFP (R11)                    // 41d81b
    	//TODO: FCOMPL (BX)                     // dc1b
    	//TODO: FCOMPL (R11)                    // 41dc1b
    	//TODO: FCOMPP                          // ded9
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  6. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

     # define _strong_alias(name, aliasname) \
    -  extern __typeof (name) aliasname __attribute__ ((alias (#name)));
    +  extern __typeof (name) aliasname __attribute__ ((alias (#name))) \
    +    __attribute_copy__ (name);
     
     /* This comes between the return type and function name in
        a function definition to make that definition weak.  */
    @@ -125,14 +131,16 @@
        If weak aliases are not available, this defines a strong alias.  */
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 8.9K bytes
    - Viewed (0)
Back to top