Lines Matching refs:sign

90      * same sign as the argument.</ul>
112 * same sign as the argument.</ul>
125 * same sign as the argument.</ul>
148 * same sign as the argument.</ul>
265 * with the same sign as the argument.
268 * same sign as the argument.
287 * zero, its sign is the same as the sign of the first argument.
354 double sign) {
382 if (sign*a > 0.0)
383 result = result + sign;
431 double sign = FpUtils.rawCopySign(1.0, a); // preserve sign info
438 return sign * a; // restore original sign
670 * Returns a {@code double} value with a positive sign, greater
1042 * with the same sign as the argument.
1045 * same sign as the argument.
1094 * same sign as the argument.
1150 * same sign as the argument.
1181 * same sign as the argument.
1193 * Returns the first floating-point argument with the sign of the
1195 * {@code sign} argument is always treated as if it were
1199 * @param sign the parameter providing the sign of the result
1201 * and the sign of {@code sign}.
1204 public static double copySign(double magnitude, double sign) {
1205 return sun.misc.FpUtils.copySign(magnitude, sign);
1209 * Returns the first floating-point argument with the sign of the
1211 * {@code sign} argument is always treated as if it were
1215 * @param sign the parameter providing the sign of the result
1217 * and the sign of {@code sign}.
1220 public static float copySign(float magnitude, float sign) {
1221 return sun.misc.FpUtils.copySign(magnitude, sign);
1274 * magnitude, then a zero with the same sign as {@code start}
1280 * same sign as {@code start} is returned.
1285 * infinity with same sign as {@code start} is returned.
1316 * magnitude, then a zero with the same sign as {@code start}
1322 * same sign as {@code start} is returned.
1327 * infinity with same sign as {@code start} is returned.
1415 * sign as {@code d}.
1421 * same sign is returned.
1423 * sign is returned.
1449 * sign as {@code f}.
1455 * same sign is returned.
1457 * sign is returned.