Home
last modified time | relevance | path

Searched refs:multiply (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/extmod/
A Dure_sub.py17 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 Dalpha_processing.c258 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 Dinput_data.py405 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 Dfreeze.py134 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 Dobjcomplex.c199 multiply: in mp_obj_complex_binary_op()
225 goto multiply; in mp_obj_complex_binary_op()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-ios.md160 … 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 Dinstall.txt502 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 Daclocal.m46970 # version 8.0 and above of icpc choke on multiply defined symbols
/AliOS-Things-master/components/mbedtls/
A DChangeLog359 * 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 DChangeLog1135 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 Dlibpng-manual.txt859 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 Dlibtool.m45889 # version 8.0 and above of icpc choke on multiply defined symbols
/AliOS-Things-master/components/SDL2/acinclude/
A Dlibtool.m46435 # 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 Dlibtool.m46979 # 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 Dlibtool.m46960 # 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 Dlibtool.m46960 # version 8.0 and above of icpc choke on multiply defined symbols
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Daclocal.m46430 # version 8.0 and above of icpc choke on multiply defined symbols
/AliOS-Things-master/components/SDL2/src/gfx/
A Daclocal.m46430 # 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 DChangeLog2974 multiply two integers. Returns zero if there is an integer

Completed in 115 milliseconds