Home | History | Annotate | Download | only in cctest

Lines Matching defs:res

69   intptr_t res = reinterpret_cast<intptr_t>(
71 ::printf("f() = %" V8PRIdPTR "\n", res);
72 CHECK_EQ(7, static_cast<int>(res));
108 intptr_t res = reinterpret_cast<intptr_t>(
110 ::printf("f() = %" V8PRIdPTR "\n", res);
111 CHECK_EQ(5050, static_cast<int>(res));
159 intptr_t res = reinterpret_cast<intptr_t>(
161 ::printf("f() = %" V8PRIdPTR "\n", res);
162 CHECK_EQ(3628800, static_cast<int>(res));
235 intptr_t res = reinterpret_cast<intptr_t>(
237 ::printf("f() = %" V8PRIdPTR "\n", res);
238 CHECK_EQ(101010, static_cast<int>(res));
409 int res = reinterpret_cast<int>(
411 ::printf("f() = %d\n", res);
412 CHECK_EQ(-7, res);
445 int res = reinterpret_cast<int>(
447 ::printf("f() = %d\n", res);
448 CHECK_EQ(382, res);
521 int res = reinterpret_cast<int>(
523 ::printf("res = %d\n", res);
524 CHECK_EQ(expected, res);