#include <stdint.h>
#include "platform.h"
#include "primitives.h"
Go to the source code of this file.
◆ softfloat_approxRecipSqrt_1k0s
const uint16_t softfloat_approxRecipSqrt_1k0s[16] |
Initial value:= {
0xB4C9, 0xFFAB, 0xAA7D, 0xF11C, 0xA1C5, 0xE4C7, 0x9A43, 0xDA29,
0x93B5, 0xD0E5, 0x8DED, 0xC8B7, 0x88C6, 0xC16D, 0x8424, 0xBAE1
}
Definition at line 41 of file s_approxRecipSqrt_1Ks.c.
41 {
42 0xB4C9, 0xFFAB, 0xAA7D, 0xF11C, 0xA1C5, 0xE4C7, 0x9A43, 0xDA29,
43 0x93B5, 0xD0E5, 0x8DED, 0xC8B7, 0x88C6, 0xC16D, 0x8424, 0xBAE1
44};
◆ softfloat_approxRecipSqrt_1k1s
const uint16_t softfloat_approxRecipSqrt_1k1s[16] |
Initial value:= {
0xA5A5, 0xEA42, 0x8C21, 0xC62D, 0x788F, 0xAA7F, 0x6928, 0x94B6,
0x5CC7, 0x8335, 0x52A6, 0x74E2, 0x4A3E, 0x68FE, 0x432B, 0x5EFD
}
Definition at line 45 of file s_approxRecipSqrt_1Ks.c.
45 {
46 0xA5A5, 0xEA42, 0x8C21, 0xC62D, 0x788F, 0xAA7F, 0x6928, 0x94B6,
47 0x5CC7, 0x8335, 0x52A6, 0x74E2, 0x4A3E, 0x68FE, 0x432B, 0x5EFD
48};