fabs               73 ext/date/lib/interval.c 	rt->days = fabs(floor((one->sse - two->sse - (dst_h_corr * 3600) - (dst_m_corr * 60)) / 86400));
fabs               30 ext/gd/libgd/gd.c #  define fabsf(x) ((float)(fabs(x)))
fabs              969 ext/gd/libgd/gd.c 		p_dist = fabs ((float) ((Ay_Cy * im->AAL_Bx_Ax) - (Ax_Cx * im->AAL_By_Ay)) / im->AAL_LAB);
fabs              331 ext/gd/libgd/gd_interpolation.c   const double abs_t = (double)fabs(t);
fabs              352 ext/gd/libgd/gd_interpolation.c 	double abs_t = (double)fabs(t);
fabs              585 ext/gd/libgd/gd_interpolation.c 	if (fabs(x)>1) return 0.0f;
fabs              586 ext/gd/libgd/gd_interpolation.c 	return (1.0f - (double)fabs(pow(x,a)));
fabs             2377 ext/gd/libgd/gd_interpolation.c 	end_x = bbox.width  + (int) fabs(bbox.x);
fabs             2378 ext/gd/libgd/gd_interpolation.c 	end_y = bbox.height + (int) fabs(bbox.y);
fabs              293 ext/gd/libgd/gd_matrix.c   return sqrt (fabs (src[0] * src[3] - src[1] * src[2]));
fabs              309 ext/gd/libgd/gd_matrix.c   return ((fabs (m[1]) < GD_EPSILON && fabs (m[2]) < GD_EPSILON) ||
fabs              310 ext/gd/libgd/gd_matrix.c 	  (fabs (m[0]) < GD_EPSILON && fabs (m[3]) < GD_EPSILON));
fabs              327 ext/gd/libgd/gd_matrix.c   return (fabs (m1[0] - m2[0]) < GD_EPSILON &&
fabs              328 ext/gd/libgd/gd_matrix.c 	  fabs (m1[1] - m2[1]) < GD_EPSILON &&
fabs              329 ext/gd/libgd/gd_matrix.c 	  fabs (m1[2] - m2[2]) < GD_EPSILON &&
fabs              330 ext/gd/libgd/gd_matrix.c 	  fabs (m1[3] - m2[3]) < GD_EPSILON &&
fabs              331 ext/gd/libgd/gd_matrix.c 	  fabs (m1[4] - m2[4]) < GD_EPSILON &&
fabs              332 ext/gd/libgd/gd_matrix.c 	  fabs (m1[5] - m2[5]) < GD_EPSILON);
fabs              362 ext/gd/libgd/gd_rotate.c 	newx = (int)(src->sx + src->sy * fabs(dTan));
fabs              434 ext/gd/libgd/gd_rotate.c 	newy = (int) ((double) src->sx * fabs( dSinE ) + (double) src->sy * cos (dRadAngle))+1;
fabs              465 ext/gd/libgd/gd_rotate.c 	newx = (int) ((double)src->sy * fabs (dSinE) + (double)src->sx * cos (dRadAngle)) + 1;
fabs               39 ext/standard/math.c 	value = fabs(value);
fabs              184 ext/standard/math.c 		if (fabs(tmp_value) >= 1e15) {
fabs              318 ext/standard/math.c 		RETURN_DOUBLE(fabs(Z_DVAL_P(value)));
fabs             1145 ext/standard/math.c 		} while (ptr > buf && fabs(fvalue) >= 1);