Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 100 for Rd (0.07 sec)

  1. tensorflow/c/experimental/filesystem/modular_filesystem_test.cc

        return tensorflow::str_util::StripPrefix(absolute_path, root_dir_);
      }
    
      // Initializes the randomness used to ensure test isolation.
      static void InitializeTestRNG() {
        std::random_device rd;
        std::mt19937 gen(rd());
        std::uniform_int_distribution<> distribution;
        rng_val_ = distribution(gen);
      }
    
      static void SetCloudPath(const std::string& cloud_path) {
        cloud_path_ = cloud_path;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 27 20:25:58 UTC 2022
    - 71K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    	closec chan bool
    
    	mu     sync.Mutex // guards rd/wd
    	rd, wd time.Time  // read, write deadline
    	noopConn
    }
    
    func (c *slowTestConn) SetDeadline(t time.Time) error {
    	c.SetReadDeadline(t)
    	c.SetWriteDeadline(t)
    	return nil
    }
    
    func (c *slowTestConn) SetReadDeadline(t time.Time) error {
    	c.mu.Lock()
    	defer c.mu.Unlock()
    	c.rd = t
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm/asm5.go

    	// exception.
    	case 96: /* UNDEF */
    		o1 = 0xf7fabcfd
    
    	case 97: /* CLZ Rm, Rd */
    		o1 = c.oprrr(p, p.As, int(p.Scond))
    
    		o1 |= (uint32(p.To.Reg) & 15) << 12
    		o1 |= (uint32(p.From.Reg) & 15) << 0
    
    	case 98: /* MULW{T,B} Rs, Rm, Rd */
    		o1 = c.oprrr(p, p.As, int(p.Scond))
    
    		o1 |= (uint32(p.To.Reg) & 15) << 16
    		o1 |= (uint32(p.From.Reg) & 15) << 8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (CMP(U|WU)const [d] (ANDconst z [c])) && uint64(d) > uint64(c) => (FlagLT)
    
    (ORN x (MOVDconst [-1])) => x
    
    (S(RAD|RD|LD) x (MOVDconst [c])) => (S(RAD|RD|LD)const [c&63 | (c>>6&1*63)] x)
    (S(RAW|RW|LW) x (MOVDconst [c])) => (S(RAW|RW|LW)const [c&31 | (c>>5&1*31)] x)
    
    (Addr {sym} base) => (MOVDaddr {sym} [0] base)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  5. src/net/url/url_test.go

    	}
    
    	if v := u.User.String(); v != "" {
    		t.Fatalf("expected empty string, got %s", v)
    	}
    }
    
    func TestInvalidUserPassword(t *testing.T) {
    	_, err := Parse("http://user^:passwo^rd@foo.com/")
    	if got, wantsub := fmt.Sprint(err), "net/url: invalid userinfo"; !strings.Contains(got, wantsub) {
    		t.Errorf("error = %q; want substring %q", got, wantsub)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  6. cmd/testdata/xl-meta-merge.zip

    ÎïÊG þûvc¾¾.{Ö¢OhD]`paìˆrïzKjyzqG`B¼ÿò ªtZoHEw@uñv¬²pgÐ^QE„ sx=‘²Eû|\¾ |e}MHs m@iVw¼ux NRïj¢“„GZIå]xuyqxfM ¼qûxj†u<jíû quW÷–°{ê„–¸fT]PïI¾xep eV›K²I= ÚûR¸¬+Ke4­7qV „ D [ßTs’…[La„ ReÎÚS S ²øNzÐI 1½i_t¸sñ•fSOG•}axgY1\eòuh¿URg\ãteñjW™oWZåKZD_³I\ã Hs7o]f_@é–rD}vƒ±<ê Hº}ñre¸osQZôu^] poMßseòxiDq]p®ö^ » %eOrñs{Bv€¡ûp@oK]^ô „TW`¼ ûR? ¨[tˆˆ‚«æq@Œ+_lpkSIˆ^ñ @I¾¦fW pPc{^<ˆâïò û@ ; OPmyßt}æ^IªêVkq ^pu²vñ^Ty[Sxi8¿l ’Œ€à@DK~Ô^zÜJ ¨™1|vž}û\–iY»ÕmP\ep—÷SlûY¡\ïTmG_s™Ùs`H{_}©GEì´Œ»SqòSa¸ïL}ÂbDR^Ì ÕO„V^e¼Bñjhñqkxé°{W_÷E@JˆVk<‚Åò...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 17:50:48 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm64.s

    	CMP	$0x22220000, RSP                 // CMP $572653568, RSP   // 5b44a4d2ff633beb
    	CMPW	$0x22220000, RSP                 // CMPW $572653568, RSP  // 5b44a452ff433b6b
    	CCMN	MI, ZR, R1, $4	                 // e44341ba
    	// MADD Rn,Rm,Ra,Rd
    	MADD	R1, R2, R3, R4                   // 6408019b
    	// CLS
    	CLSW	R1, R2
    	CLS	R1, R2
    	SBC	$0, R1                           // 21001fda
    	SBCW	$0, R1                           // 21001f5a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  8. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    onred.one onrender.com ontario.museum onthewifi.com onza.mythic-beasts.com ooguy.com ookuwa.nagano.jp ooo oops.jp ooshika.nagano.jp open openair.museum opencraft.hosting opensocial.site operaunite.com opoczno.pl opole.pl oppdal.no oppegard.no oppegård.no or.at or.bi or.ci or.cr or.id or.it or.jp or.ke or.kr or.mu or.na or.pw or.th or.tz or.ug or.us ora.gunma.jp oracle orange orangecloud.tn oregon.museum oregontrail.museum org org.ac org.ae org.af org.ag org.ai org.al org.am org.ar org.au org.az org.ba...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  9. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    rocess(e,{parser:Zp}).root.nodes):Mt([i])}var td,za=C(()=>{l();nt();td=X(Bp());ed()});function Bt(i,e,t=!1){if(i==="")return e;let r=typeof e=="string"?(0,rd.default)().astSync(e):e;return r.walkClasses(n=>{let a=n.value,s=t&&a.startsWith("-");n.value=s?`-${i}${a.slice(1)}`:`${i}${a}`}),typeof e=="string"?r.toString():r}var rd,un=C(()=>{l();rd=X(Me())});function ce(i){let e=id.default.className();return e.value=i,mt(e?.raws?.value??e.value)}var id,Ft=C(()=>{l();id=X(Me());mi()});function Va(i){return...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  10. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    20\227\372@\255\250\356?4\234\345\2104\t\321?\330i\273Nrz\306?@\240\361C\225.\243?V\314\251\274\275?\350?\334y\372S\005\254\344?\010\306R;\237\355\311?\370\271\032\254\263g\307?D\200\021\256\3619\325?I\344q\253\037\030\342?B\350\211\226sc\355?*\261\rD\276y\335?czp\311\371p\352?D\331\265\271\034\374\351?}Y\367\333\303r\344?+\036\2365D\307\352? \2025\022\'\347\250?\276\010\3469\205S\325?\000g\nq(>\210?\332\343\205\310\375\262\325?jE\273\367\006\353\345?\320<~Z\030\337\313?\016u\022\341\377\274\325...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
Back to top