Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/ld/common/
Ds_cbrtl.c30 float ft, fx; in cbrtl() local
84 SET_FLOAT_WORD(ft, ((hx & 0x7fffffff) / 3 + B1)); in cbrtl()
88 dt = (double)ft; in cbrtl()