Searched refs:r_t (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/Index/ |
D | get-cursor.c | 13 } r_t; typedef 16 r_t reg; in test()
|
D | annotate-tokens.c | 64 } r_t; typedef 67 r_t reg; in test()
|
/external/clang/test/Index/ |
D | get-cursor.c | 13 } r_t; typedef 16 r_t reg; in test()
|
D | annotate-tokens.c | 64 } r_t; typedef 67 r_t reg; in test()
|
/external/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$
|
/external/skqp/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
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_test.py | 5072 r_t = ragged_factory_ops.constant([[[1, 2], [3]], [[4, 5, 6]]]) 5079 lambda: {'i': i_s, 't': (r_t, s_t)}, 5090 self.assertAllEqual(r_t, r)
|