Searched refs:abs (Results 1 - 25 of 830) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/h8300/lib/
H A Dabs.S0 ;;; abs.S
12 .global SYMBOL_NAME(abs)
14 ;;; int abs(int n)
15 SYMBOL_NAME_LABEL(abs)
H A DMakefile5 lib-y = ashrdi3.o checksum.o memcpy.o memset.o abs.o romfs.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/h8300/lib/
H A Dabs.S0 ;;; abs.S
12 .global SYMBOL_NAME(abs)
14 ;;; int abs(int n)
15 SYMBOL_NAME_LABEL(abs)
H A DMakefile5 lib-y = ashrdi3.o checksum.o memcpy.o memset.o abs.o romfs.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/tr1/
H A Dstdlib.h42 using std::tr1::abs;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/tr1/
H A Dstdlib.h42 using std::tr1::abs;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/tr1/
H A Dstdlib.h42 using std::tr1::abs;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/tr1/
H A Dstdlib.h42 using std::tr1::abs;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Dparse-unidata.tcl43 if {abs($u) > 127 || abs($l) > 127} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Dparse-unidata.tcl43 if {abs($u) > 127 || abs($l) > 127} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Dparse-unidata.tcl43 if {abs($u) > 127 || abs($l) > 127} {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dinteger.h81 return abs(d1) > abs(d2) ? d2 : d1;
H A Dpacket_id.h320 unsigned int abs; local
324 abs = local_now - remote;
326 abs = remote - local_now;
327 return abs <= max_delta;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/mISDN/
H A Ddsp_ecdis.h77 Use abs instead of multiply for speed (is it really faster?).
81 det->channel_level += ((abs(amp) - det->channel_level) >> 5);
82 det->notch_level += ((abs(notched) - det->notch_level) >> 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_ecdis.h77 Use abs instead of multiply for speed (is it really faster?).
81 det->channel_level += ((abs(amp) - det->channel_level) >> 5);
82 det->notch_level += ((abs(notched) - det->notch_level) >> 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dinteger.h81 return abs(d1) > abs(d2) ? d2 : d1;
H A Dpacket_id.h320 unsigned int abs; local
324 abs = local_now - remote;
326 abs = remote - local_now;
327 return abs <= max_delta;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dinteger.h81 return abs(d1) > abs(d2) ? d2 : d1;
H A Dpacket_id.h320 unsigned int abs; local
324 abs = local_now - remote;
326 abs = remote - local_now;
327 return abs <= max_delta;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dh8500-dis.c100 int abs = 0; local
157 abs =
164 abs = (buffer[byte] << 8) | (buffer[byte + 1]);
167 abs = (buffer[byte]);
268 func (stream, "@0x%0x:24", abs);
271 func (stream, "@0x%0x:16", abs & 0xffff);
274 func (stream, "@0x%0x:8", abs & 0xff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dh8500-dis.c100 int abs = 0; local
157 abs =
164 abs = (buffer[byte] << 8) | (buffer[byte + 1]);
167 abs = (buffer[byte]);
268 func (stream, "@0x%0x:24", abs);
271 func (stream, "@0x%0x:16", abs & 0xffff);
274 func (stream, "@0x%0x:8", abs & 0xff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dh8500-dis.c100 int abs = 0; local
157 abs =
164 abs = (buffer[byte] << 8) | (buffer[byte + 1]);
167 abs = (buffer[byte]);
268 func (stream, "@0x%0x:24", abs);
271 func (stream, "@0x%0x:16", abs & 0xffff);
274 func (stream, "@0x%0x:8", abs & 0xff);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/tools/
H A Dtrasher.c54 int burst= 1 + ran() * (uint64_t) (abs(maxburst)-1) / UINT32_MAX;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/tools/
H A Dtrasher.c54 int burst= 1 + ran() * (uint64_t) (abs(maxburst)-1) / UINT32_MAX;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/tools/
H A Dtrasher.c54 int burst= 1 + ran() * (uint64_t) (abs(maxburst)-1) / UINT32_MAX;

Completed in 229 milliseconds

1234567891011>>