Searched +full:c99 +full:- +full:designator (Results 1 – 2 of 2) sorted by relevance
2 .build-common:3 extends: .build-rules10 - _build/meson-logs/*.txt11 - _build/meson-logs/strace12 - shader-db15 .build-linux:16 extends: .build-common23 - !reference [default, before_script]24 - export PATH="/usr/lib/ccache:$PATH"25 - export CCACHE_BASEDIR="$PWD"[all …]
7 // https://www.apache.org/licenses/LICENSE-2.029 // means rep_lo_ could have a max value of 1B - 1 if it stored nanoseconds.32 // value of 4B - 1. This allows us to correctly handle calculations like37 // -2.5 sec = {rep_hi_=-3, rep_lo_=2000000000}46 // -InfiniteDuration:50 // Arithmetic overflows/underflows to +/- infinity and saturates.91 d != -std::numeric_limits<double>::infinity(); in IsFinite()100 // Note that we ignore the possibility of floating-point over/underflow.103 return d < 0 ? std::ceil(d - 0.5) : std::floor(d + 0.5); in Round()107 // -kTicksPerSecond < *ticks < kTicksPerSecond. If *ticks is negative it[all …]