Searched refs:arr (Results 1 – 1 of 1) sorted by relevance
77 const uint32_t *arr = &__inv_pio4[(xi >> 26) & 15]; in reduce_large() local84 res0 = xi * arr[0]; in reduce_large()85 res1 = (uint64_t)xi * arr[4]; in reduce_large()86 res2 = (uint64_t)xi * arr[8]; in reduce_large()
Completed in 3 milliseconds