Home
last modified time | relevance | path

Searched defs:float_types (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_gather_ssa_types.c28 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()
Dnir_lower_int_to_float.c122 BITSET_WORD *float_types = NULL, *int_types = NULL; in nir_lower_int_to_float_impl() local
/external/tensorflow/tensorflow/compiler/tests/
Dcholesky_op_test.py39 def float_types(self): member in CholeskyOpTest
Dmatrix_triangular_solve_op_test.py44 def float_types(self): member in MatrixTriangularSolveOpTest
Dxla_test.py196 def float_types(self): member in XLATestCase
/external/tensorflow/tensorflow/python/kernel_tests/
Dlu_op_test.py42 def float_types(self): member in LuOpTest
/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py29 float_types = [c_double, c_float] variable
/external/python/cpython3/Lib/ctypes/test/
Dtest_numbers.py29 float_types = [c_double, c_float] variable
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c58 static const GLuint float_types[5] = { variable