Home
last modified time | relevance | path

Searched refs:td1 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-nvptx.c167 double td1 = __nvvm_fmax_d(d1, d2); in nvvm_math() local
/external/clang/test/SemaCXX/
Dcalling-conv-compat.cpp354 fun_default A::*td1 = &A::method_thiscall; variable
/external/llvm-project/clang/test/SemaCXX/
Dcalling-conv-compat.cpp366 fun_default A::*td1 = &A::method_thiscall; variable
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-nvptx.c174 double td1 = __nvvm_fmax_d(d1, d2); in nvvm_math() local
/external/markdown/docs/
Dwriting_extensions.txt330 td1 = etree.SubElement(tr, "td") # Add child td1 to tr
331 td1.text = markdown.AtomicString("Cell content") # Add plain text content
/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers_test.py329 td1 = keras.layers.TimeDistributed(keras.layers.Dense(5))
330 self.assertTrue(td1._always_use_reshape)