Searched refs:DOUBLE_NUM (Results 1 – 3 of 3) sorted by relevance
47 static const uint8_t DOUBLE_NUM = 2; variable154 dstW = (dstW + 1) / DOUBLE_NUM * DOUBLE_NUM; in scale()155 dstH = (dstH + 1) / DOUBLE_NUM * DOUBLE_NUM; in scale()
31 const uint32_t DOUBLE_NUM = 2; variable104 if (tempFormatData.empty() || tempFormatData.length() % DOUBLE_NUM != 0) { in FormatDataToDomain()
25 #define DOUBLE_NUM 123.456 macro329 cJSON_AddNumberToObject(json, "test", DOUBLE_NUM);333 EXPECT_DOUBLE_EQ(target, DOUBLE_NUM);