/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage_etc.cpp | 758 const int dot = pixel.R * direction[0] + pixel.G * direction[1] + in matchBC1Bits() local 792 const int dot = in matchBC1Bits() local 1107 int dot = pixel.R * vr + pixel.G * vg + pixel.B * vb; in selectEndPointPCA() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 761 Instruction *dot = emit(sw::Shader::OPCODE_DP(size), result, 0, left, 0, right, i); in visitBinary() local 906 Instruction *dot = emit(dpOpcode, result, 0, left, 0, right, i); in visitBinary() local
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.cpp | 1037 Float4 dot = dot3(src0, src1); in dp3() local 1047 Float4 dot = dot4(src0, src1); in dp4() local 1569 Float4 dot = dot2(src, src); nrm2() local 1580 Float4 dot = dot3(src, src); nrm3() local 1591 Float4 dot = dot4(src, src); nrm4() local [all...] |
/third_party/python/Lib/ |
H A D | turtle.py | 3368 def dot(self, size=None, *color): member in RawTurtle
|
/third_party/tzdata/ |
H A D | localtime.c | 439 char const *dot; in tzloadbody() local [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 3042 int i, j, k, dot; in www_body() local [all...] |
/third_party/openssl/apps/ |
H A D | s_server.c | 3037 int i, j, k, dot; in www_body() local [all...] |
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 3305 PyObject *dot = NULL; in dec_format() local [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 1722 static const UChar dot = 0x2e; /* punctuation */ in TestVariableTopSetting() local 1832 static const UChar dot = 0x2e; /* punctuation */ TestMaxVariable() local [all...] |
/third_party/libfuse/lib/ |
H A D | fuse.c | 2639 struct node *dot = NULL; in fuse_lib_lookup() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 3896 ExprP<deFloat16> dot (const ExprP<Vector<deFloat16, Size> >& x, const ExprP<Vector<deFloat16, Size> >& y) in dot() function 3901 ExprP<deFloat16> dot (const ExprP<deFloat16>& x, const ExprP<deFloat16>& y) in dot() function 3907 ExprP<float> dot (const ExprP<Vector<float, Size> >& x, const ExprP<Vector<float, Size> >& y) in dot() function 3912 ExprP<float> dot (const ExprP<float>& x, const ExprP<float>& y) in dot() function 3918 ExprP<double> dot (cons function 3923 ExprP<double> dot (const ExprP<double>& x, const ExprP<double>& y) dot() function [all...] |
/third_party/python/Objects/ |
H A D | typeobject.c | 79 const char *dot; in find_signature() local
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 3018 ExprP<float> dot (const ExprP<Vector<float, Size> >& x, const ExprP<Vector<float, Size> >& y) in dot() function 3023 ExprP<float> dot (const ExprP<float>& x, const ExprP<float>& y) in dot() function [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 3885 ExprP<deFloat16> dot (const ExprP<Vector<deFloat16, Size> >& x, const ExprP<Vector<deFloat16, Size> >& y) in dot() function 3890 ExprP<deFloat16> dot (const ExprP<deFloat16>& x, const ExprP<deFloat16>& y) in dot() function 3896 ExprP<float> dot (const ExprP<Vector<float, Size> >& x, const ExprP<Vector<float, Size> >& y) in dot() function 3901 ExprP<float> dot (const ExprP<float>& x, const ExprP<float>& y) in dot() function 3907 ExprP<double> dot (cons function 3912 ExprP<double> dot (const ExprP<double>& x, const ExprP<double>& y) dot() function [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 4598 char *dot = "."; in dpp_build_conf_obj_dpp() local
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 12331 SANE_Int dot; in Calib_AdcOffsetRT() local 12449 SANE_Int dot; in Calib_AdcOffsetRT() local [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 1236 float dot = ap.x * ab_dir.x + ap.y * ab_dir.y; in ImLineClosestPoint() local
|
/third_party/python/Python/ |
H A D | compile.c | 3884 Py_ssize_t dot = PyUnicode_FindChar(name, '.', 0, len, 1); in compiler_import_as() local 3942 Py_ssize_t dot = PyUnicode_FindChar( compiler_import() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 1284 float dot = ap.x * ab_dir.x + ap.y * ab_dir.y; in ImLineClosestPoint() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 6760 int dot = 0; in nk_string_float_limit() local 7145 int num_len = 0, frac_len = 0, dot = 0; in nk_vsnprintf() local [all...] |