OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnanu
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
sqrt.go
98
//
isnanu
returns whether ix represents a NaN floating point number.
99
func
isnanu
(ix uint64) bool {
func
110
case
isnanu
(ix): // x != x
/prebuilts/go/linux-x86/src/runtime/
sqrt.go
98
//
isnanu
returns whether ix represents a NaN floating point number.
99
func
isnanu
(ix uint64) bool {
func
110
case
isnanu
(ix): // x != x
Completed in 79 milliseconds