HomeSort by relevance Sort by last modified time
    Searched refs:Float64Val (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/go/constant/
value.go 424 // Float32Val is like Float64Val but for float32 instead of float64.
445 // Float64Val returns the nearest Go float64 value of x and whether the result is exact;
447 // to represent as float64, Float64Val silently underflows to 0. The result sign always
450 func Float64Val(x Value) (float64, bool) {
  /prebuilts/go/linux-x86/src/go/constant/
value.go 424 // Float32Val is like Float64Val but for float32 instead of float64.
445 // Float64Val returns the nearest Go float64 value of x and whether the result is exact;
447 // to represent as float64, Float64Val silently underflows to 0. The result sign always
450 func Float64Val(x Value) (float64, bool) {
  /prebuilts/go/darwin-x86/src/go/types/
expr.go 170 f, _ := constant.Float64Val(x)
175 f, _ := constant.Float64Val(x)
    [all...]
stmt.go 193 if x, ok := constant.Float64Val(val); ok {
  /prebuilts/go/linux-x86/src/go/types/
expr.go 170 f, _ := constant.Float64Val(x)
175 f, _ := constant.Float64Val(x)
    [all...]
stmt.go 193 if x, ok := constant.Float64Val(val); ok {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 895 DOUBLE Float64Val;
    [all...]

Completed in 3470 milliseconds