float64            56 include/link.h 		float64	dval;
float64           512 include/link.h int	chipfloat5(Link *ctxt, float64 e);
float64           513 include/link.h int	chipzero5(Link *ctxt, float64 e);
float64          2411 src/liblink/asm5.c chipzero5(Link *ctxt, float64 e)
float64          2420 src/liblink/asm5.c chipfloat5(Link *ctxt, float64 e)
float64            71 src/liblink/go.c double2ieee(uint64 *ieee, float64 f)
float64           162 src/pkg/runtime/print.c 			runtime·printfloat(*(float64*)v);
float64           235 src/pkg/runtime/print.c runtime·printfloat(float64 v)
float64           239 src/pkg/runtime/print.c 	float64 h;
float64           200 src/pkg/runtime/runtime.c 	float64 j, j1;
float64           201 src/pkg/runtime/runtime.h 	float64	real;
float64           202 src/pkg/runtime/runtime.h 	float64	imag;
float64          1072 src/pkg/runtime/runtime.h void	runtime·printfloat(float64);
float64          1111 src/pkg/runtime/runtime.h float64	runtime·Inf(int32 sign);
float64          1112 src/pkg/runtime/runtime.h float64	runtime·NaN(void);
float64          1115 src/pkg/runtime/runtime.h float64	runtime·float64frombits(uint64 i);
float64          1116 src/pkg/runtime/runtime.h uint64	runtime·float64tobits(float64 f);
float64          1117 src/pkg/runtime/runtime.h float64	runtime·frexp(float64 d, int32 *ep);
float64          1118 src/pkg/runtime/runtime.h bool	runtime·isInf(float64 f, int32 sign);
float64          1119 src/pkg/runtime/runtime.h bool	runtime·isNaN(float64 f);
float64          1120 src/pkg/runtime/runtime.h float64	runtime·ldexp(float64 d, int32 e);
float64          1121 src/pkg/runtime/runtime.h float64	runtime·modf(float64 d, float64 *ip);
float64          1139 src/pkg/runtime/runtime.h extern float64 runtime·nan;
float64          1140 src/pkg/runtime/runtime.h extern float64 runtime·posinf;
float64          1141 src/pkg/runtime/runtime.h extern float64 runtime·neginf;