Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld80/
De_log2l.c110 #define LOG2EA 4.4269504088896340735992e-1L macro
192 z = y * LOG2EA; in log2l()
193 z += x * LOG2EA; in log2l()
De_powl.c174 #define LOG2EA 0.44269504088896340735992L macro
383 z = LOG2EA * w; in powl()
385 z += LOG2EA * x; in powl()
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/
De_log2l.c129 LOG2EA = 4.4269504088896340735992468100189213742664595E-1L, variable
240 z = y * LOG2EA; in log2l()
241 z += x * LOG2EA; in log2l()