Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Dj0.c291 static const double qR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */ variable
367 if (ix >= 0x40200000){p = qR8; q = qS8;} in qzero()
Dj0f.c230 static const float qR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */ variable
306 if (ix >= 0x41000000){p = qR8; q = qS8;} in qzerof()
/third_party/musl/src/math/
Dj0.c291 static const double qR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */ variable
367 if (ix >= 0x40200000){p = qR8; q = qS8;} in qzero()
Dj0f.c230 static const float qR8[6] = { /* for x in [inf, 8]=1/[0,0.125] */ variable
306 if (ix >= 0x41000000){p = qR8; q = qS8;} in qzerof()