Searched refs:float64Type (Results 1 – 5 of 5) sorted by relevance
157 return Value{typ: float64Type, num: uint64(math.Float64bits(float64(v)))}214 case float64Type:243 case float64Type:302 case float32Type, float64Type:
22 float64Type const
40 float64Type = typeOf(*new(float64)) var
56 case float32Type, float64Type:
71 float64Type = reflect.TypeOf(float64(0)) var