HomeSort by: relevance | last modified time | path
    Searched defs:float128QOut (Results 1 - 2 of 2) sorted by relevancy

  /src/regress/lib/libc/ieeefp/testfloat/
testCases.c 2384 static const uint64 float128QOut[ float128NumQOut ] = {
2953 z.high = float128QOut[ expNum ] | float128P1[ sigNum ].high;
3004 z.high = float128QOut[ expNum ] | float128P2[ sigNum ].high;
3032 float128QOut[ randomUint8() % float128NumQOut ]
3049 float128QOut[ randomUint8() % float128NumQOut ]
testCases.c 2384 static const uint64 float128QOut[ float128NumQOut ] = {
2953 z.high = float128QOut[ expNum ] | float128P1[ sigNum ].high;
3004 z.high = float128QOut[ expNum ] | float128P2[ sigNum ].high;
3032 float128QOut[ randomUint8() % float128NumQOut ]
3049 float128QOut[ randomUint8() % float128NumQOut ]

Completed in 28 milliseconds