Searched refs:portFLOP_STORAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
51 #define portFLOP_STORAGE_SIZE ( portFLOP_REGISTERS_TO_STORE * 4 ) macro249 pulFlopBuffer = ( uint32_t * ) pvPortMalloc( portFLOP_STORAGE_SIZE ); in xPortUsesFloatingPoint()254 memset( ( void * ) pulFlopBuffer, 0x00, portFLOP_STORAGE_SIZE ); in xPortUsesFloatingPoint()