| /external/cronet/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/ |
| D | test.hpp | 32 const char* correct; member 39 const char* correct; member 53 const char* correct; member 60 const char* correct; member
|
| /external/deqp-deps/SPIRV-Tools/test/fuzz/ |
| D | transformation_add_parameter_test.cpp | 140 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
|
| /external/angle/third_party/spirv-tools/src/test/fuzz/ |
| D | transformation_add_parameter_test.cpp | 140 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
|
| /external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| D | transformation_add_parameter_test.cpp | 140 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
|
| /external/OpenCL-CTS/test_conformance/math_brute_force/ |
| D | macro_binary_float.cpp | 393 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
|
| D | macro_binary_double.cpp | 402 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
|
| D | macro_unary_double.cpp | 234 cl_long correct = dfunc.i_f(+0.0f); in Test() local 260 int64_t correct = -dfunc.i_f(+0.0f); in Test() local
|
| D | macro_unary_float.cpp | 237 int correct = ref_func(+0.0f); in Test() local 262 int correct = -ref_func(+0.0f); in Test() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/filter/ |
| D | KalmanFilter.java | 327 public void correct(final double[] z) in correct() method in KalmanFilter 340 public void correct(final RealVector z) in correct() method in KalmanFilter
|
| /external/libpng/contrib/libtests/ |
| D | tarith.c | 801 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
|
| /external/sg3_utils/src/ |
| D | sg_read_long.c | 95 process_read_long(int sg_fd, bool do_16, bool pblock, bool correct, in process_read_long() 128 bool correct = false; in main() local
|
| /external/compiler-rt/test/builtins/Unit/ |
| D | powidf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powidf2() local
|
| D | powisf2_test.c | 25 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powisf2() local
|
| D | powitf2_test.c | 28 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powitf2() local
|
| D | powixf2_test.c | 27 int correct = (x == expected) && (signbit(x) == signbit(expected)); in test__powixf2() local
|
| /external/rust/crates/tungstenite/src/handshake/ |
| D | client.rs | 326 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
|
| /external/rust/crates/ciborium/tests/ |
| D | error.rs | 35 let correct = match error { in test() localVariable
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/encodings/ |
| D | PKCS1Encoding.java | 247 int correct = 0; in checkPkcs1Encoding() local 320 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); in decodeBlockOrRandom() local
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/ |
| D | PKCS1Encoding.java | 245 int correct = 0; in checkPkcs1Encoding() local 318 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); in decodeBlockOrRandom() local
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/encodings/ |
| D | PKCS1Encoding.java | 247 int correct = 0; in checkPkcs1Encoding() local 320 int correct = PKCS1Encoding.checkPkcs1Encoding(data, this.pLen); in decodeBlockOrRandom() local
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue440/ |
| D | LiteralWithTrailingSpacesTest.java | 26 String correct = "this is some text with \"quotes\" and\nline breaks"; in testLiteral() local
|
| /external/OpenCL-CTS/test_conformance/select/ |
| D | util_select.cpp | 640 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 …]
|
| /external/llvm-libc/test/src/math/exhaustive/ |
| D | hypotf_test.cpp | 38 bool correct = TEST_FP_EQ(LIBC_NAMESPACE::fputil::hypot(x, y), in check() local
|
| D | sincosf_test.cpp | 33 bool correct = TEST_MPFR_MATCH_ROUNDING_SILENTLY(mpfr::Operation::Sin, x, in check() local
|
| /external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/modules/ |
| D | ModuleBuildersTest.kt | 159 val correct = serializersModuleOf(ASerializer) in <lambda>() constant 168 val correct = serializersModuleOf(ASerializer) in <lambda>() constant
|