Home
last modified time | relevance | path

Searched refs:finiteFloatToInt (Results 1 – 2 of 2) sorted by relevance

/external/starlark-go/starlark/
Dint.go418 return finiteFloatToInt(x), nil
426 func finiteFloatToInt(f Float) Int { func
Dvalue.go430 return finiteFloatToInt(f).Hash()