Home | History | Annotate | Download | only in 642-fp-callees

Lines Matching refs:temp

46   double temp = array[0];
47 CHECK_EQ(bit_cast<int64_t>(a), bit_cast<int64_t>(temp));
48 temp = array[1];
49 CHECK_EQ(bit_cast<int64_t>(b), bit_cast<int64_t>(temp));
50 temp = array[2];
51 CHECK_EQ(bit_cast<int64_t>(c), bit_cast<int64_t>(temp));
52 temp = array[3];
53 CHECK_EQ(bit_cast<int64_t>(d), bit_cast<int64_t>(temp));
54 temp = array[4];
55 CHECK_EQ(bit_cast<int64_t>(e), bit_cast<int64_t>(temp));
56 temp = array[5];
57 CHECK_EQ(bit_cast<int64_t>(f), bit_cast<int64_t>(temp));
58 temp = array[6];
59 CHECK_EQ(bit_cast<int64_t>(g), bit_cast<int64_t>(temp));
60 temp = array[7];
61 CHECK_EQ(bit_cast<int64_t>(h), bit_cast<int64_t>(temp));
62 temp = array[8];
63 CHECK_EQ(bit_cast<int64_t>(i), bit_cast<int64_t>(temp));
64 temp = array[9];
65 CHECK_EQ(bit_cast<int64_t>(j), bit_cast<int64_t>(temp));
66 temp = array[10];
67 CHECK_EQ(bit_cast<int64_t>(k), bit_cast<int64_t>(temp));
68 temp = array[11];
69 CHECK_EQ(bit_cast<int64_t>(l), bit_cast<int64_t>(temp));