Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for float32nan3 (0.13 sec)

  1. src/runtime/runtime1.go

    		throw("float64nan2")
    	}
    	if !(j != j1) {
    		throw("float64nan3")
    	}
    
    	*(*uint32)(unsafe.Pointer(&i)) = ^uint32(0)
    	if i == i {
    		throw("float32nan")
    	}
    	if i == i {
    		throw("float32nan1")
    	}
    
    	*(*uint32)(unsafe.Pointer(&i1)) = ^uint32(1)
    	if i == i1 {
    		throw("float32nan2")
    	}
    	if i == i1 {
    		throw("float32nan3")
    	}
    
    	testAtomic64()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top