Home
last modified time | relevance | path

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

/third_party/musl/src/math/
Dj1f.c243 static const float qr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
303 else if (ix >= 0x409173eb){p = qr5; q = qs5;} in qonef()
Dj1.c295 static const double qr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
355 else if (ix >= 0x40122E8B){p = qr5; q = qs5;} in qone()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dj1.c295 static const double qr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
355 else if (ix >= 0x40122E8B){p = qr5; q = qs5;} in qone()
Dj1f.c243 static const float qr5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */ variable
303 else if (ix >= 0x409173eb){p = qr5; q = qs5;} in qonef()
/third_party/qrcodegen/cpp/
DQrCodeGeneratorDemo.cpp159 const QrCode qr5 = QrCode::encodeSegments( in doSegmentDemo() local
162 printQr(qr5); in doSegmentDemo()