Lines Matching refs:ndelta
1073 double ndelta = delta * (te - ts);1076 if (ndelta < 0)1077 ndelta = -ndelta;1078 if (ndelta > M_PI)1083 if ( ndelta < 0 ) ndelta=-ndelta;1084 if ( ( delta < M_PI && ndelta < M_PI ) || ( delta >= M_PI && ndelta >= M_PI ) ) {