Home
last modified time | relevance | path

Searched refs:r_t (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/multiprecision/performance/
Dvoronoi_performance.cpp84 …f typename boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type r_t; in operator ()() typedef
85r_t in operator ()()
103 …f typename boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type r_t; in operator ()() typedef
104r_t in operator ()()
/third_party/flutter/skia/site/dev/design/conical/
Dindex.md36 $r_t = (1-t) \cdot r_0 + t \cdot r_1 > 0$ (note that radius $r_t$ has to be *positive*). If
62 2. The radius $r_t$ is $x_t r_1$.
65 From now on, we'll focus on how to quickly computes $x_t$. Note that $r_t > 0$ so we're only
/third_party/skia/site/docs/dev/design/conical/
D_index.md41 $r_t = (1-t) \cdot r_0 + t \cdot r_1 > 0$ (note that radius $r_t$ has to be
72 2. The radius $r_t$ is $x_t r_1$.
75 From now on, we'll focus on how to quickly computes $x_t$. Note that $r_t > 0$
/third_party/boost/boost/multiprecision/
Dcomplex_adaptor.hpp255 Backend r_t(result.real_data()); in eval_divide() local
260 eval_add(result.real_data(), r_t); in eval_divide()
263 eval_multiply(result.imag_data(), r_t, t1); in eval_divide()