Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kThreshold
(Results
1 - 17
of
17
) sorted by relevance
/third_party/node/src/crypto/
H
A
D
crypto_bio.h
107
constexpr size_t
kThreshold
= 16 * 1024;
in set_allocate_tls_hint()
local
108
if (size >=
kThreshold
) {
in set_allocate_tls_hint()
109
allocate_hint_ = (size /
kThreshold
+ 1) * (
kThreshold
+ 5 + 32);
in set_allocate_tls_hint()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H
A
D
discrete_distribution_test.cc
154
const int
kThreshold
=
in TEST()
local
185
if (chi_square >
kThreshold
) {
in TEST()
196
kThreshold
);
in TEST()
H
A
D
uniform_real_distribution_test.cc
257
const int
kThreshold
=
in TYPED_TEST()
local
281
if (chi_square >
kThreshold
) {
in TYPED_TEST()
292
kThreshold
);
in TYPED_TEST()
H
A
D
uniform_int_distribution_test.cc
180
const int
kThreshold
=
in TYPED_TEST()
local
200
if (chi_square >
kThreshold
) {
in TYPED_TEST()
211
kThreshold
);
in TYPED_TEST()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H
A
D
vktRayQueryBarycentricCoordinatesTests.cpp
60
constexpr float
kThreshold
= 0.001f; // For the resulting coordinates.
member
61
constexpr float kTMin = 1.0f -
kThreshold
; // Require the same precision in T.
62
constexpr float kTMax = 1.0f +
kThreshold
; // Ditto.
356
if (outVal.z() != 0.0f || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) >
kThreshold
|| de::abs(outVal.y() - expectedVal.y()) >
kThreshold
)
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H
A
D
vktRayQueryBarycentricCoordinatesTests.cpp
60
constexpr float
kThreshold
= 0.001f; // For the resulting coordinates.
member
61
constexpr float kTMin = 1.0f -
kThreshold
; // Require the same precision in T.
62
constexpr float kTMax = 1.0f +
kThreshold
; // Ditto.
356
if (outVal.z() != 0.0f || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) >
kThreshold
|| de::abs(outVal.y() - expectedVal.y()) >
kThreshold
)
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingBarycentricCoordinatesTests.cpp
66
constexpr float
kThreshold
= 0.001f; // For the resulting coordinates.
member
67
constexpr float kTMin = 1.0f -
kThreshold
; // Require the same precision in T.
68
constexpr float kTMax = 1.0f +
kThreshold
; // Ditto.
415
if (outVal.z() != 0.0f || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) >
kThreshold
|| de::abs(outVal.y() - expectedVal.y()) >
kThreshold
)
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingBarycentricCoordinatesTests.cpp
81
constexpr float
kThreshold
= 0.001f; // For the resulting coordinates.
member
82
constexpr float kTMin = 1.0f -
kThreshold
; // Require the same precision in T.
83
constexpr float kTMax = 1.0f +
kThreshold
; // Ditto.
472
if (outVal.z() != expectedVal.z() || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) >
kThreshold
|| de::abs(outVal.y() - expectedVal.y()) >
kThreshold
)
in iterate()
/third_party/mesa3d/src/gtest/src/
H
A
D
gtest-printers.cc
88
const size_t
kThreshold
= 132;
in PrintBytesInObjectToImpl()
local
90
// If the object size is bigger than
kThreshold
, we'll have to omit
in PrintBytesInObjectToImpl()
93
if (count <
kThreshold
) {
in PrintBytesInObjectToImpl()
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_camera_profile.cpp
561
const real64
kThreshold
= 0.01;
in ValidForwardMatrix()
local
574
if (Abs_real64 (xyz [0] - pcs [0]) >
kThreshold
||
in ValidForwardMatrix()
575
Abs_real64 (xyz [1] - pcs [1]) >
kThreshold
||
in ValidForwardMatrix()
576
Abs_real64 (xyz [2] - pcs [2]) >
kThreshold
)
in ValidForwardMatrix()
/third_party/googletest/googletest/src/
H
A
D
gtest-printers.cc
91
const size_t
kThreshold
= 132;
in PrintBytesInObjectToImpl()
local
93
// If the object size is bigger than
kThreshold
, we'll have to omit
in PrintBytesInObjectToImpl()
96
if (count <
kThreshold
) {
in PrintBytesInObjectToImpl()
/third_party/node/deps/googletest/src/
H
A
D
gtest-printers.cc
94
const size_t
kThreshold
= 132;
in PrintBytesInObjectToImpl()
local
96
// If the object size is bigger than
kThreshold
, we'll have to omit
in PrintBytesInObjectToImpl()
99
if (count <
kThreshold
) {
in PrintBytesInObjectToImpl()
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
analysis_enc.c
259
const uint32_t
kThreshold
= 8 + (17 - 8) * q / 100;
in FastMBAnalyze()
local
269
if (
kThreshold
* m2 < m * m) {
in FastMBAnalyze()
/third_party/mesa3d/src/gtest/include/gtest/
H
A
D
gtest-printers.h
735
const size_t
kThreshold
= 18;
in UniversalPrintArray()
local
737
// If the array has more than
kThreshold
elements, we'll have to
in UniversalPrintArray()
740
if (len <=
kThreshold
) {
in UniversalPrintArray()
/third_party/googletest/googletest/include/gtest/
H
A
D
gtest-printers.h
884
const size_t
kThreshold
= 18;
in UniversalPrintArray()
local
886
// If the array has more than
kThreshold
elements, we'll have to
in UniversalPrintArray()
889
if (len <=
kThreshold
) {
in UniversalPrintArray()
/third_party/node/deps/googletest/include/gtest/
H
A
D
gtest-printers.h
936
const size_t
kThreshold
= 18;
in UniversalPrintArray()
local
938
// If the array has more than
kThreshold
elements, we'll have to
in UniversalPrintArray()
941
if (len <=
kThreshold
) {
in UniversalPrintArray()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
TranslatorVulkan.cpp
754
static constexpr float
kThreshold
= 0.5 + kEpsilon;
in AddBresenhamEmulationFS()
local
755
TIntermConstantUnion *threshold = CreateFloatNode(
kThreshold
, EbpHigh);
in AddBresenhamEmulationFS()
Completed in 17 milliseconds