Home
last modified time | relevance | path

Searched refs:cbrt_table (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dcbrtf.c43 static const struct cbrt_table_entry cbrt_table[] = { variable
429 table = cbrt_table + mantissa_key + result.x % 3; in cbrtf()
440 table = cbrt_table + mantissa_key + result.x % 3; in cbrtf()