Home
last modified time | relevance | path

Searched refs:ufuncs (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-unicode.cc56 hb_unicode_combining_class_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_combining_class_nil()
65 hb_unicode_eastasian_width_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_eastasian_width_nil()
74 hb_unicode_general_category_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_general_category_nil()
82 hb_unicode_mirroring_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_mirroring_nil()
90 hb_unicode_script_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_script_nil()
98 hb_unicode_compose_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_compose_nil()
108 hb_unicode_decompose_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_decompose_nil()
120 hb_unicode_decompose_compatibility_nil (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_unicode_decompose_compatibility_nil()
169 hb_unicode_funcs_t *ufuncs; in hb_unicode_funcs_create() local
171 if (!(ufuncs = hb_object_create<hb_unicode_funcs_t> ())) in hb_unicode_funcs_create()
[all …]
Dhb-unicode.h196 hb_unicode_funcs_reference (hb_unicode_funcs_t *ufuncs);
199 hb_unicode_funcs_destroy (hb_unicode_funcs_t *ufuncs);
202 hb_unicode_funcs_set_user_data (hb_unicode_funcs_t *ufuncs,
210 hb_unicode_funcs_get_user_data (hb_unicode_funcs_t *ufuncs,
215 hb_unicode_funcs_make_immutable (hb_unicode_funcs_t *ufuncs);
218 hb_unicode_funcs_is_immutable (hb_unicode_funcs_t *ufuncs);
221 hb_unicode_funcs_get_parent (hb_unicode_funcs_t *ufuncs);
230 …edef hb_unicode_combining_class_t (*hb_unicode_combining_class_func_t) (hb_unicode_funcs_t *ufuncs,
233 …ef hb_unicode_general_category_t (*hb_unicode_general_category_func_t) (hb_unicode_funcs_t *ufuncs,
236 typedef hb_codepoint_t (*hb_unicode_mirroring_func_t) (hb_unicode_funcs_t *ufuncs,
[all …]
Dhb-deprecated.h79 typedef unsigned int (*hb_unicode_eastasian_width_func_t) (hb_unicode_funcs_t *ufuncs,
96 hb_unicode_funcs_set_eastasian_width_func (hb_unicode_funcs_t *ufuncs,
107 hb_unicode_eastasian_width (hb_unicode_funcs_t *ufuncs,
131 typedef unsigned int (*hb_unicode_decompose_compatibility_func_t) (hb_unicode_funcs_t *ufuncs,
158 hb_unicode_funcs_set_decompose_compatibility_func (hb_unicode_funcs_t *ufuncs,
163 hb_unicode_decompose_compatibility (hb_unicode_funcs_t *ufuncs,
Dhb-ucd.cc24 hb_ucd_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_combining_class()
32 hb_ucd_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_general_category()
40 hb_ucd_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_mirroring()
48 hb_ucd_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_script()
128 hb_ucd_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_compose()
163 hb_ucd_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_ucd_decompose()
Dhb-glib.cc208 hb_glib_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_combining_class()
217 hb_glib_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_general_category()
227 hb_glib_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_mirroring()
236 hb_glib_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_script()
244 hb_glib_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_compose()
281 hb_glib_unicode_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_glib_unicode_decompose()
Dhb-icu.cc85 hb_icu_unicode_combining_class (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_combining_class()
94 hb_icu_unicode_general_category (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_general_category()
145 hb_icu_unicode_mirroring (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_mirroring()
153 hb_icu_unicode_script (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_script()
167 hb_icu_unicode_compose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_compose()
213 hb_icu_unicode_decompose (hb_unicode_funcs_t *ufuncs HB_UNUSED, in hb_icu_unicode_decompose()
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc827 namespace ufuncs { namespace
1452 RegisterUFunc<BinaryUFunc<bfloat16, bfloat16, ufuncs::Add>>(numpy.get(), in Initialize()
1454 RegisterUFunc<BinaryUFunc<bfloat16, bfloat16, ufuncs::Subtract>>( in Initialize()
1456 RegisterUFunc<BinaryUFunc<bfloat16, bfloat16, ufuncs::Multiply>>( in Initialize()
1458 RegisterUFunc<BinaryUFunc<bfloat16, bfloat16, ufuncs::TrueDivide>>( in Initialize()
1460 RegisterUFunc<BinaryUFunc<bfloat16, bfloat16, ufuncs::LogAddExp>>( in Initialize()
1462 RegisterUFunc<BinaryUFunc<bfloat16, bfloat16, ufuncs::LogAddExp2>>( in Initialize()
1464 RegisterUFunc<UnaryUFunc<bfloat16, bfloat16, ufuncs::Negative>>( in Initialize()
1466 RegisterUFunc<UnaryUFunc<bfloat16, bfloat16, ufuncs::Positive>>( in Initialize()
1468 RegisterUFunc<BinaryUFunc<bfloat16, bfloat16, ufuncs::TrueDivide>>( in Initialize()
[all …]
/external/harfbuzz_ng/test/api/
Dtest-unicode.c64 simple_get_script (hb_unicode_funcs_t *ufuncs, in simple_get_script() argument
70 g_assert (hb_unicode_funcs_get_parent (ufuncs) != NULL); in simple_get_script()
81 a_is_for_arabic_get_script (hb_unicode_funcs_t *ufuncs, in a_is_for_arabic_get_script() argument
87 g_assert (hb_unicode_funcs_get_parent (ufuncs) != NULL); in a_is_for_arabic_get_script()
94 hb_unicode_funcs_t *parent = hb_unicode_funcs_get_parent (ufuncs); in a_is_for_arabic_get_script()
506 typedef unsigned int (*get_func_t) (hb_unicode_funcs_t *ufuncs,
509 typedef unsigned int (*func_setter_func_t) (hb_unicode_funcs_t *ufuncs,
513 typedef unsigned int (*getter_func_t) (hb_unicode_funcs_t *ufuncs,
Dtest-buffer.c105 hb_unicode_funcs_t *ufuncs; in test_buffer_properties() local
116 ufuncs = hb_unicode_funcs_create (NULL); in test_buffer_properties()
117 hb_buffer_set_unicode_funcs (b, ufuncs); in test_buffer_properties()
118 hb_unicode_funcs_destroy (ufuncs); in test_buffer_properties()
119 g_assert (hb_buffer_get_unicode_funcs (b) == ufuncs); in test_buffer_properties()
141 g_assert (hb_buffer_get_unicode_funcs (b) == ufuncs); in test_buffer_properties()
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/Transforms/
DPasses.td22 https://numpy.org/doc/stable/reference/ufuncs.html#broadcasting
/external/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi17837 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
17841 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
17845 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
17852 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
17859 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
17866 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
17873 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
17880 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
17887 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
17894 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
[all …]
/external/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi27381 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
27388 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
27395 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
27408 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
27421 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
27434 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
27447 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
27460 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
27473 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
27486 …<parameter type-id='type-id-99' name='ufuncs' filepath='/tmp/legendre/spack-stage/spack-stage-04g7…
[all …]