Home
last modified time | relevance | path

Searched +full:c99 +full:- +full:designator (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dduration.cc7 // https://www.apache.org/licenses/LICENSE-2.0
29 // 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 like
37 // -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 …]