Home
last modified time | relevance | path

Searched refs:quotient (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/
A Dfast_math_functions.h296 q15_t *quotient,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/
A Dfast_math_functions.h296 q15_t *quotient,
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c316 #define FT_DIV_MOD( type, dividend, divisor, quotient, remainder ) \ argument
318 (quotient) = (type)( (dividend) / (divisor) ); \
322 (quotient)--; \
334 #define FT_DIV_MOD( type, dividend, divisor, quotient, remainder ) \ argument
336 (quotient) = (type)( (dividend) / (divisor) ); \
337 (remainder) = (type)( (dividend) - (quotient) * (divisor) ); \
340 (quotient)--; \
/AliOS-Things-master/components/mbedtls/library/
A Dbignum.c1343 mbedtls_t_udbl dividend, quotient; in mbedtls_int_div_int() local
1347 mbedtls_mpi_uint d0, d1, q0, q1, rAX, r0, quotient; in mbedtls_int_div_int()
1365 quotient = dividend / d; in mbedtls_int_div_int()
1366 if( quotient > ( (mbedtls_t_udbl) 1 << biL ) - 1 ) in mbedtls_int_div_int()
1367 quotient = ( (mbedtls_t_udbl) 1 << biL ) - 1; in mbedtls_int_div_int()
1370 *r = (mbedtls_mpi_uint)( dividend - (quotient * d ) ); in mbedtls_int_div_int()
1372 return (mbedtls_mpi_uint) quotient; in mbedtls_int_div_int()
1425 quotient = q1 * radix + q0; in mbedtls_int_div_int()
1427 return quotient; in mbedtls_int_div_int()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi96 Return an array of two elements. The first element is the quotient,
249 Floating point remainder. The quotient is truncated to zero (fmod) or

Completed in 18 milliseconds