Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for du0 (0.02 sec)

  1. src/strconv/ftoaryu.go

    	// The exponent is the same for all 3 numbers.
    	var dl, dc, du uint64
    	var dl0, dc0, du0 bool
    	if flt == &float32info {
    		var dl32, dc32, du32 uint32
    		dl32, _, dl0 = mult64bitPow10(uint32(ml), e2, q)
    		dc32, _, dc0 = mult64bitPow10(uint32(mc), e2, q)
    		du32, e2, du0 = mult64bitPow10(uint32(mu), e2, q)
    		dl, dc, du = uint64(dl32), uint64(dc32), uint64(du32)
    	} else {
    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