Home
last modified time | relevance | path

Searched refs:get_sign (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dheap-number-inl.h44 int HeapNumber::get_sign() { in get_sign() function in v8::internal::HeapNumber
H A Dheap-number.h30 inline int get_sign();
/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c224 #define get_sign(f) (((f) >> 31) & 0x1) macro
250 else if (get_sign(f)) in process_float()
264 *sample = get_sign(f) ? -value : value; in process_float()
282 crc = crc * 27 + get_mantissa(f) * 9 + get_exponent(f) * 3 + get_sign(f); in scan_float()
292 crc = crc * 27 + get_mantissa(f) * 9 + get_exponent(f) * 3 + get_sign(f); in scan_float()
297 crc = crc * 27 + get_mantissa(f) * 9 + get_exponent(f) * 3 + get_sign(f); in scan_float()
2198 put_bits(pb, 1, get_sign(*sample)); in pack_float_sample()
2203 put_bits(pb, 1, get_sign(*sample)); in pack_float_sample()

Completed in 5 milliseconds