Searched refs:fxIntMax (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.4/build/demos/fx/test/src/ |
| D | fx_append_vec.c | 55 #define fxIntMax ( FX32_MAX & FX32_INT_MASK ) macro 64 {fxIntMax >> 6, 0x0, 0x0}, 65 {fxIntMax >> 5, 0x0, 0x0}, 66 {fxIntMax >> 4, 0x0, 0x0}, 67 {fxIntMax >> 3, 0x0, 0x0}, 68 {fxIntMax >> 2, 0x0, 0x0}, 69 {fxIntMax >> 1, 0x0, 0x0}, 70 {fxIntMax, 0x0, 0x0}, 75 {fxIntMax >> 5, fxIntMax >> 5, 0x0}, 76 {fxIntMax >> 4, fxIntMax >> 4, 0x0}, [all …]
|