Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/test/ruby/
H A Dtest_bignum.rb23 T_ZERO = 0.to_bignum constant in TestBignum
61 assert_bignum(T_ZERO)
212 assert_equal("0", T_ZERO.to_s)
289 assert_not_predicate(T_ZERO, :positive?)
295 assert_not_predicate(T_ZERO, :negative?)
492 assert_equal(FIXNUM_MAX, T_ZERO | FIXNUM_MAX)
576 assert_equal(0, BIGNUM_MIN[T_ZERO])
/dports/science/cdo/cdo-2.0.0/src/
H A DVargen.cc52 constexpr double T_ZERO = 213.0; variable
57 constexpr double TMP4PRESSURE = (C_EARTH_GRAV * SCALEHEIGHT) / (CC_R * T_ZERO);
63 return (T_ZERO + T_DELTA * std::exp((-1) * (height / SCALEHEIGHT))); in std_atm_temperatur()
71 …1) * TMP4PRESSURE * std::log((std::exp(height / SCALEHEIGHT) * T_ZERO + T_DELTA) / (T_ZERO + T_DEL… in std_atm_pressure()
/dports/archivers/lrzip/lrzip-0.631/
H A Dlrzip_private.h275 #define T_ZERO 1293840000 // seconds since epoch in 2011 macro
279 #define ARBITRARY_AT_EPOCH (ARBITRARY * pow (MOORE_TIMES_PER_SECOND, -T_ZERO))
H A Dlrzip.c1304 if (unlikely(now_t < T_ZERO)) { in initialise_control()
1306 now_t = T_ZERO; in initialise_control()
1310 tdiff = (now_t - T_ZERO) / 4; in initialise_control()
1311 now_t = T_ZERO + tdiff; in initialise_control()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Ddefs.cpp118 T_ZERO, T_ONE, enumerator
3577 { "ZERO", T_ZERO }, in defsparser()
3595 case T_ZERO: *factor = BLENDFACTOR_ZERO; break; in defsparser()