Searched refs:rom_table (Results 1 – 2 of 2) sorted by relevance
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_init_rom.c | 24 void *rom_table = rom_data_lookup(rom_table_code('S', 'F')); in __aeabi_float_init() local 27 memcpy(&sf_table, rom_table, SF_TABLE_V1_SIZE); in __aeabi_float_init() 58 memcpy(&sf_table, rom_table, SF_TABLE_V1_SIZE); in __aeabi_float_init() 66 assert(*((uint8_t *)rom_table-2) * 4 >= SF_TABLE_V2_SIZE); in __aeabi_float_init() 67 memcpy(&sf_table, rom_table, SF_TABLE_V2_SIZE); in __aeabi_float_init()
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_init_rom.c | 49 void *rom_table = rom_data_lookup(rom_table_code('S', 'D')); in __aeabi_double_init() local 51 memcpy(&sd_table, rom_table, SF_TABLE_V2_SIZE); in __aeabi_double_init()
|
Completed in 2 milliseconds