Home
last modified time | relevance | path

Searched refs:_mod (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Include/internal/
Dpycore_compile.h12 struct _mod; // Type defined in pycore_ast.h
16 struct _mod *mod,
22 struct _mod * mod,
37 struct _mod *,
Dpycore_parser.h11 extern struct _mod* _PyParser_ASTFromString(
17 extern struct _mod* _PyParser_ASTFromFile(
Dpycore_symtable.h11 struct _mod; // Type defined in pycore_ast.h
85 struct _mod *mod,
Dpycore_ast.h15 typedef struct _mod *mod_ty;
153 struct _mod { struct
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.py30 _mod = imp.load_module('_libwebp', fp, pathname, description)
34 return _mod
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp.py36 _mod = imp.load_module('_libwebp', fp, pathname, description)
39 return _mod
/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.h85 /* static */struct debug_module_data debug_##name##_mod = { \
/third_party/python/Lib/
Dfractions.py533 def _mod(a, b): member in Fraction
538 __mod__, __rmod__ = _operator_fallbacks(_mod, operator.mod)
/third_party/mindspore/mindspore/numpy/
Darray_ops.py1800 def _mod(x, y): function
1821 return _mod(indices, F.fill(mstype.float32, shape, dims)).astype(dtype)
2448 res = _mod(indices, sizes[:-1])//sizes[1:]
/third_party/FreeBSD/sys/sys/
Dbus.h468 /*static */moduledata_t name##_##busname##_mod = { \
473 DECLARE_MODULE(name##_##busname, name##_##busname##_mod, \
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp1901 _mod(always_available, glsl_type::float_type, glsl_type::float_type), in create_builtins()
1902 _mod(always_available, glsl_type::vec2_type, glsl_type::float_type), in create_builtins()
1903 _mod(always_available, glsl_type::vec3_type, glsl_type::float_type), in create_builtins()
1904 _mod(always_available, glsl_type::vec4_type, glsl_type::float_type), in create_builtins()
1906 _mod(always_available, glsl_type::vec2_type, glsl_type::vec2_type), in create_builtins()
1907 _mod(always_available, glsl_type::vec3_type, glsl_type::vec3_type), in create_builtins()
1908 _mod(always_available, glsl_type::vec4_type, glsl_type::vec4_type), in create_builtins()
1910 _mod(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins()
1911 _mod(fp64, glsl_type::dvec2_type, glsl_type::double_type), in create_builtins()
1912 _mod(fp64, glsl_type::dvec3_type, glsl_type::double_type), in create_builtins()
[all …]
/third_party/python/Misc/NEWS.d/
D3.10.0a7.rst907 Remove the compiler and parser functions using ``struct _mod`` type, because
/third_party/libpng/contrib/libtests/
Dpngvalid.c7028 image_transform_png_set_##name##_mod,\
8959 image_transform_png_set_@_mod(const image_transform *this, in _mod() function
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c7028 image_transform_png_set_##name##_mod,\
8959 image_transform_png_set_@_mod(const image_transform *this, in _mod() function
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c7028 image_transform_png_set_##name##_mod,\
8959 image_transform_png_set_@_mod(const image_transform *this, in _mod() function
/third_party/python/Doc/whatsnew/
D3.10.rst2276 * Remove the compiler and parser functions using ``struct _mod`` type, because
/third_party/gstreamer/gstplugins_good/
DChangeLog50056 qtdemux: add tag mappings for _swr, _mak and _mod tags