Home
last modified time | relevance | path

Searched defs:correct (Results 1 – 25 of 177) sorted by relevance

12345678

/aosp_15_r20/external/pytorch/c10/test/util/
H A Dirange_test.cpp14 const std::vector<int> correct = {{4, 5, 6, 7, 8, 9, 10}}; in TEST() local
23 const std::vector<int> correct = {{0, 1, 2, 3, 4}}; in TEST() local
32 const std::vector<int> correct = {{-2, -1, 0, 1, 2}}; in TEST() local
44 const std::vector<int> correct = {}; in TEST() local
56 const std::vector<int> correct = {}; in TEST() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dmacro_binary_float.cpp393 int correct = func.i_ff(0.0f, 0.0f); in Test() local
404 int correct = func.i_ff(0.0f, s2[j]); in Test() local
411 int correct = func.i_ff(s[j], 0.0f); in Test() local
439 int correct = -func.i_ff(0.0f, 0.0f); in Test() local
450 int correct = -func.i_ff(0.0f, s2[j]); in Test() local
457 int correct = -func.i_ff(s[j], 0.0f); in Test() local
H A Dmacro_binary_double.cpp402 int64_t correct = dfunc.i_ff(0.0f, 0.0f); in Test() local
413 int64_t correct = dfunc.i_ff(0.0f, s2[j]); in Test() local
420 int64_t correct = dfunc.i_ff(s[j], 0.0f); in Test() local
450 int64_t correct = -dfunc.i_ff(0.0f, 0.0f); in Test() local
461 int64_t correct = -dfunc.i_ff(0.0f, s2[j]); in Test() local
468 int64_t correct = -dfunc.i_ff(s[j], 0.0f); in Test() local
H A Dmacro_unary_double.cpp234 cl_long correct = dfunc.i_f(+0.0f); in Test() local
260 int64_t correct = -dfunc.i_f(+0.0f); in Test() local
H A Dmacro_unary_float.cpp237 int correct = ref_func(+0.0f); in Test() local
262 int correct = -ref_func(+0.0f); in Test() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_parameter_test.cpp140 TransformationAddParameter correct(9, 60, 11, {{{13, 8}}}, 61); in TEST() local
148 TransformationAddParameter correct(9, 68, 52, {{{13, 54}}}, 69); in TEST() local
156 TransformationAddParameter correct(17, 62, 7, {{}}, 63); in TEST() local
164 TransformationAddParameter correct(29, 64, 31, {{}}, 65); in TEST() local
172 TransformationAddParameter correct(34, 66, 7, {{}}, 67); in TEST() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_parameter_test.cpp140 TransformationAddParameter correct(9, 60, 11, {{{13, 8}}}, 61); in TEST() local
148 TransformationAddParameter correct(9, 68, 52, {{{13, 54}}}, 69); in TEST() local
156 TransformationAddParameter correct(17, 62, 7, {{}}, 63); in TEST() local
164 TransformationAddParameter correct(29, 64, 31, {{}}, 65); in TEST() local
172 TransformationAddParameter correct(34, 66, 7, {{}}, 67); in TEST() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/
H A Dtransformation_add_parameter_test.cpp140 TransformationAddParameter correct(9, 60, 11, {{{13, 8}}}, 61); in TEST() local
148 TransformationAddParameter correct(9, 68, 52, {{{13, 54}}}, 69); in TEST() local
156 TransformationAddParameter correct(17, 62, 7, {{}}, 63); in TEST() local
164 TransformationAddParameter correct(29, 64, 31, {{}}, 65); in TEST() local
172 TransformationAddParameter correct(34, 66, 7, {{}}, 67); in TEST() local
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dtarith.c801 double correct = -log(i/255.)/log(2.)*65536; in validation_gamma() local
821 double correct = -log(i/65535.)/log(2.)*65536; in validation_gamma() local
846 double correct = exp(-i/65536. * log(2.)) * (65536. * 65536); in validation_gamma() local
865 double correct = exp(-i/65536. * log(2.)) * 255; in validation_gamma() local
884 double correct = exp(-i/65536. * log(2.)) * 65535; in validation_gamma() local
914 double correct = pow(j/255., g) * 255; in validation_gamma() local
933 double correct = pow(j/65535., g) * 65535; in validation_gamma() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
H A Dtest.hpp32 const char* correct; member
39 const char* correct; member
53 const char* correct; member
60 const char* correct; member
H A Dtest.cpp95 …st T value, const Optional opt_arg, const optional<int> opt_precision, const string_view correct) { in test_common_to_chars()
164 void test_integer_to_chars(const T value, const optional<int> opt_base, const string_view correct) { in test_integer_to_chars()
948 …nst optional<chars_format> opt_fmt, const optional<int> opt_precision, const string_view correct) { in test_floating_to_chars()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/select/
H A Dutil_select.cpp640 size_t check_uchar(const void *const test, const void *const correct, in check_uchar()
662 size_t check_char(const void *const test, const void *const correct, in check_char()
685 size_t check_ushort(const void *const test, const void *const correct, in check_ushort()
708 size_t check_short(const void *const test, const void *const correct, in check_short()
731 size_t check_uint(const void *const test, const void *const correct, in check_uint()
754 size_t check_int(const void *const test, const void *const correct, in check_int()
778 size_t check_ulong(const void *const test, const void *const correct, in check_ulong()
801 size_t check_long(const void *const test, const void *const correct, in check_long()
824 size_t check_half(const void *const test, const void *const correct, in check_half()
849 size_t check_float(const void *const test, const void *const correct, in check_float()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dclient.rs326 let correct = construct_expected("localhost", &key); in request_formatting() localVariable
334 let correct = construct_expected("localhost:9001", &key); in request_formatting_with_host() localVariable
342 let correct = construct_expected("localhost:9001", &key); in request_formatting_with_at() localVariable
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/modules/
H A DModuleBuildersTest.kt159 val correct = serializersModuleOf(ASerializer) in <lambda>() constant
168 val correct = serializersModuleOf(ASerializer) in <lambda>() constant
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/filter/
H A DKalmanFilter.java327 public void correct(final double[] z) in correct() method in KalmanFilter
340 public void correct(final RealVector z) in correct() method in KalmanFilter
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_read_long.c95 process_read_long(int sg_fd, bool do_16, bool pblock, bool correct, in process_read_long()
128 bool correct = false; in main() local
/aosp_15_r20/external/llvm-libc/test/src/math/exhaustive/
H A Dexhaustive_test.h60 bool correct = in check() local
96 bool correct = TEST_MPFR_MATCH_ROUNDING_SILENTLY(Op, input, Func(x, y), in check() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java247 int correct = 0; in checkPkcs1Encoding() local
320 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); in decodeBlockOrRandom() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java247 int correct = 0; in checkPkcs1Encoding() local
320 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); in decodeBlockOrRandom() local
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java245 int correct = 0; in checkPkcs1Encoding() local
318 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); in decodeBlockOrRandom() local
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/
H A Dbdk-dram-test-databus.c78 uint64_t correct = REPEAT16(digit); in read_data_bus_burst() local
137 uint64_t correct = pattern; in read_data_bus_walk() local
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dtester.cc483 static bool ResultOkay(const Result& r, const Result& correct) { in ResultOkay()
504 Result correct; in RunCase() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc498 static bool ResultOkay(const Result& r, const Result& correct) { in ResultOkay()
519 Result correct; in RunCase() local
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dtester.cc497 static bool ResultOkay(const Result& r, const Result& correct) { in ResultOkay()
518 Result correct; in RunCase() local
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuaresActivity.kt291 val correct = q.check(column, row) in check() constant

12345678