Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 88 for asia (0.06 sec)

  1. src/cmd/internal/obj/arm/asm5.go

    	}
    
    	if false { /*debug['O']*/
    		fmt.Printf("oplook %v %v %v %v\n", p.As, DRconv(a1), DRconv(a2), DRconv(a3))
    		fmt.Printf("\t\t%d %d\n", p.From.Type, p.To.Type)
    	}
    
    	if (p.As == ASRL || p.As == ASRA) && p.From.Type == obj.TYPE_CONST && p.From.Offset == 0 {
    		// Right shifts are weird - a shift that looks like "shift by constant 0" actually
    		// means "shift by constant 32". Use left shift in this situation instead.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    ~ &`:`:merge(.peer):has(${L(e)}) ~ &`,{values:{}})},ariaVariants:({matchVariant:i,theme:e})=>{i("aria",t=>`&[aria-${L(t)}]`,{values:e("aria")??{}}),i("group-aria",(t,{modifier:r})=>r?`:merge(.group\\/${r})[aria-${L(t)}] &`:`:merge(.group)[aria-${L(t)}] &`,{values:e("aria")??{}}),i("peer-aria",(t,{modifier:r})=>r?`:merge(.peer\\/${r})[aria-${L(t)}] ~ &`:`:merge(.peer)[aria-${L(t)}] ~ &`,{values:e("aria")??{}})},dataVariants:({matchVariant:i,theme:e})=>{i("data",t=>`&[data-${L(t)}]`,{values:e("data...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  3. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	resourceId    uint32
    	listenerId    uint32
    	local         [28]byte // union of sockaddr4 and sockaddr6
    	remote        [28]byte // union of sockaddr4 and sockaddr6
    	_             uint16
    	_             uint16
    	asid          uint16
    	_             [2]byte
    	tnLuName      [8]byte
    	tnMonGrp      uint32
    	tnAppl        [8]byte
    	applData      [40]byte
    	nInterface    [16]byte
    	dVipa         [16]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/mips/obj0.go

    		AMULVU,
    		AREMV,
    		AREMVU:
    		s.set.cc = E_HILO
    		fallthrough
    	case AADD,
    		AADDU,
    		AADDV,
    		AADDVU,
    		AAND,
    		ANOR,
    		AOR,
    		ASGT,
    		ASGTU,
    		ASLL,
    		ASRA,
    		ASRL,
    		ASLLV,
    		ASRAV,
    		ASRLV,
    		ASUB,
    		ASUBU,
    		ASUBV,
    		ASUBVU,
    		AXOR,
    
    		AADDD,
    		AADDF,
    		AADDW,
    		ASUBD,
    		ASUBF,
    		ASUBW,
    		AMULF,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:28:53 UTC 2023
    - 30.6K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/base/CharMatcher.java

       * double-width).
       *
       * <p><b>Note:</b> as the reference file evolves, we will modify this matcher to keep it up to
       * date.
       *
       * <p>See also <a href="http://www.unicode.org/reports/tr11/">UAX #11 East Asian Width</a>.
       *
       * @deprecated Many such characters are supplementary characters; see the class documentation.
       * @since 19.0 (since 1.0 as constant {@code SINGLE_WIDTH})
       */
      @Deprecated
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="PK\003\004" type="string" offset="0">
            <match value="mimetypeapplication/vnd.etsi.asic-e+zip" type="string" offset="30" />
          </match>
        </magic>
        <glob pattern="*.asice" />
      </mime-type>
    
      <mime-type type="application/vnd.etsi.asic-s+zip">
        <acronym>ASiC-S</acronym>
        <_comment>Simple Associated Signature Container</_comment>
        <sub-class-of type="application/zip"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

    func.func @_UnaryOpsComposition(%arg0: tensor<4xf32>) -> tensor<4xf32> {
    
      // CHECK: %[[RESULT0:.*]] = "tf.Asin"(%[[ARG0]])
      // CHECK: %[[RESULT1:.*]] = "tf.Abs"(%[[RESULT0]])
      // CHECK: %[[RESULT2:.*]] = "tf.Log"(%[[RESULT1]])
      // CHECK: return %[[RESULT2]]
    
      %0 = "tf._UnaryOpsComposition"(%arg0) {op_names = ["Asin", "Abs", "Log"]} : (tensor<4xf32>) -> tensor<4xf32>
      func.return %0 : tensor<4xf32>
    }
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
  8. guava/src/com/google/common/base/CharMatcher.java

       * double-width).
       *
       * <p><b>Note:</b> as the reference file evolves, we will modify this matcher to keep it up to
       * date.
       *
       * <p>See also <a href="http://www.unicode.org/reports/tr11/">UAX #11 East Asian Width</a>.
       *
       * @deprecated Many such characters are supplementary characters; see the class documentation.
       * @since 19.0 (since 1.0 as constant {@code SINGLE_WIDTH})
       */
      @Deprecated
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. cmd/testdata/xl-meta-merge.zip

    \e>Ö }J8/Ö=_pOŠGxËæAXcÖ=@e ŒNrA,ÿ°S}€TÅ>ôkDyó~¾ÈgMY]Èues`B>Dc¼u`÷HCfK¢tc¾hEÂiK@¦\O\Iý_K¢yzUx:iDgDW®Ê \u{Óý2¬+U÷u¾reôi}OO¸}KA zoZŠ|e¼~m\}D îˆtÚ÷ cYr¾sqPwÐÚ² RoUJt‹8wÖGFgò3²L /ìAyÜ×Ùè¤}ZÚ DmziATÜE¾yZT÷ågK{ NevC2ö§ª›0²W# ZDitŠts¤G_ï¬Di K|}û~¾GHrMNsn4Ês#ÆÏÅ PVWu»E}ˆWyáÂ>p{Æu²EÊiBñ†iAIeq˺Nm²BæKªHiTIxÂŽ~g^qKzëTQ¨õÐñL}¼NfóªVq¦cVKt¯?†ZÖGEeòP¾ij¾rjs®øwKFºWW]ÜGi2ú ¼àuå†Knksp¸ALfã }|ò%Õ†xUpªqßNLñ~LeìÎqnd¾{^ñOjJˆúïÄiziyjeì {: _fïx`GLï}¡oñR^KkòGH GbPû^U`[eòBq4¨BPee}q„mÐ{JãB ²caòn}QòATIˆæ ²C 7ÖKrûTA¾reôgXKpÀ oXÜyQTGÖ¦ku...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          new absl::flat_hash_map<string, std::vector<string>>{
              // Unary
              {"PW",
               {"ComplexAbs", "Angle", "Conj", "Abs", "Acos", "Acosh", "Asin",
                "Atan", "Atanh", "Ceil", "Cos", "Cosh", "Sin", "Exp", "Expm1",
                "Floor", "IsFinite", "IsInf", "IsNan", "Inv", "Reciprocal", "Log",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top