Lines Matching refs:sign

112      * same sign as the argument.</ul>
144 * same sign as the argument.</ul>
162 * same sign as the argument.</ul>
195 * same sign as the argument.</ul>
342 * with the same sign as the argument.
345 * same sign as the argument.
368 * zero, its sign is the same as the sign of the first argument.
691 * Returns a {@code double} value with a positive sign, greater
1050 * with the same sign as the argument.
1053 * same sign as the argument.
1110 * same sign as the argument.
1181 * same sign as the argument.
1223 * same sign as the argument.
1240 * Returns the first floating-point argument with the sign of the
1243 * method, this method does not require NaN {@code sign}
1249 * @param sign the parameter providing the sign of the result
1251 * and the sign of {@code sign}.
1254 public static double copySign(double magnitude, double sign) {
1255 return sun.misc.FpUtils.rawCopySign(magnitude, sign);
1259 * Returns the first floating-point argument with the sign of the
1262 * method, this method does not require NaN {@code sign}
1268 * @param sign the parameter providing the sign of the result
1270 * and the sign of {@code sign}.
1273 public static float copySign(float magnitude, float sign) {
1274 return sun.misc.FpUtils.rawCopySign(magnitude, sign);
1331 * magnitude, then a zero with the same sign as {@code start}
1337 * same sign as {@code start} is returned.
1342 * infinity with same sign as {@code start} is returned.
1374 * magnitude, then a zero with the same sign as {@code start}
1380 * same sign as {@code start} is returned.
1385 * infinity with same sign as {@code start} is returned.
1473 * sign as {@code d}.
1479 * same sign is returned.
1481 * sign is returned.
1507 * sign as {@code f}.
1513 * same sign is returned.
1515 * sign is returned.