Searched defs:float_types (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_gather_ssa_types.c | 28 set_type(unsigned idx, nir_alu_type type, BITSET_WORD *float_types, in set_type() 72 copy_types(nir_src src, nir_dest *dest, BITSET_WORD *float_types, in copy_types() 96 BITSET_WORD *float_types, in nir_gather_ssa_types()
|
D | nir_lower_int_to_float.c | 122 BITSET_WORD *float_types = NULL, *int_types = NULL; in nir_lower_int_to_float_impl() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | cholesky_op_test.py | 39 def float_types(self): member in CholeskyOpTest
|
D | matrix_triangular_solve_op_test.py | 44 def float_types(self): member in MatrixTriangularSolveOpTest
|
D | xla_test.py | 196 def float_types(self): member in XLATestCase
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | lu_op_test.py | 42 def float_types(self): member in LuOpTest
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_numbers.py | 29 float_types = [c_double, c_float] variable
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_numbers.py | 29 float_types = [c_double, c_float] variable
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_draw_upload.c | 58 static const GLuint float_types[5] = { variable
|