Home
last modified time | relevance | path

Searched refs:float_types (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
Dnir_gather_ssa_types.c28 set_type(unsigned idx, nir_alu_type type, BITSET_WORD *float_types, in set_type() argument
42 if (float_types && !BITSET_TEST(float_types, idx)) { in set_type()
44 BITSET_SET(float_types, idx); in set_type()
72 copy_types(nir_src src, nir_dest *dest, BITSET_WORD *float_types, in copy_types() argument
76 copy_type(src.ssa->index, dest->ssa.index, src_is_sink, float_types, progress); in copy_types()
95 BITSET_WORD *float_types, in nir_gather_ssa_types() argument
119 float_types, int_types, &progress); in nir_gather_ssa_types()
126 float_types, int_types, &progress); in nir_gather_ssa_types()
128 float_types, int_types, &progress); in nir_gather_ssa_types()
130 float_types, int_types, &progress); in nir_gather_ssa_types()
[all …]
Dnir_lower_int_to_float.c124 BITSET_WORD *float_types = NULL, *int_types = NULL; in nir_lower_int_to_float_impl() local
130 float_types = calloc(BITSET_WORDS(impl->ssa_alloc), in nir_lower_int_to_float_impl()
134 nir_gather_ssa_types(impl, float_types, int_types); in nir_lower_int_to_float_impl()
172 free(float_types); in nir_lower_int_to_float_impl()
/third_party/ltp/tools/sparse/sparse-src/
Dcgcc152 sub float_types { subroutine
254 &float_types (1, 1, 21, [24,8], [53,11], [64,15]));
258 &float_types (1, 1, 33, [24,8], [53,11], [113,15]));
262 &float_types (1, 1, 33, [24,8], [53,11], [113,15]));
265 &float_types (1, 1, 33, [24,8], [53,11], [113,15]));
268 &float_types (1, 1, 21, [24,8], [53,11], [113,15]));
272 &float_types (1, 1, 21, [24,8], [53,11], [113,15]));
280 &float_types (1, 1, 36, [24,8], [53,11], [113,15]));
283 &float_types (1, 1, 33, [24,8], [53,11], [53,11]));
286 &float_types (1, 1, 33, [24,8], [53,11], [113,15]));
[all …]
/third_party/python/Lib/ctypes/test/
Dtest_numbers.py29 float_types = [c_double, c_float] variable
57 for t in signed_types + unsigned_types + float_types:
81 for t in signed_types + unsigned_types + float_types:
96 for t in signed_types + unsigned_types + float_types:
101 for t in signed_types + unsigned_types + float_types + bool_types:
113 for t in float_types:
141 for t in signed_types + unsigned_types + float_types + bool_types:
152 for t in signed_types + unsigned_types + float_types:
186 for t in float_types:
230 for t in float_types + [c_longdouble]:
/third_party/boost/libs/mpl/test/
Dcopy_if.cpp45 typedef list4<float,float,double,double>::type float_types; in MPL_TEST_CASE() typedef
53 MPL_ASSERT(( equal<result,float_types> )); in MPL_TEST_CASE()
/third_party/boost/boost/multiprecision/traits/
Dis_backend.hpp18 BOOST_MPL_HAS_XXX_TRAIT_DEF(float_types)
/third_party/boost/boost/multiprecision/detail/functions/
Dtrig.hpp87 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_sin()
244 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_cos()
438 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_asin()
618 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_atan()
Dpow.hpp351 typedef typename mpl::front<typename T::float_types>::type fp_type; in eval_log()
472 typedef typename mpl::front<typename T::float_types>::type fp_type;
816 typedef typename mpl::front<typename T::float_types>::type fp_type;
Dconstants.hpp133 typedef typename mpl::front<typename T::float_types>::type real_type; in calc_pi()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw_upload.c58 static const GLuint float_types[5] = { variable
296 case GL_FLOAT: return float_types[size]; in brw_get_vertex_surface_type()
375 case GL_FLOAT: return float_types[size]; in brw_get_vertex_surface_type()
/third_party/boost/boost/multiprecision/
Drational_adaptor.hpp36 typedef typename IntBackend::float_types float_types; typedef
Ddebug_adaptor.hpp26 typedef typename Backend::float_types float_types; typedef
Dlogged_adaptor.hpp47 typedef typename Backend::float_types float_types; typedef
Dcomplex_adaptor.hpp48 typedef typename Backend::float_types float_types; typedef
Dtommath.hpp48 typedef mpl::list<long double> float_types; typedef
Dfloat128.hpp178 typedef mpl::list<float, double, long double> float_types; typedef
Dgmp.hpp93 typedef mpl::list<double, long double> float_types; typedef
1126 typedef mpl::list<double, long double> float_types; typedef
1893 typedef mpl::list<double, long double> float_types; typedef
Dmpc.hpp71 typedef mpl::list<double, long double> float_types; typedef
Dmpfr.hpp99 typedef mpl::list<double, long double> float_types; typedef
423 typedef mpl::list<double, long double> float_types; typedef
Dmpfi.hpp73 typedef mpl::list<double, long double> float_types; typedef
/third_party/boost/boost/multiprecision/concepts/
Dmp_number_archetypes.hpp32 typedef mpl::list<long double> float_types; typedef
/third_party/boost/libs/multiprecision/doc/
Dmultiprecision.qbk4843 [[`B::float_types`][`mpl::list<type-list>`][A list of floating-point types that can be assigned to …
4850 `B::signed_types`, `B::unsigned_types` or `B::float_types`.][[space]]]
4860 `B::signed_types`, `B::unsigned_types` or `B::float_types`.][[space]]]
4905 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4922 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4926 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4932 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4936 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4942 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
4946 `B::signed_types`, `B::unsigned_types` or `B::float_types`.
[all …]
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp326 typename Backend::float_types,
328 …typedef typename mpl::end<typename Backend::float_types>::type …
/third_party/boost/libs/multiprecision/performance/
Darithmetic_backend.hpp34 typedef mpl::list<float, double, long double> float_types; typedef
/third_party/boost/libs/multiprecision/test/
Dskeleton_backend.hpp48 …list</*float, double,*/ long double> float_types; typedef

12