Home
last modified time | relevance | path

Searched defs:deviation (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/src/effects/
DSkDiscretePathEffect.cpp68 SkDiscretePathEffectImpl(SkScalar segLength, SkScalar deviation, uint32_t seedAssist) in SkDiscretePathEffectImpl()
166 sk_sp<SkPathEffect> SkDiscretePathEffect::Make(SkScalar segLength, SkScalar deviation, in Make()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dreduce_std_cpu_kernel.cc87 float deviation = 0.0; in RunReduceStd() local
139 float deviation = 0.0f; in RunReduceStdWithSAxis() local
/third_party/libinput/tools/
Dlibinput-measure-touchpad-size.py179 def between(v1, v2, deviation): argument
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
Dstw_wgl.c283 FLOAT deviation, in wglUseFontOutlinesA()
308 FLOAT deviation, in wglUseFontOutlinesW()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_wgl.cpp321 FLOAT deviation, in wglUseFontOutlinesA()
334 FLOAT deviation, in wglUseFontOutlinesW()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/avx/
Dreduce_fp32_avx.h206 …duceDeviationAVX(int64_t index, const float *src_data, float mean, size_t size, float *deviation) { in FloatReduceDeviationAVX()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/sse/
Dreduce_fp32_sse.h206 …duceDeviationSSE(int64_t index, const float *src_data, float mean, size_t size, float *deviation) { in FloatReduceDeviationSSE()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/neon/
Dreduce_fp32_neon.h205 …uceDeviationNEON(int64_t index, const float *src_data, float mean, size_t size, float *deviation) { in FloatReduceDeviationNEON()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/avx512/
Dreduce_fp32_avx512.h206 …eDeviationAVX512(int64_t index, const float *src_data, float mean, size_t size, float *deviation) { in FloatReduceDeviationAVX512()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dreduce_fp32.c347 int ReduceDeviation(const float *src_data, int64_t size, float mean, float *deviation) { in ReduceDeviation()
/third_party/ffmpeg/libavfilter/
Dvf_readeia608.c52 float deviation; member
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp945 double deviation; in logAndSetResults() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c1313 uint64_t timestamp, deviation; in zink_get_timestamp() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineTimestampTests.cpp838 deUint64 deviation; member
1169 deUint64 deviation; in getCalibratedTimestamps() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp915 deUint64 deviation; member
1246 deUint64 deviation; in getCalibratedTimestamps() local
/third_party/typescript/src/compiler/
Dchecker.ts37680 … const deviation = getEffectiveDeclarationFlags(o, flagsToCheck) ^ canonicalFlags; constant
37701 const deviation = hasQuestionToken(o) !== canonicalHasQuestionToken; constant