Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/math/
Dj0.c215 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
272 else if (ix >= 0x40122E8B){p = pR5; q = pS5;} in pzero()
Dj0f.c154 static const float pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
211 else if (ix >= 0x409173eb){p = pR5; q = pS5;} in pzerof()
/third_party/musl/src/math/
Dj0.c215 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
272 else if (ix >= 0x40122E8B){p = pR5; q = pS5;} in pzero()
Dj0f.c154 static const float pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
211 else if (ix >= 0x409173eb){p = pR5; q = pS5;} in pzerof()