Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dae_math.h34 #define AE_INT(x) ((int)(x)) macro
37 #define AE_SIGN(x) ((AE_INT(x) == 0 && (x) < 0) ? "-" : "")
39 #define AE_FRAC(x) ((int)(((x) > 0 ? ((x) - AE_INT(x)) : (AE_INT(x) - (x))) * 1000000))

Completed in 3 milliseconds