Home | History | Annotate | Download | only in iotest

Lines Matching defs:flt

381     volatile float flt, expectedFlt; // Use volatile in order to get around an Intel compiler issue.
433 uBufferLenReturned = u_sscanf_u(argument, format, &flt);
434 //uFileBufferLenReturned = u_fscanf_u(testFile, format, flt);
435 if (flt != expectedFlt) {
437 i, flt, expectedFlt);