Home
last modified time | relevance | path

Searched defs:dot (Results 26 - 50 of 96) sorted by relevance

1234

/third_party/glslang/glslang/MachineIndependent/
H A DConstant.cpp1212 double dot; in fold() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_common_4.h328 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() function
H A Dastcenc_vecmathlib_sse_4.h1274 ASTCENC_SIMD_INLINE vfloat4 dot(vfloat4 a, vfloat4 b) in dot() function
/third_party/node/deps/cares/src/lib/
H A Dares_init.c134 const char *dot; in init_by_defaults() local
/third_party/skia/src/core/
H A DSkStrokerPriv.cpp59 static AngleType Dot2AngleType(SkScalar dot) { in Dot2AngleType() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexPipeline.cpp297 Float4 dot; in pipeline() local
348 Float4 dot = Max(dot3(C, normal), Float4(0.0f)); // FIXME: max(dot3(C, normal), 0) in pipeline() local
649 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); processTextureCoordinate() local
700 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); processTextureCoordinate() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsPoint.h76 double dot(const SkDVector& a) const { in dot() function
/third_party/skia/src/shaders/
H A DSkShader.cpp263 auto dot = [&,x,y](int row) { in ApplyMatrix() local
/third_party/skia/src/utils/
H A DSkCamera.cpp123 SkScalar dot = diff.dot({mapPtr[6], mapPtr[7], mapPtr[8]}); in patchToMatrix() local
[all...]
/third_party/skia/tests/
H A DWangsFormulaTest.cpp443 const auto dot = [](const Sk2d& a, const Sk2d& b) -> double { in DEF_TEST() local
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dapinames.c170 const char* dot; in names_dump() local
/third_party/python/Modules/_decimal/tests/
H A Dranddec.py67 def dot(): function
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp85 inline float dot (float x, float y) { return (x * y); } in dot() function
127 inline T dot (const Vector<T, Size>& a, const Vector<T, Size>& b) in dot() function
/third_party/gn/src/base/files/
H A Dfile_path.cc359 const StringType::size_type dot = ExtensionSeparatorPosition(base.path_); in Extension() local
368 const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_); in FinalExtension() local
379 const StringType::size_type dot = ExtensionSeparatorPosition(path_); in RemoveExtension() local
390 const StringType::size_type dot in RemoveFinalExtension() local
[all...]
/third_party/glslang/glslang/Include/
H A DConstantUnion.h918 double dot(const TConstUnionArray& rhs) in dot() function in glslang::TConstUnionArray
/third_party/ninja/
H A Dconfigure.py611 dot = n.build(built('graph.dot'), 'gendot', ['ninja', 'build.ninja']) variable
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c561 double cross, dot; in line_check() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp372 StringRef::iterator dot = end; in interpretDecimal() local
330 skipLeadingZeroesAndAnyDot(StringRef::iterator begin, StringRef::iterator end, StringRef::iterator *dot) skipLeadingZeroesAndAnyDot() argument
[all...]
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DCubeActivity.java77 public float dot(Vec3 v) { in dot() method in Vec3
/third_party/skia/include/core/
H A DSkM44.h43 SkScalar dot(SkV2 v) const { return Dot(*this, v); } in dot() function
85 SkScalar dot(const SkV3& v) const { return Dot(*this, v); } in dot() function
/third_party/ffmpeg/libavcodec/
H A Dtexturedspenc.c224 int dot = dots[x]; in match_colors() local
330 int dot = block[x * 4 + y * stride + 0] * v_r + in optimize_colors() local
/third_party/curl/lib/
H A Ddoh.c136 char *dot = strchr(hostp, '.'); in doh_encode() local
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java1041 void dot(int i) { in dot() method in CollationPerformanceTest
/third_party/libuv/src/unix/
H A Dibmi.c481 char* dot = strrchr(temp_name, '.'); in uv_interface_addresses() local
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp252 ir_expression *dot(operand a, operand b) in dot() function

Completed in 24 milliseconds

1234