Home
last modified time | relevance | path

Searched refs:i_i (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-opcodes.h90 V(I32LoadMem, 0x28, i_i) \
94 V(I32LoadMem8S, 0x2c, i_i) \
95 V(I32LoadMem8U, 0x2d, i_i) \
96 V(I32LoadMem16S, 0x2e, i_i) \
97 V(I32LoadMem16U, 0x2f, i_i) \
120 V(GrowMemory, 0x40, i_i)
124 V(I32Eqz, 0x45, i_i) \
158 V(I32Clz, 0x67, i_i) \
159 V(I32Ctz, 0x68, i_i) \
160 V(I32Popcnt, 0x69, i_i) \
[all …]
/external/libmicrohttpd/doc/
DMakefile.in657 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
658 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
659 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
/external/python/cpython3/Modules/_ctypes/libffi/
DMakefile.in1544 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
1545 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
1546 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
/external/python/cpython2/Modules/_ctypes/libffi/
DMakefile.in1544 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
1545 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
1546 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py1325 i_i, i_g, f_g, o_g = array_ops.split(
1328 i_g) * math_ops.tanh(i_i)