Home
last modified time | relevance | path

Searched refs:PLUS_ZERO (Results 1 – 5 of 5) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/util/
H A DDecimal64Test.java37 public static final Decimal64 PLUS_ZERO = new Decimal64(0.0); field in Decimal64Test
195 actual = PLUS_ZERO.negate(); in testNegate()
198 expected = PLUS_ZERO; in testNegate()
310 expected = PLUS_ZERO; in testDivide()
327 actual = PLUS_X.divide(PLUS_ZERO); in testDivide()
339 actual = MINUS_X.divide(PLUS_ZERO); in testDivide()
373 actual = PLUS_ZERO.divide(PLUS_ZERO); in testDivide()
375 actual = PLUS_ZERO.divide(MINUS_ZERO); in testDivide()
377 actual = MINUS_ZERO.divide(PLUS_ZERO); in testDivide()
395 expected = PLUS_ZERO; in testReciprocal()
/dports/devel/avr-gdb/gdb-7.3.1/sim/rx/
H A Dfpu.c58 #define PLUS_ZERO 0x00000000UL macro
256 fp_explode (PLUS_ZERO, p); in double_to_fp()
298 fp_explode (PLUS_ZERO, p); in double_to_fp()
395 *c = (a->sign == b->sign) ? PLUS_ZERO : MINUS_ZERO; in check_exceptions()
738 return PLUS_ZERO; in rxfp_itof()
/dports/devel/gdb761/gdb-7.6.1/sim/rx/
H A Dfpu.c58 #define PLUS_ZERO 0x00000000UL macro
256 fp_explode (PLUS_ZERO, p); in double_to_fp()
298 fp_explode (PLUS_ZERO, p); in double_to_fp()
395 *c = (a->sign == b->sign) ? PLUS_ZERO : MINUS_ZERO; in check_exceptions()
738 return PLUS_ZERO; in rxfp_itof()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dstrings.yaml1206 "+0": "PLUS_ZERO"
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dstrings.yaml1206 "+0": "PLUS_ZERO"