Home
last modified time | relevance | path

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

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