Home
last modified time | relevance | path

Searched refs:u_i (Results 1 – 17 of 17) sorted by relevance

/external/deqp-deps/glslang/Test/
Dspv.conversion.frag8 int u_i;
35 bool b = bool(u_i) ^^ bool(u_f);
36 bvec2 b2 = bvec2(u_i, u_f);
37 bvec3 b3 = bvec3(u_i, u_f, i_i);
38 bvec4 b4 = bvec4(u_i, u_f, i_i, i_f);
Dconversion.frag8 uniform int u_i;
35 bool b = bool(u_i) ^^ bool(u_f);
36 bvec2 b2 = bvec2(u_i, u_f);
37 bvec3 b3 = bvec3(u_i, u_f, i_i);
38 bvec4 b4 = bvec4(u_i, u_f, i_i, i_f);
Dtypes.frag8 uniform int u_i;
40 int i = u_i + i_i;
Dspv.types.frag7 flat in int u_i;
37 int i = u_i + i_i;
/external/tensorflow/tensorflow/contrib/factorization/g3doc/
Dwals.md52 &= \sum_{(i, j) \in S} (w_0 + R_i C_j) (A_{ij} - \bracket{u_i}{v_j})^2 +
53 \sum_{(i, j) \not\in S} w_0 (\bracket{u_i}{v_j})^2 \\
54 &= \sum_{(i, j) \in S} \left( (w_0 + R_i C_j) (A_{ij} - \bracket{u_i}{v_j})^2 -
55 w_0 \bracket{u_i}{v_j}^2 \right) + w_0\|UV^T\|_F^2
/external/deqp-deps/glslang/Test/baseResults/
Dspv.conversion.frag.out14 Name 11 "u_i"
63 11(u_i): 10(ptr) Variable Private
171 12: 9(int) Load 11(u_i)
177 26: 9(int) Load 11(u_i)
183 34: 9(int) Load 11(u_i)
191 46: 9(int) Load 11(u_i)
Dspv.types.frag.out26 Name 96 "u_i"
50 Decorate 96(u_i) Flat
89 96(u_i): 95(ptr) Variable Input
206 97: 92(int) Load 96(u_i)
Dconversion.frag.out12 0:35 'u_i' ( uniform int)
20 0:36 'u_i' ( uniform int)
28 0:37 'u_i' ( uniform int)
38 0:38 'u_i' ( uniform int)
456 0:? 'u_i' ( uniform int)
491 0:35 'u_i' ( uniform int)
499 0:36 'u_i' ( uniform int)
507 0:37 'u_i' ( uniform int)
517 0:38 'u_i' ( uniform int)
935 0:? 'u_i' ( uniform int)
Dtypes.frag.out116 0:40 'u_i' ( uniform int)
317 0:? 'u_i' ( uniform int)
456 0:40 'u_i' ( uniform int)
657 0:? 'u_i' ( uniform int)
/external/icu/icu4c/source/common/
Dmessagepattern.cpp65 static const UChar u_i=0x69; variable
1047 ((c=msg.charAt(index++))==u_i || c==u_I) && in isChoice()
1083 ((c=msg.charAt(index++))==u_i || c==u_I) && in isOrdinal()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D2236c5c91e7bd7002cd81ab7ea754ae4.00007341.honggfuzz.cov38 GWy�D���K܇��xZ#�H8�u_i���N�_�����Y픋?E��I
Df2b91dbd240b69285c5b023ba84f36da.00017d74.honggfuzz.cov66 GWy�D���K܇��xZ#�H8�u_i���N�_�����Y픋?E��I
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D2236c5c91e7bd7002cd81ab7ea754ae4.00007341.honggfuzz.cov38 GWy�D���K܇��xZ#�H8�u_i���N�_�����Y픋?E��I
Df2b91dbd240b69285c5b023ba84f36da.00017d74.honggfuzz.cov66 GWy�D���K܇��xZ#�H8�u_i���N�_�����Y픋?E��I
/external/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h.pump248 // where u_i is the desired type of v_i.
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h.pump475 // where u_i is the desired type of v_i.
/external/googletest/googlemock/docs/
DCookBook.md3475 where `u_i` is the desired type of `v_i`.