Searched refs:r_t (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/multiprecision/performance/ |
D | voronoi_performance.cpp | 84 …f typename boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type r_t; in operator ()() typedef 85 …r_t … in operator ()() 103 …f typename boost::multiprecision::detail::expression<tag, Arg1, Arg2, Arg3, Arg4>::result_type r_t; in operator ()() typedef 104 …r_t … in operator ()()
|
/third_party/flutter/skia/site/dev/design/conical/ |
D | index.md | 36 $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.md | 41 $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/ |
D | complex_adaptor.hpp | 255 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()
|