Home
last modified time | relevance | path

Searched defs:dot (Results 76 - 95 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp758 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 DOutputASM.cpp761 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 DShaderCore.cpp1037 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 Dturtle.py3368 def dot(self, size=None, *color): member in RawTurtle
/third_party/tzdata/
H A Dlocaltime.c439 char const *dot; in tzloadbody() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c3042 int i, j, k, dot; in www_body() local
[all...]
/third_party/openssl/apps/
H A Ds_server.c3037 int i, j, k, dot; in www_body() local
[all...]
/third_party/python/Modules/_decimal/
H A D_decimal.c3305 PyObject *dot = NULL; in dec_format() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1722 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 Dfuse.c2639 struct node *dot = NULL; in fuse_lib_lookup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3896 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 Dtypeobject.c79 const char *dot; in find_signature() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3018 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 DvktShaderBuiltinPrecisionTests.cpp3885 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 Ddpp.c4598 char *dot = "."; in dpp_build_conf_obj_dpp() local
/third_party/backends/backend/
H A Dhp3900_rts8822.c12331 SANE_Int dot; in Calib_AdcOffsetRT() local
12449 SANE_Int dot; in Calib_AdcOffsetRT() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1236 float dot = ap.x * ab_dir.x + ap.y * ab_dir.y; in ImLineClosestPoint() local
/third_party/python/Python/
H A Dcompile.c3884 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 Dimgui.cpp1284 float dot = ap.x * ab_dir.x + ap.y * ab_dir.y; in ImLineClosestPoint() local
/third_party/glfw/deps/
H A Dnuklear.h6760 int dot = 0; in nk_string_float_limit() local
7145 int num_len = 0, frac_len = 0, dot = 0; in nk_vsnprintf() local
[all...]

Completed in 202 milliseconds

1234