Lines Matching defs:d
28 double d = fabs(a-b); in bits_of_precision() local
45 double d = fabs(a-b); in bits_of_precision() local
75 static double cbrt_5d(double d) in cbrt_5d()
134 static double halley_cbrt1d(double d) in halley_cbrt1d()
141 static float halley_cbrt1f(float d) in halley_cbrt1f()
148 static double halley_cbrt2d(double d) in halley_cbrt2d()
157 static double halley_cbrt3d(double d) in halley_cbrt3d()
167 static float halley_cbrt2f(float d) in halley_cbrt2f()
175 static double newton_cbrt1d(double d) in newton_cbrt1d()
182 static double newton_cbrt2d(double d) in newton_cbrt2d()
190 static double newton_cbrt3d(double d) in newton_cbrt3d()
199 static double newton_cbrt4d(double d) in newton_cbrt4d()
209 static float newton_cbrt1f(float d) in newton_cbrt1f()
216 static float newton_cbrt2f(float d) in newton_cbrt2f()
224 static float newton_cbrt3f(float d) in newton_cbrt3f()
233 static float newton_cbrt4f(float d) in newton_cbrt4f()
250 float d = (float) rA; in TestCubeRootf() local
300 double d = 0.0; in TestCubeRootd() local