Home
last modified time | relevance | path

Searched refs:Relative (Results 1 – 25 of 148) sorted by relevance

123456

/third_party/boost/libs/test/doc/examples/
Dtolerance_04.output4 test.cpp(23): error: in "test1": check x == y has failed [501/50 != 1001/100]. Relative difference …
5 test.cpp(26): error: in "test1": check x != z has failed [501/50 == 10/1]. Relative difference is w…
Dexample08.output4 …check d * 100 == (double)(int)(d*100) has failed [1.0001 * 100 != 100]. Relative difference exceed…
5 …check d * 100 == (double)(int)(d*100) has failed [1.0001 * 100 != 100]. Relative difference exceed…
Dtolerance_03.output4 …iling": check x - d < x has failed [10 - 1.0000000000000001e-05 >= 10]. Relative difference is wit…
5 …ling": check x - d != x has failed [10 - 1.0000000000000001e-05 == 10]. Relative difference is wit…
Ddecorator_13.output5 …"test1": check 1.100 == 1.101 has failed [1.1000000000000001 != 1.101]. Relative difference exceed…
9 …"test4": check 1.100 == 1.101 has failed [1.1000000000000001 != 1.101]. Relative difference exceed…
Dexample84_contexts.output11 …ation": check estimated.first == double(root1) has failed [-nan != -7]. Relative difference exceed…
16 …tion": check estimated.second == double(root2) has failed [-nan != -7]. Relative difference exceed…
Dtolerance_06.output4 test.cpp(21): error: in "test1": check x == 3 has failed [3.1415924049158361 != 3]. Relative differ…
Dtolerance_01.output4 test.cpp(11): error: in "test1": check x == z has failed [10 != 10.000999999999999]. Relative diffe…
Dtolerance_02.output5 test.cpp(14): error: in "test1": check x == z has failed [10 != 10.000999999999999]. Relative diffe…
Dboost_test_macro_overview.output12 …: check a + 0.1 == b - 0.8 has failed [1 + 0.10000000000000001 != 1.2]. Relative difference exceed…
/third_party/wayland-protocols_standard/unstable/relative-pointer/
DREADME1 Relative pointer protocol
/third_party/skia/include/utils/
DSkParsePath.h21 enum class PathEncoding { Absolute, Relative }; enumerator
/third_party/boost/tools/quickbook/test/python/
Dmissing_relative.qbk10 [article Missing Relative]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexProgram.hpp76 Int relativeAddress(const Shader::Relative &rel, int bufferIndex = -1);
77 Int4 dynamicAddress(const Shader::Relative &rel);
DPixelProgram.hpp78 Int relativeAddress(const Shader::Relative &rel, int bufferIndex = -1);
79 Int4 dynamicAddress(const Shader::Relative &rel);
/third_party/boost/libs/multiprecision/performance/
Dveronoi_performance.log12 [[Integer Type][Relative Performance (Actual time in parenthesis)]]
Dmiller_rabin_performance.log27 [[Integer Type][Relative Performance (Actual time in parenthesis)]]
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dflutter_app.gni44 # Relative path of source files to be included in the dart package for
123 # Relative path of source files to be included in the dart package for
248 # Relative path of source files to be included in the dart package for
285 # Relative path of source files to be included in the dart package for
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerIOWindows.cpp149 bool Relative = true) { in ParseDrive() argument
153 if (!Relative) // Accept relative path? in ParseDrive()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp541 SmallString<128> Relative; in computeArchiveRelativePath() local
543 sys::path::append(Relative, sys::path::Style::posix, ".."); in computeArchiveRelativePath()
546 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath()
548 return Relative.str(); in computeArchiveRelativePath()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Ddart_app.gni42 # Relative path of source files to be included in the dart package for
122 # Relative path of source files to be included in the dart package for
241 # Relative path of source files to be included in the dart package for
/third_party/flutter/skia/third_party/externals/sdl/test/
Drelative_mode.markdown1 Relative mode testing
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts4 const enum RelativePreference { Relative, NonRelative, Shortest, ExternalNonRelative } enumerator
17 importModuleSpecifierPreference === "relative" ? RelativePreference.Relative :
36 …: isExternalModuleNameRelative(oldImportSpecifier) ? RelativePreference.Relative : RelativePrefere…
184 if (!baseUrl && !paths || relativePreference === RelativePreference.Relative) {
/third_party/iptables/extensions/
Dlibxt_rateest.man17 .\" * Relative:
22 .\" * Relative + Delta:
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Danalyze_test.dart38 // Relative paths
/third_party/boost/libs/math/doc/background/
Derror.qbk1 [section:relative_error Relative Error]
66 [endsect][/section:relative_error Relative Error]

123456