Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/ieee754/dbl-64/
Dmath_config.h158 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
174 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
De_log.c117 r = (z - T2[i].chi - T2[i].clo) * invc; in __log()
De_log2.c120 r = (z - T2[i].chi - T2[i].clo) * invc; in __log2()