Home
last modified time | relevance | path

Searched refs:expected3 (Results 1 – 25 of 777) sorted by relevance

12345678910>>...32

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/tests/core/
H A Dedition.rs230 let expected3 = Matrix3x4::new( in remove_columns() localVariable
237 assert_eq!(m.remove_column(2), expected3); in remove_columns()
249 let expected3 = Matrix3::new( in remove_columns() localVariable
342 let expected3 = Matrix4x3::new( in remove_rows() localVariable
350 assert_eq!(m.remove_row(2), expected3); in remove_rows()
362 let expected3 = Matrix3::new( in remove_rows() localVariable
451 let expected3 = Matrix5x4::new( in insert_columns() localVariable
476 let expected3 = Matrix5::new( in insert_columns() localVariable
523 let expected3 = Matrix4x5::new( in insert_rows() localVariable
531 assert_eq!(m.insert_row(2, 0), expected3); in insert_rows()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/tests/core/
H A Dedition.rs230 let expected3 = Matrix3x4::new( in remove_columns() localVariable
237 assert_eq!(m.remove_column(2), expected3); in remove_columns()
249 let expected3 = Matrix3::new( in remove_columns() localVariable
342 let expected3 = Matrix4x3::new( in remove_rows() localVariable
350 assert_eq!(m.remove_row(2), expected3); in remove_rows()
362 let expected3 = Matrix3::new( in remove_rows() localVariable
451 let expected3 = Matrix5x4::new( in insert_columns() localVariable
476 let expected3 = Matrix5::new( in insert_columns() localVariable
523 let expected3 = Matrix4x5::new( in insert_rows() localVariable
531 assert_eq!(m.insert_row(2, 0), expected3); in insert_rows()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/tests/core/
H A Dedition.rs331 let expected3 = DMatrix::from_row_slice(5, 2, &[ in remove_columns_at() localVariable
364 let expected3 = Matrix4x3::new( in remove_rows() localVariable
372 assert_eq!(m.remove_row(2), expected3); in remove_rows()
384 let expected3 = Matrix3::new( in remove_rows() localVariable
442 let expected3 = DMatrix::from_row_slice(2, 5, &[ in remove_rows_at() localVariable
474 let expected3 = Matrix5x4::new( in insert_columns() localVariable
483 assert_eq!(m.insert_column(2, 0), expected3); in insert_columns()
499 let expected3 = Matrix5::new( in insert_columns() localVariable
548 let expected3 = Matrix4x5::new( in insert_rows() localVariable
556 assert_eq!(m.insert_row(2, 0), expected3); in insert_rows()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/enum/
H A DEnumMembersOrder.out2 EnumMembersOrder.java:11:17: compiler.err.expected3: ',', '}', ';'
4 EnumMembersOrder.java:11:31: compiler.err.expected3: class, interface, enum
5 EnumMembersOrder.java:17:13: compiler.err.expected3: class, interface, enum
6 EnumMembersOrder.java:19:1: compiler.err.expected3: class, interface, enum
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/enum/
H A DEnumMembersOrder.out2 EnumMembersOrder.java:11:17: compiler.err.expected3: ',', '}', ';'
4 EnumMembersOrder.java:11:31: compiler.err.expected3: class, interface, enum
5 EnumMembersOrder.java:17:13: compiler.err.expected3: class, interface, enum
6 EnumMembersOrder.java:19:1: compiler.err.expected3: class, interface, enum
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/enum/
H A DEnumMembersOrder.out2 EnumMembersOrder.java:11:17: compiler.err.expected3: ',', '}', ';'
4 EnumMembersOrder.java:11:31: compiler.err.expected3: class, interface, enum
5 EnumMembersOrder.java:17:13: compiler.err.expected3: class, interface, enum
6 EnumMembersOrder.java:19:1: compiler.err.expected3: class, interface, enum
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/enum/
H A DEnumMembersOrder.out2 EnumMembersOrder.java:11:17: compiler.err.expected3: ',', '}', ';'
4 EnumMembersOrder.java:11:31: compiler.err.expected3: class, interface, enum
5 EnumMembersOrder.java:17:13: compiler.err.expected3: class, interface, enum
6 EnumMembersOrder.java:19:1: compiler.err.expected3: class, interface, enum
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/enum/
H A DEnumMembersOrder.out2 EnumMembersOrder.java:11:17: compiler.err.expected3: ',', '}', ';'
4 EnumMembersOrder.java:11:31: compiler.err.expected3: class, interface, enum
5 EnumMembersOrder.java:17:13: compiler.err.expected3: class, interface, enum
6 EnumMembersOrder.java:19:1: compiler.err.expected3: class, interface, enum
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/enum/
H A DEnumMembersOrder.out2 EnumMembersOrder.java:11:17: compiler.err.expected3: ',', '}', ';'
4 EnumMembersOrder.java:11:31: compiler.err.expected3: class, interface, enum
5 EnumMembersOrder.java:17:13: compiler.err.expected3: class, interface, enum
6 EnumMembersOrder.java:19:1: compiler.err.expected3: class, interface, enum
/dports/devel/spark/spark-2.1.1/mllib-local/src/test/scala/org/apache/spark/ml/linalg/
H A DBLASSuite.scala244 assert(C3 ~== expected3 absTol 1e-15)
245 assert(C4 ~== expected3 absTol 1e-15)
281 assert(C7 ~== expected3 absTol 1e-15)
282 assert(C8 ~== expected3 absTol 1e-15)
285 assert(C11 ~== expected3 absTol 1e-15)
286 assert(C12 ~== expected3 absTol 1e-15)
370 assert(y9 ~== expected3 absTol 1e-15)
371 assert(y10 ~== expected3 absTol 1e-15)
372 assert(y11 ~== expected3 absTol 1e-15)
373 assert(y12 ~== expected3 absTol 1e-15)
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/external/asm/org/objectweb/asm/tree/analysis/
H A DBasicVerifier.java320 Value expected3; in ternaryOperation() local
324 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
332 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
336 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
340 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
344 expected3 = BasicValue.LONG_VALUE; in ternaryOperation()
348 expected3 = BasicValue.FLOAT_VALUE; in ternaryOperation()
352 expected3 = BasicValue.DOUBLE_VALUE; in ternaryOperation()
356 expected3 = BasicValue.REFERENCE_VALUE; in ternaryOperation()
368 } else if (!isSubTypeOf(value3, expected3)) { in ternaryOperation()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/external/asm/org/objectweb/asm/tree/analysis/
H A DBasicVerifier.java320 Value expected3; in ternaryOperation() local
324 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
332 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
336 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
340 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
344 expected3 = BasicValue.LONG_VALUE; in ternaryOperation()
348 expected3 = BasicValue.FLOAT_VALUE; in ternaryOperation()
352 expected3 = BasicValue.DOUBLE_VALUE; in ternaryOperation()
356 expected3 = BasicValue.REFERENCE_VALUE; in ternaryOperation()
368 } else if (!isSubTypeOf(value3, expected3)) { in ternaryOperation()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/external/asm/org/objectweb/asm/tree/analysis/
H A DBasicVerifier.java320 Value expected3; in ternaryOperation() local
324 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
332 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
336 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
340 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
344 expected3 = BasicValue.LONG_VALUE; in ternaryOperation()
348 expected3 = BasicValue.FLOAT_VALUE; in ternaryOperation()
352 expected3 = BasicValue.DOUBLE_VALUE; in ternaryOperation()
356 expected3 = BasicValue.REFERENCE_VALUE; in ternaryOperation()
368 } else if (!isSubTypeOf(value3, expected3)) { in ternaryOperation()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/external/asm/org/objectweb/asm/tree/analysis/
H A DBasicVerifier.java320 Value expected3; in ternaryOperation() local
324 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
332 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
336 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
340 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
344 expected3 = BasicValue.LONG_VALUE; in ternaryOperation()
348 expected3 = BasicValue.FLOAT_VALUE; in ternaryOperation()
352 expected3 = BasicValue.DOUBLE_VALUE; in ternaryOperation()
356 expected3 = BasicValue.REFERENCE_VALUE; in ternaryOperation()
368 } else if (!isSubTypeOf(value3, expected3)) { in ternaryOperation()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/external/asm/org/objectweb/asm/tree/analysis/
H A DBasicVerifier.java320 Value expected3; in ternaryOperation() local
324 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
332 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
336 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
340 expected3 = BasicValue.INT_VALUE; in ternaryOperation()
344 expected3 = BasicValue.LONG_VALUE; in ternaryOperation()
348 expected3 = BasicValue.FLOAT_VALUE; in ternaryOperation()
352 expected3 = BasicValue.DOUBLE_VALUE; in ternaryOperation()
356 expected3 = BasicValue.REFERENCE_VALUE; in ternaryOperation()
368 } else if (!isSubTypeOf(value3, expected3)) { in ternaryOperation()
[all …]
/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/mllib/linalg/
H A DBLASSuite.scala244 assert(C3 ~== expected3 absTol 1e-15)
245 assert(C4 ~== expected3 absTol 1e-15)
281 assert(C7 ~== expected3 absTol 1e-15)
282 assert(C8 ~== expected3 absTol 1e-15)
285 assert(C11 ~== expected3 absTol 1e-15)
286 assert(C12 ~== expected3 absTol 1e-15)
370 assert(y9 ~== expected3 absTol 1e-15)
371 assert(y10 ~== expected3 absTol 1e-15)
372 assert(y11 ~== expected3 absTol 1e-15)
373 assert(y12 ~== expected3 absTol 1e-15)
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/sync2/
H A Dtee_test.go204 expected3 := testrand.Bytes(testBlockSize * 3)
208 n, err := writer.Write(expected3)
210 eqint(len(expected3), n),
214 full := make([]byte, len(expected3))
217 eqint(len(expected3), n),
218 eqdata(expected3, full),
222 full := make([]byte, len(expected3))
225 eqint(len(expected3), n),
226 eqdata(expected3, full),
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/sync2/
H A Dtee_test.go204 expected3 := testrand.Bytes(testBlockSize * 3)
208 n, err := writer.Write(expected3)
210 eqint(len(expected3), n),
214 full := make([]byte, len(expected3))
217 eqint(len(expected3), n),
218 eqdata(expected3, full),
222 full := make([]byte, len(expected3))
225 eqint(len(expected3), n),
226 eqdata(expected3, full),
/dports/devel/gnulib/gnulib-20140202-stable/tests/unistdio/
H A Dtest-u16-printf1.h250 static const uint16_t expected3[] = in test_xfunction() local
257 || u16_strcmp (result, expected3) == 0 in test_xfunction()
269 static const uint16_t expected3[] = in test_xfunction() local
276 || u16_strcmp (result, expected3) == 0 in test_xfunction()
294 static const uint16_t expected3[] = in test_xfunction() local
307 || u16_strcmp (result, expected3) == 0 in test_xfunction()
333 static const uint16_t expected3[] = in test_xfunction() local
370 static const uint16_t expected3[] = in test_xfunction() local
393 static const uint16_t expected3[] = in test_xfunction() local
418 static const uint16_t expected3[] = in test_xfunction() local
[all …]
H A Dtest-u32-printf1.h250 static const uint32_t expected3[] = in test_xfunction() local
257 || u32_strcmp (result, expected3) == 0 in test_xfunction()
269 static const uint32_t expected3[] = in test_xfunction() local
276 || u32_strcmp (result, expected3) == 0 in test_xfunction()
294 static const uint32_t expected3[] = in test_xfunction() local
307 || u32_strcmp (result, expected3) == 0 in test_xfunction()
333 static const uint32_t expected3[] = in test_xfunction() local
370 static const uint32_t expected3[] = in test_xfunction() local
393 static const uint32_t expected3[] = in test_xfunction() local
418 static const uint32_t expected3[] = in test_xfunction() local
[all …]
H A Dtest-u8-printf1.h216 static const uint8_t expected3[] = "0x6.488p-1 33"; in test_xfunction() local
221 || u8_strcmp (result, expected3) == 0 in test_xfunction()
231 static const uint8_t expected3[] = " 0x7p-2 33"; in test_xfunction() local
236 || u8_strcmp (result, expected3) == 0 in test_xfunction()
251 || u8_strcmp (result, expected3) == 0 in test_xfunction()
266 || u8_strcmp (result, expected3) == 0 in test_xfunction()
276 static const uint8_t expected3[] = "0x6.488p-1 33"; in test_xfunction() local
281 || u8_strcmp (result, expected3) == 0 in test_xfunction()
296 || u8_strcmp (result, expected3) == 0 in test_xfunction()
311 || u8_strcmp (result, expected3) == 0 in test_xfunction()
[all …]
/dports/devel/libunistring/libunistring-0.9.10/tests/unistdio/
H A Dtest-u16-printf1.h250 static const uint16_t expected3[] = in test_xfunction() local
257 || u16_strcmp (result, expected3) == 0 in test_xfunction()
269 static const uint16_t expected3[] = in test_xfunction() local
276 || u16_strcmp (result, expected3) == 0 in test_xfunction()
294 static const uint16_t expected3[] = in test_xfunction() local
307 || u16_strcmp (result, expected3) == 0 in test_xfunction()
333 static const uint16_t expected3[] = in test_xfunction() local
370 static const uint16_t expected3[] = in test_xfunction() local
393 static const uint16_t expected3[] = in test_xfunction() local
418 static const uint16_t expected3[] = in test_xfunction() local
[all …]
H A Dtest-u32-printf1.h250 static const uint32_t expected3[] = in test_xfunction() local
257 || u32_strcmp (result, expected3) == 0 in test_xfunction()
269 static const uint32_t expected3[] = in test_xfunction() local
276 || u32_strcmp (result, expected3) == 0 in test_xfunction()
294 static const uint32_t expected3[] = in test_xfunction() local
307 || u32_strcmp (result, expected3) == 0 in test_xfunction()
333 static const uint32_t expected3[] = in test_xfunction() local
370 static const uint32_t expected3[] = in test_xfunction() local
393 static const uint32_t expected3[] = in test_xfunction() local
418 static const uint32_t expected3[] = in test_xfunction() local
[all …]
H A Dtest-u8-printf1.h216 static const uint8_t expected3[] = "0x6.488p-1 33"; in test_xfunction() local
221 || u8_strcmp (result, expected3) == 0 in test_xfunction()
231 static const uint8_t expected3[] = " 0x7p-2 33"; in test_xfunction() local
236 || u8_strcmp (result, expected3) == 0 in test_xfunction()
251 || u8_strcmp (result, expected3) == 0 in test_xfunction()
266 || u8_strcmp (result, expected3) == 0 in test_xfunction()
276 static const uint8_t expected3[] = "0x6.488p-1 33"; in test_xfunction() local
281 || u8_strcmp (result, expected3) == 0 in test_xfunction()
296 || u8_strcmp (result, expected3) == 0 in test_xfunction()
311 || u8_strcmp (result, expected3) == 0 in test_xfunction()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/unistdio/
H A Dtest-u16-printf1.h250 static const uint16_t expected3[] = in test_xfunction() local
257 || u16_strcmp (result, expected3) == 0 in test_xfunction()
269 static const uint16_t expected3[] = in test_xfunction() local
276 || u16_strcmp (result, expected3) == 0 in test_xfunction()
294 static const uint16_t expected3[] = in test_xfunction() local
307 || u16_strcmp (result, expected3) == 0 in test_xfunction()
333 static const uint16_t expected3[] = in test_xfunction() local
370 static const uint16_t expected3[] = in test_xfunction() local
393 static const uint16_t expected3[] = in test_xfunction() local
418 static const uint16_t expected3[] = in test_xfunction() local
[all …]

12345678910>>...32