Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 226 for inf (0.02 sec)

  1. src/runtime/softfloat64.go

    	// Special cases.
    	switch {
    	case fn || gn: // NaN + x or x + NaN = NaN
    		return nan64
    
    	case fi && gi && fs != gs: // +Inf + -Inf or -Inf + +Inf = NaN
    		return nan64
    
    	case fi: // ±Inf + g = ±Inf
    		return f
    
    	case gi: // f + ±Inf = ±Inf
    		return g
    
    	case fm == 0 && gm == 0 && fs != 0 && gs != 0: // -0 + -0 = -0
    		return f
    
    	case fm == 0: // 0 + g = g but 0 + -0 = +0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 17:58:41 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  2. src/math/big/floatconv_test.go

    		{"1.e10", 1e10},
    		{"1e+10", 1e10},
    		{"+1e-10", 1e-10},
    		{"1E10", 1e10},
    		{"1.E+10", 1e10},
    		{"+1E-10", 1e-10},
    
    		// infinities
    		{"Inf", inf},
    		{"+Inf", inf},
    		{"-Inf", -inf},
    		{"inf", inf},
    		{"+inf", inf},
    		{"-inf", -inf},
    
    		// invalid numbers
    		{"", nan},
    		{"-", nan},
    		{"0x", nan},
    		{"0e", nan},
    		{"1.2ef", nan},
    		{"2..3", nan},
    		{"123..", nan},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 24.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheJavaIntegrationTest.groovy

            def classFile = file("build/classes/java/main/Thing.class")
            classFile.isFile()
            def jarFile = file("build/libs/somelib.jar")
            new ZipTestFixture(jarFile).hasDescendants("META-INF/MANIFEST.MF", "Thing.class", "answer.txt", "META-INF/some.Service")
    
            when:
            configurationCacheRun "build"
    
            then:
            assertStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  4. src/math/big/float.go

    	z.acc = Exact
    	if x.form == zero && y.form == inf || x.form == inf && y.form == zero {
    		// ±0 * ±Inf
    		// ±Inf * ±0
    		// value of z is undefined but make sure it's valid
    		z.form = zero
    		z.neg = false
    		panic(ErrNaN{"multiplication of zero with infinity"})
    	}
    
    	if x.form == inf || y.form == inf {
    		// ±Inf * y
    		// x * ±Inf
    		z.form = inf
    		return z
    	}
    
    	// ±0 * y
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 15:46:54 UTC 2024
    - 44.5K bytes
    - Viewed (0)
  5. pkg/kube/kclient/client.go

    	inf := kubeclient.GetInformerFilteredFromGVR(c, opts, gvr)
    	return newInformerClient[controllers.Object](gvr, inf, filter)
    }
    
    // NewMetadata returns a metadata client for a given GVR. This is read-only.
    func NewMetadata(c kube.Client, gvr schema.GroupVersionResource, filter Filter) Informer[*metav1.PartialObjectMetadata] {
    	opts := ToOpts(c, gvr, filter)
    	opts.InformerType = kubetypes.MetadataInformer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 07:14:28 UTC 2024
    - 13K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java

            }
            // WEB-INF/lib
            appendJarFile(cpSeparator, buf, new File(servletContext.getRealPath("/WEB-INF/lib")),
                    "WEB-INF" + File.separator + "lib" + File.separator);
            // WEB-INF/env/thumbnail/lib
            appendJarFile(cpSeparator, buf, new File(servletContext.getRealPath("/WEB-INF/env/" + getExecuteType() + "/lib")),
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/job/SuggestJob.java

            }
            // WEB-INF/lib
            appendJarFile(cpSeparator, buf, new File(servletContext.getRealPath("/WEB-INF/lib")),
                    "WEB-INF" + File.separator + "lib" + File.separator);
            // WEB-INF/env/suggest/lib
            appendJarFile(cpSeparator, buf, new File(servletContext.getRealPath("/WEB-INF/env/" + getExecuteType() + "/lib")),
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                key="labels.file_crawling_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
        <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include>
        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="crawl"/>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.6K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                key="labels.web_crawling_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
        <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include>
        <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp">
            <jsp:param name="menuCategoryType" value="crawl"/>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.7K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/test/float_test.go

    	}
    	if math.Copysign(math.NaN(), -1) < math.NaN() {
    		t.Errorf("math.Copysign(math.NaN(), -1) < math.NaN() returned true")
    	}
    	if math.Inf(1) != math.Inf(1) {
    		t.Errorf("math.Inf(1) != math.Inf(1) returned true")
    	}
    	if math.Inf(-1) != math.Inf(-1) {
    		t.Errorf("math.Inf(-1) != math.Inf(-1) returned true")
    	}
    	if math.Copysign(0, -1) != 0 {
    		t.Errorf("math.Copysign(0, -1) != 0 returned true")
    	}
    	if math.Copysign(0, -1) < 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 12.5K bytes
    - Viewed (0)
Back to top