Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for logb (0.11 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Log2", Func, 0},
    		{"Log2E", Const, 0},
    		{"Logb", Func, 0},
    		{"Max", Func, 0},
    		{"MaxFloat32", Const, 0},
    		{"MaxFloat64", Const, 0},
    		{"MaxInt", Const, 17},
    		{"MaxInt16", Const, 0},
    		{"MaxInt32", Const, 0},
    		{"MaxInt64", Const, 0},
    		{"MaxInt8", Const, 0},
    		{"MaxUint", Const, 17},
    		{"MaxUint16", Const, 0},
    		{"MaxUint32", Const, 0},
    		{"MaxUint64", Const, 0},
    		{"MaxUint8", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg log/syslog (freebsd-riscv64), const LOG_EMERG = 0 #53466
    pkg log/syslog (freebsd-riscv64), const LOG_EMERG Priority #53466
    pkg log/syslog (freebsd-riscv64), const LOG_ERR = 3 #53466
    pkg log/syslog (freebsd-riscv64), const LOG_ERR Priority #53466
    pkg log/syslog (freebsd-riscv64), const LOG_FTP = 88 #53466
    pkg log/syslog (freebsd-riscv64), const LOG_FTP Priority #53466
    pkg log/syslog (freebsd-riscv64), const LOG_INFO = 6 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  3. RELEASE.md

            By default, Keras always writes the logs to stdout. However, this is not
            optimal in a non-interactive environment, where you don't have access to
            stdout, but can only view the logs. You can use
            `tf.keras.utils.disable_interactive_logging()` to write the logs to ABSL
            logging. You can also use `tf.keras.utils.enable_interactive_logging()`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/rewritegeneric.go

    	// result: (Rsh8Ux64 n (Const64 <typ.UInt64> [log8(c)]))
    	for {
    		n := v_0
    		if v_1.Op != OpConst8 {
    			break
    		}
    		c := auxIntToInt8(v_1.AuxInt)
    		if !(isNonNegative(n) && isPowerOfTwo8(c)) {
    			break
    		}
    		v.reset(OpRsh8Ux64)
    		v0 := b.NewValue0(v.Pos, OpConst64, typ.UInt64)
    		v0.AuxInt = int64ToAuxInt(log8(c))
    		v.AddArg2(n, v0)
    		return true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  5. pkg/apis/core/validation/validation_test.go

    				{ContainerPort: 80, HostPort: 80, Protocol: "UDP"},
    			},
    			ImagePullPolicy:          "IfNotPresent",
    			TerminationMessagePolicy: "File",
    		}, {
    			Name:                     "fallback-to-logs-termination-message",
    			Image:                    "image",
    			ImagePullPolicy:          "IfNotPresent",
    			TerminationMessagePolicy: "FallbackToLogsOnError",
    		}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    # IdnaMappingTable.txt
    # Date: 2023-08-10, 22:32:27 GMT
    # © 2023 Unicode®, Inc.
    # Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
    # For terms of use, see https://www.unicode.org/terms_of_use.html
    #
    # Unicode IDNA Compatible Preprocessing for UTS #46
    # Version: 15.1.0
    #
    # For documentation and usage, see https://www.unicode.org/reports/tr46
    #
    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