Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initAtofOnce (0.19 sec)

  1. src/strconv/atof_test.go

    	atofOnce               sync.Once
    	atofRandomTests        []atofSimpleTest
    	benchmarksRandomBits   [1024]string
    	benchmarksRandomNormal [1024]string
    )
    
    func initAtof() {
    	atofOnce.Do(initAtofOnce)
    }
    
    func initAtofOnce() {
    	// The atof routines return NumErrors wrapping
    	// the error and the string. Convert the table above.
    	for i := range atoftests {
    		test := &atoftests[i]
    		if test.err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
Back to top