Home
last modified time | relevance | path

Searched defs:midpoint (Results 1 – 25 of 57) sorted by relevance

123

/external/cronet/tot/third_party/libc++/src/include/__numeric/
Dmidpoint.h39 midpoint(_Tp __a, _Tp __b) noexcept _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK { in midpoint() function
52 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* midpoint(_Tp* __a, _Tp* __b) noexcept { in midpoint() function
67 _LIBCPP_HIDE_FROM_ABI constexpr enable_if_t<is_floating_point_v<_Fp>, _Fp> midpoint(_Fp __a, _Fp __… in midpoint() function
/external/cronet/stable/third_party/libc++/src/include/__numeric/
Dmidpoint.h39 midpoint(_Tp __a, _Tp __b) noexcept _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK { in midpoint() function
52 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* midpoint(_Tp* __a, _Tp* __b) noexcept { in midpoint() function
67 _LIBCPP_HIDE_FROM_ABI constexpr enable_if_t<is_floating_point_v<_Fp>, _Fp> midpoint(_Fp __a, _Fp __… in midpoint() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__numeric/
Dmidpoint.h39 midpoint(_Tp __a, _Tp __b) noexcept _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK { in midpoint() function
52 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* midpoint(_Tp* __a, _Tp* __b) noexcept { in midpoint() function
67 _LIBCPP_HIDE_FROM_ABI constexpr enable_if_t<is_floating_point_v<_Fp>, _Fp> midpoint(_Fp __a, _Fp __… in midpoint() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__numeric/
Dmidpoint.h39 midpoint(_Tp __a, _Tp __b) noexcept _LIBCPP_DISABLE_UBSAN_UNSIGNED_INTEGER_CHECK { in midpoint() function
52 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* midpoint(_Tp* __a, _Tp* __b) noexcept { in midpoint() function
67 _LIBCPP_HIDE_FROM_ABI constexpr enable_if_t<is_floating_point_v<_Fp>, _Fp> midpoint(_Fp __a, _Fp __… in midpoint() function
/external/perfetto/ui/src/base/
Dhigh_precision_time_span.ts62 get midpoint(): HighPrecisionTime { method in HighPrecisionTimeSpan
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DUnivariateRealSolverUtils.java215 public static double midpoint(double a, double b) { in midpoint() method in UnivariateRealSolverUtils
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dglyf.rs179 fn midpoint(self, other: Self) -> Self; in midpoint() method
756 fn midpoint(self, other: Self) -> Self { in midpoint() method
776 fn midpoint(self, other: Self) -> Self { in midpoint() method
794 fn midpoint(self, other: Self) -> Self { in midpoint() method
812 fn midpoint(self, other: Self) -> Self { in midpoint() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dglyf.rs179 fn midpoint(self, other: Self) -> Self; in midpoint() method
756 fn midpoint(self, other: Self) -> Self { in midpoint() method
776 fn midpoint(self, other: Self) -> Self { in midpoint() method
794 fn midpoint(self, other: Self) -> Self { in midpoint() method
812 fn midpoint(self, other: Self) -> Self { in midpoint() method
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp85 double midpoint(double *times, double i, int n) { in midpoint() function
/external/cronet/stable/third_party/icu/source/test/perf/howExpensiveIs/
Dsieve.cpp85 double midpoint(double *times, double i, int n) { in midpoint() function
/external/cronet/tot/third_party/icu/source/test/perf/howExpensiveIs/
Dsieve.cpp85 double midpoint(double *times, double i, int n) { in midpoint() function
/external/rust/android-crates-io/crates/rayon/src/
Dsplit_producer.rs21 fn midpoint(&self, end: usize) -> usize; in midpoint() method
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/
DUnivariateSolverUtils.java366 public static double midpoint(double a, double b) { in midpoint() method in UnivariateSolverUtils
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/
Dpath.rs130 fn midpoint(&self, other: Self) -> ContourPoint<T> { in midpoint() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/
Dpath.rs130 fn midpoint(&self, other: Self) -> ContourPoint<T> { in midpoint() function
/external/libmonet/hct/
DHctSolver.java498 static double[] midpoint(double[] a, double[] b) { in midpoint() method in HctSolver
/external/deqp/framework/common/
DtcuInterval.hpp213 double midpoint(void) const in midpoint() function in tcu::Interval
/external/rust/android-crates-io/crates/rayon/src/slice/
Dmod.rs1078 fn midpoint(&self, end: usize) -> usize { in midpoint() function
1188 fn midpoint(&self, end: usize) -> usize { in midpoint() function
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinalg_impl.py1439 def midpoint(lower, upper): function
/external/mesa3d/src/util/format/
Dtexcompress_bptc_tmp.h1335 int midpoint; in get_rgba_endpoints_unorm() local
1639 float midpoint; in get_endpoints_float() local
/external/freetype/src/psaux/
Dpshints.c693 CF2_Fixed midpoint = in cf2_hintmap_insertHint() local
/external/skia/src/gpu/tessellate/
DPatchWriter.h654 float2 midpoint = abc.xy() / abc.w(); in chopAndWriteConics() local
/external/fonttools/Lib/fontTools/misc/
DbezierTools.py1322 def midpoint(r): function
/external/angle/src/tests/perf_tests/
DANGLEPerfTest.cpp625 size_t midpoint = samples.size() / 2; in processResults() local
/external/abseil-cpp/absl/time/
Dduration_test.cc1490 double midpoint = low_edge + (high_edge - low_edge) / 2; in TEST() local

123