OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedFlt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp
381
volatile float flt,
expectedFlt
; // Use volatile in order to get around an Intel compiler issue.
432
expectedFlt
= (float)atof(u_austrcpy(cBuffer, expectedResult));
435
if (flt !=
expectedFlt
) {
437
i, flt,
expectedFlt
);
[
all
...]
/external/icu/icu4c/source/test/iotest/
iotest.cpp
381
volatile float flt,
expectedFlt
; // Use volatile in order to get around an Intel compiler issue.
432
expectedFlt
= (float)atof(u_austrcpy(cBuffer, expectedResult));
435
if (flt !=
expectedFlt
) {
437
i, flt,
expectedFlt
);
[
all
...]
Completed in 162 milliseconds