Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for INF (0.02 sec)

  1. src/math/all_test.go

    	{+Pi, NaN()},
    	{Inf(1), Inf(-1)},
    	{Inf(1), -Pi},
    	{Inf(1), 0},
    	{Inf(1), +Pi},
    	{Inf(1), Inf(1)},
    	{Inf(1), NaN()},
    	{NaN(), NaN()},
    }
    var atan2SC = []float64{
    	-3 * Pi / 4,     // atan2(-Inf, -Inf)
    	-Pi / 2,         // atan2(-Inf, -Pi)
    	-Pi / 2,         // atan2(-Inf, +0)
    	-Pi / 2,         // atan2(-Inf, +Pi)
    	-Pi / 4,         // atan2(-Inf, +Inf)
    	NaN(),           // atan2(-Inf, NaN)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
  2. src/math/big/float_test.go

    	}{
    		// prec 0
    		{"0", 0, "0", Exact},
    		{"-0", 0, "-0", Exact},
    		{"-Inf", 0, "-Inf", Exact},
    		{"+Inf", 0, "+Inf", Exact},
    		{"123", 0, "0", Below},
    		{"-123", 0, "-0", Above},
    
    		// prec at upper limit
    		{"0", MaxPrec, "0", Exact},
    		{"-0", MaxPrec, "-0", Exact},
    		{"-Inf", MaxPrec, "-Inf", Exact},
    		{"+Inf", MaxPrec, "+Inf", Exact},
    
    		// just a few regular cases - general rounding is tested elsewhere
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
  3. src/fmt/fmt_test.go

    	// float infinites and NaNs
    	{"%f", posInf, "+Inf"},
    	{"%.1f", negInf, "-Inf"},
    	{"% f", NaN, " NaN"},
    	{"%20f", posInf, "                +Inf"},
    	{"% 20F", posInf, "                 Inf"},
    	{"% 20e", negInf, "                -Inf"},
    	{"% 20x", negInf, "                -Inf"},
    	{"%+20E", negInf, "                -Inf"},
    	{"%+20X", negInf, "                -Inf"},
    	{"% +20g", negInf, "                -Inf"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    	"github.com/spf13/pflag"
    	inf "gopkg.in/inf.v0"
    
    	cbor "k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct"
    )
    
    var (
    	bigMostPositive = big.NewInt(mostPositive)
    	bigMostNegative = big.NewInt(mostNegative)
    )
    
    func dec(i int64, exponent int) infDecAmount {
    	// See the below test-- scale is the negative of an exponent.
    	return infDecAmount{inf.NewDec(i, inf.Scale(-exponent))}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. fastapi/param_functions.py

                """
            ),
        ] = _Unset,
        allow_inf_nan: Annotated[
            Union[bool, None],
            Doc(
                """
                Allow `inf`, `-inf`, `nan`. Only applicable to numbers.
                """
            ),
        ] = _Unset,
        max_digits: Annotated[
            Union[int, None],
            Doc(
                """
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    const (
    	LINE_LEN                    = 256  // Windows 9x-compatible maximum for displayable strings coming from a device INF.
    	MAX_INF_STRING_LENGTH       = 4096 // Actual maximum size of an INF string (including string substitutions).
    	MAX_INF_SECTION_NAME_LENGTH = 255  // For Windows 9x compatibility, INF section names should be constrained to 32 characters.
    	MAX_TITLE_LEN               = 60
    	MAX_INSTRUCTION_LEN         = 256
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        Value reflection_denom =
            rewriter.create<LogOp>(loc, sin_pi_mul_reduced_frac_input);
    
        // Avoid computing -inf - inf, which is nan.  If reflection_denom is +/-inf,
        // then it "wins" and the result is +/-inf.
        Value is_finite =
            rewriter.create<IsFiniteOp>(loc, tensor_bool_type, reflection_denom);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  8. .teamcity/.mvn/wrapper/maven-wrapper.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Implementation-Title: maven-wrapper Implementation-Version: 0.5.6 Archiver-Version: Provisio Archiver Built-By: manfred Specification-Title: maven-wrapper Implementation-Vendor-Id: io.takari Created-By: Takari Inc. Build-Jdk: 1.8.0_232 Specification-Version: 0.5.6 META-INF/maven/io.takari/maven-wrapper/pom.properties version=0.5.6 groupId=io.takari artifactId=maven-wrapper org/apache/maven/wrapper/BootstrapMainStarter.class package org.apache.maven.wrapper;...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 49.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    ====
    
    [[sec:meta_inf_normalization]]
    ==== Java `META-INF` normalization
    
    For files in the `META-INF` directory of jar archives it's not always possible to ignore files completely due to their runtime impact.
    
    Manifest files within `META-INF` are normalized to ignore comments, whitespace and order differences.
    Manifest attribute names are compared case-and-order insensitively.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  10. integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Implementation-Title: Gradle Wrapper org/gradle/wrapper/GradleWrapperMain.class package org.gradle.wrapper; public synchronized class GradleWrapperMain { public static final String GRADLE_USER_HOME_OPTION = g; public static final String GRADLE_USER_HOME_DETAILED_OPTION = gradle-user-home; public static final String GRADLE_QUIET_OPTION = q; public static final String GRADLE_QUIET_DETAILED_OPTION = quiet; public void GradleWrapperMain(); public static void...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 62.2K bytes
    - Viewed (0)
Back to top