/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | frozenset_difference.py | 9 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 D | set_difference.py | 3 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 D | testautomation_timer.c | 75 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 D | modmath.c | 225 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 D | portmacro.h | 130 …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 D | tiffconf.h.in | 37 /* Pointer difference type */
|
A D | tiffconf.h.cmake.in | 40 /* Pointer difference type */
|
A D | tif_config.h.in | 317 /* Pointer difference type formatter */ 320 /* Pointer difference type */
|
A D | tif_config.h.cmake.in | 206 /* Pointer difference type formatter */
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-gesture.md | 27 * event.dgesture.error - the difference between the gesture template and the actual performed …
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | tiff-4.0.9-win32config.patch | 402 +/* Pointer difference type formatter */ 405 +/* Pointer difference type */ 557 +/* Pointer difference type */
|
A D | jpeg-9b.patch | 95 + * 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 D | configure.ac | 59 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 D | jconfig.txt | 50 * If you defined HAVE_UNSIGNED_CHAR then the speed difference is minimal.
|
A D | usage.txt | 193 In this type of encoding the color difference
|
A D | install.txt | 753 model for any larger application. This won't make much difference in
|
A D | libjpeg.txt | 829 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 D | README | 361 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 D | ChangeLog | 206 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 D | pnglibconf.dfa | 691 # 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 D | FAQ | 322 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 D | rfc1951.txt | 521 The only difference between the two compressed cases is how the
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 535 -max_diff <int> ..... maximum allowed difference per channel
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 337 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 D | config.h.bak | 380 * macros as described above. The only difference is that you have to make sure
|