Searched refs:representation (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | time.h | 38 Duration DurationFromSeconds(RepresentationType representation) { in DurationFromSeconds() argument 40 std::chrono::duration<RepresentationType>(representation)); in DurationFromSeconds() 44 Duration DurationFromMilliseconds(RepresentationType representation) { in DurationFromMilliseconds() argument 46 std::chrono::duration<RepresentationType, std::milli>(representation)); in DurationFromMilliseconds() 50 Duration DurationFromNanoseconds(RepresentationType representation) { in DurationFromNanoseconds() argument 52 std::chrono::duration<RepresentationType, std::nano>(representation)); in DurationFromNanoseconds()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | TODO | 37 - ensure string canonical representation and optimise comparisons and hashes?
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x64/ |
A D | LICENSE.jpeg.txt | 19 The authors make NO WARRANTY or representation, either express or implied,
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x86/ |
A D | LICENSE.jpeg.txt | 19 The authors make NO WARRANTY or representation, either express or implied,
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1951.txt | 72 2. Compressed representation overview ............................. 4 187 2. Compressed representation overview 200 describe the representation of the compressed data part, and a 206 pair <length, backward distance>. The representation used in the 537 read representation of code trees (see
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 113 Return the number of trailing zeros in the two's complement binary representation of a. Return -1 i… 317 @item the exponent size in bits assuming an IEEE 754 representation; 346 environment assuming an IEEE 754 representation. The initial value is 406 assuming an IEEE 754 representation.
|
A D | quickjs.texi | 926 representation such as a parse tree, hence it is very fast. Several 1020 to store 64-bit floating point numbers. The representation is
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CONTRIBUTING.md | 80 * a `TESTNAME.expected` file, that contains a flatened representation of the
|
/AliOS-Things-master/components/SDL2/test/ |
A D | utf8.txt | 241 4.3 Overlong representation of the NUL character |
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | usage.txt | 484 It can translate the coded representation from one variant of JPEG to another, 505 To specify the coded JPEG representation used in the output file,
|
A D | README | 113 The authors make NO WARRANTY or representation, either express or implied,
|
A D | structure.txt | 107 8-bit external representation. 118 steps are responsible for converting a normal image representation to or from
|
A D | libjpeg.txt | 1354 data in the same inverted-YCCK representation used in bare JPEG files, but 2514 lengths exclude the marker length word, whereas the stored representation 3051 The JPEG library proper does not assume ASCII representation of characters.
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 1204 buffer after DER certificates to be included in the raw representation. 2470 * More advanced SSL ciphersuite representation and moved to more dynamic
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 482 /* Support for Weierstrass curves with Jacobi representation */
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 939 representation of non-opaque pixels are irrelevant. 4919 representation of these values. Consequently a "string" API
|
A D | CHANGES | 2956 Revised png_get_int_32 to undo the PNG two's complement representation of 3449 of the stored value cannot overflow the fixed point representation,
|
Completed in 47 milliseconds