Home
last modified time | relevance | path

Searched refs:c_t (Results 1 – 12 of 12) sorted by relevance

/external/capstone/suite/
Dbenchmark.py100 c_t = 0 variable
108 c_t += time() - t1
110 print "Benchmark - full obj:", c_t, "seconds"
114 c_t = 0 variable
122 c_t += time() - t1
124 print "Benchmark - lite:", c_t, "seconds"
/external/fonttools/Tests/feaLib/data/
DGSUB_6.fea7 sub [A-C a-c] [D d] E c_t' V [W w] [X-Z x-z] by c t;
15 sub A [C c]' [T t]' Z by c_t;
19 sub A D E c_t' lookup ChainedMultipleSubst V W X;
Dspec9b.fea2 @LIGATURES = [c_s c_t f_i f_f_i s_t];
11 LigatureCaretByPos [c_t s_t] 500;
DGSUB_2.fea2 sub c_t by c t;
11 sub c_t by c t;
DMultipleSubstSubtable.fea2 sub c_t by c t;
DLigatureCaretByIndex.fea2 LigatureCaretByIndex [c_t s_t] 11;
DGPOS_5.fea8 pos ligature [c_t s_t] <anchor 500 800> mark @TOP_MARKS <anchor 500 -200> mark @BOTTOM_MARKS
Dspec5fi1.fea9 sub c t by c_t;
Dspec4h2.fea39 sub c t by c_t; # this rule will apply only under script cyrl language SRB.
Dspec4h1.fea32 sub c t by c_t;
/external/clang/test/CodeGenCUDA/
Ddevice-var-init.cu31 __constant__ T c_t; variable
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc1874 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
1876 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F()
1943 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
1948 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F()
2024 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({2, 2})); in TEST_F() local
2026 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F()
2151 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32, 32, 32})); in TEST_F() local
2156 {"a", a_t}, {"b", b_t}, {"c", c_t}, {"x", x_t}, {"y", y_t}, {"z", z_t}}; in TEST_F()
2789 auto c_t = GenerateRandomTensor<DT_FLOAT>(TensorShape({32})); in TEST_F() local
2791 {"a", a_t}, {"b", b_t}, {"c", c_t}}; in TEST_F()
[all …]