Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/ld/ld80/
De_powl.c189 long double F, Fa, Fb, G, Ga, Gb, H, Ha, Hb; in powl() local
406 Fa = reducl(F); in powl()
407 Fb = F - Fa; in powl()
409 G = Fa + w * ya; in powl()