Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 59 of 59 for float2 (0.42 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    ullParser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public double getDoubleValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public float getFloatValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public int getIntegerValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        be a quantized type to ops whose inputs and outputs allow non-quantized
        types. Examples of quantized types are TF_Qint8 or TF_Quint8.
    
        An example is TF_DequantizeOp, which converts a quantized type to a float.
        This op is rewritten to generic ops that perform the scale and shift
        and can operate on non-quantized types.
    
        Currently, TF_DequantizeOp is the only op with a lowering that falls
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    ullParser) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public double getDoubleValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public float getFloatValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean) throws org.codehaus.plexus.util.xml.pull.XmlPullParserExcepti; public int getIntegerValue(String, String, org.codehaus.plexus.util.xml.pull.XmlPullParser, boolean)...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 160.1K bytes
    - Viewed (0)
  4. src/database/sql/sql.go

    		return nil, nil
    	}
    	return int64(n.Byte), nil
    }
    
    // NullFloat64 represents a float64 that may be null.
    // NullFloat64 implements the [Scanner] interface so
    // it can be used as a scan destination, similar to [NullString].
    type NullFloat64 struct {
    	Float64 float64
    	Valid   bool // Valid is true if Float64 is not NULL
    }
    
    // Scan implements the [Scanner] interface.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  5. pkg/controller/job/job_controller_test.go

    				if err != nil {
    					t.Fatalf("Obtaining succeeded job_pods_finished_total: %v", err)
    				}
    				if float64(tc.wantSucceededPodsMetric) != v {
    					t.Errorf("Metric reports %.0f succeeded pods, want %d", v, tc.wantSucceededPodsMetric)
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewriteMIPS64.go

    		return true
    	}
    }
    func rewriteValueMIPS64_OpConst32F(v *Value) bool {
    	// match: (Const32F [val])
    	// result: (MOVFconst [float64(val)])
    	for {
    		val := auxIntToFloat32(v.AuxInt)
    		v.reset(OpMIPS64MOVFconst)
    		v.AuxInt = float64ToAuxInt(float64(val))
    		return true
    	}
    }
    func rewriteValueMIPS64_OpConst64(v *Value) bool {
    	// match: (Const64 [val])
    	// result: (MOVVconst [int64(val)])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 31 03:59:48 UTC 2023
    - 211.6K bytes
    - Viewed (0)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    themselves, and get as far asunder as the quantity of Water in which they float, will allow? And does not this Endeavour imply that they have a repulsive Force by which they fly from one another, or at least, that they attract the Water more strongly than they do one another? For as all things ascend in Water which are less attracted than Water, by the gravitating Power of the Earth; so all the Particles of Salt which float in Water, and are less attracted than Water by any one Particle of Salt, must...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/ppc64/asm9.go

    			}
    		}
    
    		return C_GOK
    
    	case obj.TYPE_TEXTSIZE:
    		return C_TEXTSIZE
    
    	case obj.TYPE_FCONST:
    		// The only cases where FCONST will occur are with float64 +/- 0.
    		// All other float constants are generated in memory.
    		f64 := a.Val.(float64)
    		if f64 == 0 {
    			if math.Signbit(f64) {
    				return C_S16CON
    			}
    			return C_ZCON
    		}
    		log.Fatalf("Unexpected nonzero FCONST operand %v", a)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  9. src/runtime/proc.go

    		// better information to pacing if the application is
    		// rapidly creating an exiting goroutines.
    		assistWorkPerByte := gcController.assistWorkPerByte.Load()
    		scanCredit := int64(assistWorkPerByte * float64(gp.gcAssistBytes))
    		gcController.bgScanCredit.Add(scanCredit)
    		gp.gcAssistBytes = 0
    	}
    
    	dropg()
    
    	if GOARCH == "wasm" { // no threads yet on wasm
    		gfput(pp, gp)
    		return
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top