Home
last modified time | relevance | path

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

/external/cronet/third_party/icu/source/test/intltest/
Dnormconf.cpp491 std::string exp8; in checkNorm() local
492 exp.toUTF8String(exp8); in checkNorm()
496 StringByteSink<std::string> sink(&out8, static_cast<int32_t>(exp8.length())); in checkNorm()
503 if (out8 != exp8) { in checkNorm()
505 modeString, s8.c_str(), out8.c_str(), exp8.c_str()); in checkNorm()
/external/icu/icu4c/source/test/intltest/
Dnormconf.cpp491 std::string exp8; in checkNorm() local
492 exp.toUTF8String(exp8); in checkNorm()
496 StringByteSink<std::string> sink(&out8, static_cast<int32_t>(exp8.length())); in checkNorm()
503 if (out8 != exp8) { in checkNorm()
505 modeString, s8.c_str(), out8.c_str(), exp8.c_str()); in checkNorm()
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DPolyParser.m396 PolyParser_exp_return * exp8 = nil ;
595 exp8 = [self exp];
600 [treeAdaptor addChild:[exp8 getTree] toTree:root_0];
/external/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp216 UINT_32 exp8 = value.i >> 23; in Flt32sToInt32s() local
217 UINT_32 shift = 126 - exp8 + 24 - bits; in Flt32sToInt32s()