Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for mL (0.02 sec)

  1. src/compress/flate/huffman_bit_writer_test.go

    ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml, ml,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 40.3K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/macho.go

    			ml.data[7] = 0                    // lazy bind size
    			ml.data[8] = 0                    // export
    			ml.data[9] = 0                    // export size
    		}
    
    		ml := newMachoLoad(ctxt.Arch, LC_SYMTAB, 4)
    		ml.data[0] = uint32(linkoff + s1 + s2)                /* symoff */
    		ml.data[1] = uint32(nsortsym)                         /* nsyms */
    		ml.data[2] = uint32(linkoff + s1 + s2 + s3 + s4 + s5) /* stroff */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  3. src/internal/coverage/cfile/emit.go

    // directory, returning an error if something went wrong.
    func emitMetaDataToDirectory(outdir string, ml []rtcov.CovMetaBlob) error {
    	ml, err := prepareForMetaEmit()
    	if err != nil {
    		return err
    	}
    	if len(ml) == 0 {
    		return nil
    	}
    
    	metaDataEmitAttempted = true
    
    	s := &emitState{
    		metalist: ml,
    		debug:    os.Getenv("GOCOVERDEBUG") != "",
    		outdir:   outdir,
    	}
    
    	// Open output files.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SpnegoContext.java

            }
    
            ASN1ObjectIdentifier[] lm = this.mechs;
            byte[] ml = encodeMechs(lm);
            byte[] mechanismListMIC = this.mechContext.calculateMIC(ml);
            if ( log.isDebugEnabled() ) {
                log.debug("Out Mech list " + Arrays.toString(lm));
                log.debug("Out Mech list encoded " + Hexdump.toHexString(ml));
                log.debug("Out Mech list MIC " + Hexdump.toHexString(mechanismListMIC));
            }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Jan 04 04:18:31 UTC 2021
    - 14.8K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/gateway.go

    	for _, ml := range mutableopts {
    		ml.mutable.Listener = buildGatewayListener(*ml.opts, ml.transport)
    		log.Debugf("buildGatewayListeners: marshaling listener %q with %d filter chains",
    			ml.mutable.Listener.GetName(), len(ml.mutable.Listener.GetFilterChains()))
    
    		// Filters are serialized one time into an opaque struct once we have the complete list.
    		if err := ml.mutable.build(builder, *ml.opts); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 46.4K bytes
    - Viewed (0)
  6. README.md

    [libraries](https://www.tensorflow.org/resources/libraries-extensions), and
    [community](https://www.tensorflow.org/community) resources that lets
    researchers push the state-of-the-art in ML and developers easily build and
    deploy ML-powered applications.
    
    TensorFlow was originally developed by researchers and engineers working within
    the Machine Intelligence team at Google Brain to conduct research in machine
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 15:00:10 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  7. src/crypto/internal/mlkem768/mlkem768.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Package mlkem768 implements the quantum-resistant key encapsulation method
    // ML-KEM (formerly known as Kyber).
    //
    // Only the recommended ML-KEM-768 parameter set is provided.
    //
    // The version currently implemented is the one specified by [NIST FIPS 203 ipd],
    // with the unintentional transposition of the matrix A reverted to match the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 28.4K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/crawlinginfo/admin_crawlinginfo.jsp

                                                         styleClass="form-control" placeholder="${ph_session_id}"></la:text>
                                            </div>
                                            <div class="form-group ml-sm-2">
                                                <button type="submit" class="btn btn-primary" id="submit"
                                                        name="search"
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 11.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/text/language/match.go

    			}
    		}
    	}
    
    	// Add entries for languages with mutual intelligibility as defined by CLDR's
    	// languageMatch data.
    	for _, ml := range matchLang {
    		update(ml.want, ml.have, toConf(ml.distance))
    		if !ml.oneway {
    			update(ml.have, ml.want, toConf(ml.distance))
    		}
    	}
    
    	// Add entries for possible canonicalizations. This is an optimization to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  10. src/strconv/ftoaryu.go

    	if exp <= 0 && bits.TrailingZeros64(mant) >= -exp {
    		mant >>= uint(-exp)
    		ryuDigits(d, mant, mant, mant, true, false)
    		return
    	}
    	ml, mc, mu, e2 := computeBounds(mant, exp, flt)
    	if e2 == 0 {
    		ryuDigits(d, ml, mc, mu, true, false)
    		return
    	}
    	// Find 10^q *larger* than 2^-e2
    	q := mulByLog2Log10(-e2) + 1
    
    	// We are going to multiply by 10^q using 128-bit arithmetic.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 09 00:28:56 UTC 2022
    - 15.7K bytes
    - Viewed (0)
Back to top