Searched refs:multiply (Results 1 – 19 of 19) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | ure_sub.py | 17 def multiply(m): function 21 print(re.sub("\d+", multiply, "10 20 30 40 50"))
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | alpha_processing.c | 258 static WEBP_INLINE uint8_t multiply(uint8_t x, uint32_t m) { in multiply() function 272 const uint8_t r = multiply(dither_hi(rg), mult); in ApplyAlphaMultiply4444_C() 273 const uint8_t g = multiply(dither_lo(rg), mult); in ApplyAlphaMultiply4444_C() 274 const uint8_t b = multiply(dither_hi(ba), mult); in ApplyAlphaMultiply4444_C()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | input_data.py | 405 scaled_foreground = tf.multiply(wav_decoder.audio, 424 background_mul = tf.multiply(self.background_data_placeholder_, 472 int16_input = tf.cast(tf.multiply(background_clamp, 32768), tf.int16) 481 self.output_ = tf.multiply(micro_frontend, (10.0 / 256.0)) 668 scaled_foreground = tf.multiply(wav_decoder.audio,
|
A D | freeze.py | 134 tf.multiply(decoded_sample_data.audio, 32767), tf.int16) 143 fingerprint_input = tf.multiply(micro_frontend, (10.0 / 256.0))
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objcomplex.c | 199 multiply: in mp_obj_complex_binary_op() 225 goto multiply; in mp_obj_complex_binary_op()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-ios.md | 160 … SDL_JoystickGetAxis() reported values BACK to units of g-force, simply multiply the values by SDL…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | install.txt | 502 CPUs, a 16x16=>32 bit multiply instruction is faster than a full 32x32=>32 503 bit multiply. Unfortunately there is no portable way to specify such a 519 after tweaking the integer multiply macros. In that case you may want to
|
A D | aclocal.m4 | 6970 # version 8.0 and above of icpc choke on multiply defined symbols
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 359 * Fix the inline assembly for the MPI multiply helper function for i386 and 3105 * Added multiply assembly code for the TriCore and modified 3107 * Added multiply assembly code for 64-bit PowerPCs, 3117 * Added multiply assembly code for SPARC and Alpha 3129 * Added multiply asm code for SSE2, ARM, PPC, MIPS and M68K
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1135 61b605b4 Merge "fix of undefined multiply (int32 overflow)" 1137 f5ca40e0 fix of undefined multiply (int32 overflow)
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 859 to remove the gamma encoding and multiply out the alpha 963 you need to undo the gamma encoding and multiply out the alpha.
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | libtool.m4 | 5889 # version 8.0 and above of icpc choke on multiply defined symbols
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | libtool.m4 | 6435 # version 8.0 and above of icpc choke on multiply defined symbols
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | libtool.m4 | 6979 # version 8.0 and above of icpc choke on multiply defined symbols
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | libtool.m4 | 6960 # version 8.0 and above of icpc choke on multiply defined symbols
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | libtool.m4 | 6960 # version 8.0 and above of icpc choke on multiply defined symbols
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | aclocal.m4 | 6430 # version 8.0 and above of icpc choke on multiply defined symbols
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | aclocal.m4 | 6430 # version 8.0 and above of icpc choke on multiply defined symbols
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 2974 multiply two integers. Returns zero if there is an integer
|
Completed in 93 milliseconds