/third_party/skia/src/effects/ |
H A D | SkDiscretePathEffect.cpp | 68 SkDiscretePathEffectImpl(SkScalar segLength, SkScalar deviation, uint32_t seedAssist) in SkDiscretePathEffectImpl() argument 69 : fSegLength(segLength), fPerterb(deviation), fSeedAssist(seedAssist) in SkDiscretePathEffectImpl() 72 SkASSERT(SkScalarIsFinite(deviation)); in SkDiscretePathEffectImpl() 166 sk_sp<SkPathEffect> SkDiscretePathEffect::Make(SkScalar segLength, SkScalar deviation, in Make() argument 168 if (!SkScalarIsFinite(segLength) || !SkScalarIsFinite(deviation)) { in Make() 174 return sk_sp<SkPathEffect>(new SkDiscretePathEffectImpl(segLength, deviation, seedAssist)); in Make()
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-size.py | 179 def between(v1, v2, deviation): 180 return v1 - deviation < v2 < v1 + deviation 310 # If both x/y are within some acceptable deviation, we skip the axis 314 deviation = 1.5 * touchpad.x.resolution # 1.5 mm rounding on each side 315 skip = between(xorig.minimum, touchpad.x.minimum, deviation) 316 skip = skip and between(xorig.maximum, touchpad.x.maximum, deviation) 317 deviation = 1.5 * touchpad.y.resolution # 1.5 mm rounding on each side 318 skip = skip and between(yorig.minimum, touchpad.y.minimum, deviation) 319 skip = skip and between(yorig.maximum, touchpad.y.maximum, deviation) [all...] |
/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
H A D | stw_wgl.c | 283 FLOAT deviation, in wglUseFontOutlinesA() 292 (void) deviation; in wglUseFontOutlinesA() 308 FLOAT deviation, in wglUseFontOutlinesW() 317 (void) deviation; in wglUseFontOutlinesW() 278 wglUseFontOutlinesA( HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf ) wglUseFontOutlinesA() argument 303 wglUseFontOutlinesW( HDC hdc, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf ) wglUseFontOutlinesW() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_readeia608.c | 52 float deviation; member 260 line[lag - 1].deviation = stddevf(line, lag); in thresholding() 263 if (fabsf(line[i].unfiltered - line[i-1].average) > threshold * line[i-1].deviation) { in thresholding() 281 line[i].deviation = stddevf(line + i - lag, lag); in thresholding()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_wgl.cpp | 321 FLOAT deviation, in wglUseFontOutlinesA() 334 FLOAT deviation, in wglUseFontOutlinesW() 317 wglUseFontOutlinesA(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesA() argument 330 wglUseFontOutlinesW(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesW() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 912 CalibratedTimestamp(deUint64 timestamp_, deUint64 deviation_) : timestamp{timestamp_}, deviation(deviation_) { } in CalibratedTimestamp() function 913 CalibratedTimestamp() : timestamp{}, deviation{} { } in CalibratedTimestamp() 915 deUint64 deviation; member 1246 deUint64 deviation; in getCalibratedTimestamps() local 1251 VK_CHECK(vk.getCalibratedTimestampsEXT(vkDevice, static_cast<deUint32>(domains.size()), infos.data(), timestamps.data(), &deviation)); in getCalibratedTimestamps() 1253 if (deviation > kDeviationErrorLimitNanos) in getCalibratedTimestamps() 1255 throw tcu::InternalError("Calibrated maximum deviation too big"); in getCalibratedTimestamps() 1257 else if (deviation > kDeviationWarningLimitNanos) in getCalibratedTimestamps() 1259 appendQualityMessage("Calibrated maximum deviation beyond desirable limits"); in getCalibratedTimestamps() 1261 else if (deviation in getCalibratedTimestamps() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 835 CalibratedTimestamp(deUint64 timestamp_, deUint64 deviation_) : timestamp{timestamp_}, deviation(deviation_) { } 836 CalibratedTimestamp() : timestamp{}, deviation{} { } 838 deUint64 deviation; 1169 deUint64 deviation; 1174 VK_CHECK(vk.getCalibratedTimestampsEXT(vkDevice, static_cast<deUint32>(domains.size()), infos.data(), timestamps.data(), &deviation)); 1176 if (deviation > kDeviationErrorLimitNanos) 1178 throw tcu::InternalError("Calibrated maximum deviation too big"); 1180 else if (deviation > kDeviationWarningLimitNanos) 1182 appendQualityMessage("Calibrated maximum deviation beyond desirable limits"); 1184 else if (deviation [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglGLES2SharedRenderingPerfTests.cpp | 945 double deviation; in logAndSetResults() local 964 deviation = 0.0; in logAndSetResults() 966 deviation += (double)((resultsUs[resultNdx] - average) * (resultsUs[resultNdx] - average)); in logAndSetResults() 968 deviation = std::sqrt(deviation/(double)resultsUs.size()); in logAndSetResults() 975 << "Standard deviation: " << ((double)deviation/1000.0) << "ms\n" in logAndSetResults() 976 << "Standard error of mean: " << (((double)deviation/std::sqrt((double)resultsUs.size()))/1000.0) << "ms\n" in logAndSetResults()
|
/third_party/openGLES/api/GL/ |
H A D | wgl.h | 92 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 93 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 94 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 119 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 120 BOOL WINAPI wglUseFontOutlinesA (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 121 BOOL WINAPI wglUseFontOutlinesW (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wgl.h | 111 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 112 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 113 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 138 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 139 BOOL WINAPI wglUseFontOutlinesA (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 140 BOOL WINAPI wglUseFontOutlinesW (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
H A D | wgl.h | 111 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 112 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESAPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 113 typedef BOOL (WINAPI * PFNWGLUSEFONTOUTLINESWPROC) (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 138 BOOL WINAPI wglUseFontOutlines (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 139 BOOL WINAPI wglUseFontOutlinesA (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf); 140 BOOL WINAPI wglUseFontOutlinesW (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf);
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 1313 uint64_t timestamp, deviation; in zink_get_timestamp() local 1318 VkResult result = VKSCR(GetCalibratedTimestampsEXT)(screen->dev, 1, &cti, ×tamp, &deviation); in zink_get_timestamp()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 11818 // This fall-through is a deviation from the EcmaScript grammar. The grammar says that a leading zero [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | 11837 // This fall-through is a deviation from the EcmaScript grammar. The grammar says that a leading zero [all...] |
H A D | typescript.js | 11828 // This fall-through is a deviation from the EcmaScript grammar. The grammar says that a leading zero [all...] |
H A D | typescriptServices.js | 11828 // This fall-through is a deviation from the EcmaScript grammar. The grammar says that a leading zero [all...] |
H A D | tsserver.js | 11838 // This fall-through is a deviation from the EcmaScript grammar. The grammar says that a leading zero [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 11676 // This fall-through is a deviation from the EcmaScript grammar. The grammar says that a leading zero [all...] |