integer_d        1302 core/ArrayClass.cpp 		uint32 deleteCount = (d_deleteCount < 0) ? 0 : AvmCore::integer_d(d_deleteCount);
integer_d         355 core/AvmCore-inlines.h 	return (int64_t)integer_d(d);
integer_d         399 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int AvmCore::integer_d(double d) 
integer_d        3887 core/AvmCore.cpp             AvmAssert(int32_t(atomGetIntptr(atom)) == (int32_t)integer_d(number(atom)));
integer_d        3897 core/AvmCore.cpp 			return (int32_t)integer_d(number(atom));
integer_d         826 core/AvmCore.h         static int integer_d(double d);
integer_d         115 core/CodegenLIR.cpp #define AVMCORE_integer_d       AvmCore::integer_d
integer_d        1081 core/CodegenLIR.cpp             if (call == FUNCTIONID(integer_d)) {
integer_d        1096 core/CodegenLIR.cpp                     return insImm(AvmCore::integer_d(v->imm64f()));
integer_d        1101 core/CodegenLIR.cpp                 if (call == FUNCTIONID(integer_d))
integer_d        2772 core/CodegenLIR.cpp                 localSet(loc, callIns(FUNCTIONID(integer_d), 1, ins), result);
integer_d        2790 core/CodegenLIR.cpp                 localSet(loc, callIns(FUNCTIONID(integer_d), 1, ins), result);
integer_d        1473 core/Interpreter.cpp 					i1 = (int32_t)AvmCore::integer_d(DOUBLE_VALUE(a1));
integer_d        1474 core/Interpreter.cpp 					i2 = (int32_t)AvmCore::integer_d(DOUBLE_VALUE(a2));
integer_d        1524 core/Interpreter.cpp 					i1 = (int32_t)AvmCore::integer_d(DOUBLE_VALUE(a1));
integer_d        1525 core/Interpreter.cpp 					i2 = (int32_t)AvmCore::integer_d(DOUBLE_VALUE(a2));