Home
last modified time | relevance | path

Searched refs:newExponent (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/lang/
H A DMath.java911 long newExponent = exponent - mantissaBits; in ulp() local
913 if (newExponent > 0) in ulp()
917 newMantissa = 1L << -(newExponent - 1); in ulp()
918 newExponent = 0; in ulp()
920 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
962 int newExponent = exponent - mantissaBits; in ulp() local
964 if (newExponent > 0) in ulp()
968 newMantissa = 1 << -(newExponent - 1); in ulp()
969 newExponent = 0; in ulp()
971 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/lang/
H A DMath.java911 long newExponent = exponent - mantissaBits; in ulp() local
913 if (newExponent > 0) in ulp()
917 newMantissa = 1L << -(newExponent - 1); in ulp()
918 newExponent = 0; in ulp()
920 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
962 int newExponent = exponent - mantissaBits; in ulp() local
964 if (newExponent > 0) in ulp()
968 newMantissa = 1 << -(newExponent - 1); in ulp()
969 newExponent = 0; in ulp()
971 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/lang/
H A DMath.java911 long newExponent = exponent - mantissaBits; in ulp() local
913 if (newExponent > 0) in ulp()
917 newMantissa = 1L << -(newExponent - 1); in ulp()
918 newExponent = 0; in ulp()
920 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
962 int newExponent = exponent - mantissaBits; in ulp() local
964 if (newExponent > 0) in ulp()
968 newMantissa = 1 << -(newExponent - 1); in ulp()
969 newExponent = 0; in ulp()
971 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/
H A DMath.java911 long newExponent = exponent - mantissaBits; in ulp() local
913 if (newExponent > 0) in ulp()
917 newMantissa = 1L << -(newExponent - 1); in ulp()
918 newExponent = 0; in ulp()
920 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
962 int newExponent = exponent - mantissaBits; in ulp() local
964 if (newExponent > 0) in ulp()
968 newMantissa = 1 << -(newExponent - 1); in ulp()
969 newExponent = 0; in ulp()
971 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/lang/
H A DMath.java911 long newExponent = exponent - mantissaBits; in ulp() local
913 if (newExponent > 0) in ulp()
917 newMantissa = 1L << -(newExponent - 1); in ulp()
918 newExponent = 0; in ulp()
920 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
962 int newExponent = exponent - mantissaBits; in ulp() local
964 if (newExponent > 0) in ulp()
968 newMantissa = 1 << -(newExponent - 1); in ulp()
969 newExponent = 0; in ulp()
971 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/lang/
H A DMath.java990 long newExponent = exponent - mantissaBits; in ulp() local
992 if (newExponent > 0) in ulp()
996 newMantissa = 1L << -(newExponent - 1); in ulp()
997 newExponent = 0; in ulp()
999 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
1041 int newExponent = exponent - mantissaBits; in ulp() local
1043 if (newExponent > 0) in ulp()
1047 newMantissa = 1 << -(newExponent - 1); in ulp()
1048 newExponent = 0; in ulp()
1050 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/lang/
H A DMath.java990 long newExponent = exponent - mantissaBits; in ulp() local
992 if (newExponent > 0) in ulp()
996 newMantissa = 1L << -(newExponent - 1); in ulp()
997 newExponent = 0; in ulp()
999 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
1041 int newExponent = exponent - mantissaBits; in ulp() local
1043 if (newExponent > 0) in ulp()
1047 newMantissa = 1 << -(newExponent - 1); in ulp()
1048 newExponent = 0; in ulp()
1050 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/lang/
H A DMath.java990 long newExponent = exponent - mantissaBits; in ulp() local
992 if (newExponent > 0) in ulp()
996 newMantissa = 1L << -(newExponent - 1); in ulp()
997 newExponent = 0; in ulp()
999 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
1041 int newExponent = exponent - mantissaBits; in ulp() local
1043 if (newExponent > 0) in ulp()
1047 newMantissa = 1 << -(newExponent - 1); in ulp()
1048 newExponent = 0; in ulp()
1050 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/lang/
H A DMath.java990 long newExponent = exponent - mantissaBits; in ulp() local
992 if (newExponent > 0) in ulp()
996 newMantissa = 1L << -(newExponent - 1); in ulp()
997 newExponent = 0; in ulp()
999 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
1041 int newExponent = exponent - mantissaBits; in ulp() local
1043 if (newExponent > 0) in ulp()
1047 newMantissa = 1 << -(newExponent - 1); in ulp()
1048 newExponent = 0; in ulp()
1050 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/lang/
H A DMath.java990 long newExponent = exponent - mantissaBits; in ulp() local
992 if (newExponent > 0) in ulp()
996 newMantissa = 1L << -(newExponent - 1); in ulp()
997 newExponent = 0; in ulp()
999 return Double.longBitsToDouble((newExponent << mantissaBits) | newMantissa); in ulp()
1041 int newExponent = exponent - mantissaBits; in ulp() local
1043 if (newExponent > 0) in ulp()
1047 newMantissa = 1 << -(newExponent - 1); in ulp()
1048 newExponent = 0; in ulp()
1050 return Float.intBitsToFloat((newExponent << mantissaBits) | newMantissa); in ulp()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dfloat16_t.cpp36 int newExponent = -24 + setMSB; // (-14 - (10 - setMSB)) in halide_float16_bits_to_float() local
37 uint32_t reEncodedExponent = newExponent + 127; in halide_float16_bits_to_float()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DRangeAnalysis.h327 uint16_t newExponent = exponentImpliedByInt32Bounds(); in optimize() local
328 if (newExponent < max_exponent_) { in optimize()
329 max_exponent_ = newExponent; in optimize()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DRangeAnalysis.h349 uint16_t newExponent = exponentImpliedByInt32Bounds(); in optimize() local
350 if (newExponent < max_exponent_) { in optimize()
351 max_exponent_ = newExponent; in optimize()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DRangeAnalysis.h349 uint16_t newExponent = exponentImpliedByInt32Bounds(); in optimize() local
350 if (newExponent < max_exponent_) { in optimize()
351 max_exponent_ = newExponent; in optimize()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DRangeAnalysis.h329 uint16_t newExponent = exponentImpliedByInt32Bounds(); in optimize() local
330 if (newExponent < max_exponent_) { in optimize()
331 max_exponent_ = newExponent; in optimize()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DRangeAnalysis.h324 uint16_t newExponent = exponentImpliedByInt32Bounds(); in optimize() local
325 if (newExponent < max_exponent_) { in optimize()
326 max_exponent_ = newExponent; in optimize()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DRangeAnalysis.h349 uint16_t newExponent = exponentImpliedByInt32Bounds(); in optimize() local
350 if (newExponent < max_exponent_) { in optimize()
351 max_exponent_ = newExponent; in optimize()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DRangeAnalysis.h326 uint16_t newExponent = exponentImpliedByInt32Bounds(); in optimize() local
327 if (newExponent < max_exponent_) { in optimize()
328 max_exponent_ = newExponent; in optimize()
/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dreal.cc343 int newExponent{origExponent}; in Round() local
347 if (++newExponent >= maxExponent) { in Round()
351 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Evaluate/
H A Dreal.cpp363 int newExponent{origExponent}; in Round() local
367 if (++newExponent >= maxExponent) { in Round()
371 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Evaluate/
H A Dreal.cpp363 int newExponent{origExponent}; in Round() local
367 if (++newExponent >= maxExponent) { in Round()
371 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dreal.cpp363 int newExponent{origExponent}; in Round() local
367 if (++newExponent >= maxExponent) { in Round()
371 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dreal.cpp363 int newExponent{origExponent}; in Round() local
367 if (++newExponent >= maxExponent) { in Round()
371 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dreal.cpp363 int newExponent{origExponent}; in Round() local
367 if (++newExponent >= maxExponent) { in Round()
371 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dreal.cpp363 int newExponent{origExponent}; in Round() local
367 if (++newExponent >= maxExponent) { in Round()
371 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round()

12