Searched refs:abs_value (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-score.c1868 unsigned long hi16_addend, hi16_offset, hi16_value, uvalue, offset, abs_value = 0; local
2048 abs_value = value = value - rel_addr + offset;
2050 if ((abs_value & 0x80000000) == 0x80000000)
2051 abs_value = 0xffffffff - value + 1;
2052 if ((abs_value & 0xfff80000) != 0)
2074 abs_value = value = value - rel_addr + offset;
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c2307 VALUE abs_value = BigDecimal_abs(self); local
2308 if (is_one(abs_value)) {
2311 else if (RTEST(rb_funcall(abs_value, '<', 1, INT2FIX(1)))) {

Completed in 231 milliseconds