Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/basics/
A Dfrozenset_difference.py9 outs = [s.difference(),
10 s.difference(frozenset({1})),
11 s.difference(frozenset({1}), [1, 2]),
12 s.difference(frozenset({1}), {1, 2}, {2, 3})]
A Dset_difference.py3 outs = [s.difference(),
4 s.difference({1}),
5 s.difference({1}, [1, 2]),
6 s.difference({1}, {1, 2}, {2, 3})]
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_timer.c75 Uint32 difference; in timer_delayAndGetTicks() local
99 difference = result2 - result; in timer_delayAndGetTicks()
100 …st_AssertCheck(difference > (testDelay - marginOfError), "Check difference, expected: >%d, got: %d… in timer_delayAndGetTicks()
101 …st_AssertCheck(difference < (testDelay + marginOfError), "Check difference, expected: <%d, got: %d… in timer_delayAndGetTicks()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmath.c225 const mp_float_t difference = MICROPY_FLOAT_C_FUN(fabs)(a - b); in MATH_FUN_2() local
226 if (isinf(difference)) { // Either a or b is inf in MATH_FUN_2()
229 if ((difference <= abs_tol) || in MATH_FUN_2()
230 (difference <= MICROPY_FLOAT_C_FUN(fabs)(rel_tol * a)) || in MATH_FUN_2()
231 (difference <= MICROPY_FLOAT_C_FUN(fabs)(rel_tol * b))) { in MATH_FUN_2()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/
A Dportmacro.h130 …qual to 32. It is very rare that a system requires more than 10 to 15 difference priorities as ta…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtiffconf.h.in37 /* Pointer difference type */
A Dtiffconf.h.cmake.in40 /* Pointer difference type */
A Dtif_config.h.in317 /* Pointer difference type formatter */
320 /* Pointer difference type */
A Dtif_config.h.cmake.in206 /* Pointer difference type formatter */
/AliOS-Things-master/components/SDL2/docs/
A DREADME-gesture.md27 * event.dgesture.error - the difference between the gesture template and the actual performed …
/AliOS-Things-master/components/SDL2/src/image/external/
A Dtiff-4.0.9-win32config.patch402 +/* Pointer difference type formatter */
405 +/* Pointer difference type */
557 +/* Pointer difference type */
A Djpeg-9b.patch95 + * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure.ac59 dnl The difference between the newest and oldest interfaces that
399 # Determine the type to use for the difference between two pointers.
410 AC_MSG_CHECKING(for pointer difference type)
412 AC_DEFINE_UNQUOTED(TIFF_PTRDIFF_T,$PTRDIFF_T,[Pointer difference type])
413 AC_DEFINE_UNQUOTED(TIFF_PTRDIFF_FORMAT,$PTRDIFF_FORMAT,[Pointer difference type formatter])
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.txt50 * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
A Dusage.txt193 In this type of encoding the color difference
A Dinstall.txt753 model for any larger application. This won't make much difference in
A Dlibjpeg.txt829 difference for quality settings below 25, and it effectively prevents
3078 medium model for any larger application. This won't make much difference in
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME361 to the documentation, the difference between the 16bit and 32bit
396 undocumented difference. In the new version, the subtable header
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog206 edges do still do not intersect 100% due to the difference
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dpnglibconf.dfa691 # This controls how much a difference in gamma we can tolerate before
714 # it should not make much difference how big this is.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DFAQ322 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings?
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1951.txt521 The only difference between the two compressed cases is how the
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME535 -max_diff <int> ..... maximum allowed difference per channel
/AliOS-Things-master/components/mbedtls/
A DChangeLog337 is no functional difference. Contributed by Angus Gratton, and also
1709 * Fix timing difference that could theoretically lead to a
2857 ciphersuite respectively. This clarifies the difference
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak380 * macros as described above. The only difference is that you have to make sure

Completed in 32 milliseconds

12