Searched refs:exp2 (Results 1 – 5 of 5) sorted by relevance
250 exp2 = exp.split(" after ")251 if len(exp2) > 1:252 after = after + " ".join(exp2[1:])255 exp2 = exp.split(" before ")256 if len(exp2) > 1:257 before = before + " ".join(exp2[1:])
315 static uint8_t exp2[] = { 0x08, 0x3f, 0xa1 }; /* A capabilities cmd */ in test_connect() local343 g_assert(msglen == sizeof(exp2)); in test_connect()344 g_assert(memcmp(msg, exp2, msglen) == 0); in test_connect()
962 const char *iec_binary_prefix(unsigned int exp2) in iec_binary_prefix() argument966 assert(exp2 % 10 == 0 && exp2 / 10 < ARRAY_SIZE(prefixes)); in iec_binary_prefix()967 return prefixes[exp2 / 10]; in iec_binary_prefix()
20 const char *iec_binary_prefix(unsigned int exp2);
934 floatx80 exp2; member1256 extractFloatx80Frac(f2xm1_table[n].exp2), in helper_f2xm1()1258 aexp += extractFloatx80Exp(f2xm1_table[n].exp2) - 0x3ffe; in helper_f2xm1()