Searched refs:exp8 (Results 1 – 4 of 4) sorted by relevance
491 std::string exp8; in checkNorm() local492 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()
396 PolyParser_exp_return * exp8 = nil ;595 exp8 = [self exp];600 [treeAdaptor addChild:[exp8 getTree] toTree:root_0];
216 UINT_32 exp8 = value.i >> 23; in Flt32sToInt32s() local217 UINT_32 shift = 126 - exp8 + 24 - bits; in Flt32sToInt32s()