Searched refs:negative (Results 1 - 25 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DPackedInteger.java60 boolean negative;
65 negative = true;
68 negative = false;
85 return negative ? (-value - 119) : (value + 119);
99 boolean negative;
104 negative = true;
107 negative = false;
136 return negative ? (-value - 119) : (value + 119);
198 boolean negative;
201 negative
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-mul1.S74 cax 10,10,6 # adjust high limb for negative limb from s1
83 cax 9,9,6 # adjust high limb for negative limb from s1
93 cax 10,10,0 # adjust high limb for negative s2_limb
97 cax 10,10,6 # adjust high limb for negative limb from s1
103 cax 9,9,0 # adjust high limb for negative s2_limb
107 cax 9,9,6 # adjust high limb for negative limb from s1
H A Dmpih-mul2.S81 cax 10,10,6 # adjust high limb for negative limb from s1
93 cax 9,9,6 # adjust high limb for negative limb from s1
110 cax 10,10,6 # adjust high limb for negative limb from s1
122 cax 9,9,6 # adjust high limb for negative limb from s1
H A Dmpih-mul3.S83 cax 10,10,6 # adjust high limb for negative limb from s1
96 cax 9,9,6 # adjust high limb for negative limb from s1
114 cax 10,10,6 # adjust high limb for negative limb from s1
127 cax 9,9,6 # adjust high limb for negative limb from s1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqaudioenc.c84 int negative; local
90 negative = diff<0;
101 if (negative)
112 result |= negative << 7; //if (negative) result |= 128;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dudiv.S191 ! remainder is negative
197 ! remainder is negative
208 ! remainder is negative
214 ! remainder is negative
230 ! remainder is negative
236 ! remainder is negative
247 ! remainder is negative
253 ! remainder is negative
274 ! remainder is negative
280 ! remainder is negative
[all...]
H A Durem.S189 ! remainder is negative
195 ! remainder is negative
206 ! remainder is negative
212 ! remainder is negative
228 ! remainder is negative
234 ! remainder is negative
245 ! remainder is negative
251 ! remainder is negative
272 ! remainder is negative
278 ! remainder is negative
[all...]
H A Drem.S49 ! compute sign of result; if neither is negative, no problem
50 orcc %o1, %o0, %g0 ! either negative?
57 ! %o1 is definitely negative; %o0 might also be negative
58 bge 2f ! if %o0 not negative...
60 1: ! %o0 is negative, %o1 is nonnegative
207 ! remainder is negative
213 ! remainder is negative
224 ! remainder is negative
230 ! remainder is negative
[all...]
H A Dsdiv.S49 ! compute sign of result; if neither is negative, no problem
50 orcc %o1, %o0, %g0 ! either negative?
57 ! %o1 is definitely negative; %o0 might also be negative
58 bge 2f ! if %o0 not negative...
60 1: ! %o0 is negative, %o1 is nonnegative
206 ! remainder is negative
212 ! remainder is negative
223 ! remainder is negative
229 ! remainder is negative
[all...]
H A Dmul.S64 ! If %o0 was negative, the result is
80 * but there is no problem with %o0 being negative (unlike above).
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c125 /* True if negative values of the signed integer type T use two's
243 int negative; local
300 negative = 1;
305 negative = 0;
309 negative = 0;
387 && i > (negative
399 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
404 return negative ? -i : i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dutil.S37 | Final result table for ovf_res. Note that the negative counterparts
199 tstb LOCAL_SGN(%a0) |if negative overflow
202 leal EXT_PINF,%a1 |answer is negative infinity
209 tstb LOCAL_SGN(%a0) |if negative overflow
212 leal EXT_PLRG,%a1 |answer is large negative number
230 tstb LOCAL_SGN(%a0) |if negative overflow
233 leal EXT_PINF,%a1 |answer is negative infinity
240 tstb LOCAL_SGN(%a0) |if negative overflow
243 leal DBL_PLRG,%a1 |answer is large negative number
261 tstb LOCAL_SGN(%a0) |if negative overflo
[all...]
H A Dscale.S142 | Source is negative. Add the src to the dest exponent.
149 blts fix_dnrm |if negative, result is
207 | If the mode is rm, and the zero is negative, return smallest
208 | negative denorm.
H A Ddecbin.S38 | if negative, count the trailing zeros. Set the adjusted
60 | it is negative.
164 negl %d1 |now negative, make pos and set SE
241 | if the exp was positive, and added if it was negative. The purpose
253 | 2n.(negative exp)
340 | This section handles a negative adjusted exponent.
455 bpls no_neg |if exp is negative,
485 fdivx %fp1,%fp0 |exp is negative, so divide mant by exp
H A Dx_store.S141 bsetl #31,%d0 |if negative, put in sign information
149 bsetl #31,%d0 |if negative put in sign information
212 bsetl #31,%d0 |if negative, put in sign first
218 bsetl #31,%d0 |if negative, put in sign info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c125 /* True if negative values of the signed integer type T use two's
243 int negative; local
300 negative = 1;
305 negative = 0;
309 negative = 0;
387 && i > (negative
399 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
404 return negative ? -i : i;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_backlight.c24 uint8_t negative; member in struct:radeon_bl_privdata
42 if (pdata->negative)
170 pdata->negative =
177 pdata->negative = pdata->negative ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dreg_ld_str.c105 int exp, tag, negative; local
114 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
155 return normalize_no_excep(loaded_data, DOUBLE_Emin, negative)
168 setexponent16(loaded_data, exp | negative);
178 int exp, tag, negative; local
185 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
191 addexponent(loaded_data, negative);
202 return normalize_no_excep(loaded_data, SINGLE_Emin, negative)
232 setexponent16(loaded_data, exp | negative); /* Set the sign. */
275 int negative; local
303 int s, negative; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex42 \item ilog(negative number) = 0;
131 rounding division of both positive and negative numbers toward zero.
H A Da1-encapsulation-ogg.tex140 of audio is positive or negative.
151 A negative value indicates that
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.c619 gboolean *negative)
659 *negative = FALSE;
662 *negative = TRUE;
777 gboolean negative;
780 result = g_parse_long_long (nptr, endptr, base, &negative);
783 return negative ? -result : result;
819 gboolean negative;
822 result = g_parse_long_long (nptr, endptr, base, &negative);
824 if (negative && result > (guint64) G_MININT64)
829 else if (!negative
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c619 gboolean *negative)
659 *negative = FALSE;
662 *negative = TRUE;
777 gboolean negative;
780 result = g_parse_long_long (nptr, endptr, base, &negative);
783 return negative ? -result : result;
819 gboolean negative;
822 result = g_parse_long_long (nptr, endptr, base, &negative);
824 if (negative && result > (guint64) G_MININT64)
829 else if (!negative
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memset.S84 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
261 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
448 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dilsp.S146 # make divisor unsigned if it's negative
150 neg.l %d7 # complement negative divisor
153 # make dividend unsigned if it's negative
204 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative
207 # 0x80000000 is the largest number representable as a 32-bit negative
208 # number. the negative of 0x80000000 is 0x80000000.
637 tst.l %d0 # is multiplier negative?
645 tst.l %d1 # is multiplicand negative?
707 # result should be a signed negative number.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dhead.S238 pushq %rax # target address in negative space

Completed in 158 milliseconds

12