HomeSort by relevance Sort by last modified time
    Searched full:calc (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/bison/tests/
calc.at 33 # Produce `calc.y'. Don't call this macro directly, because it contains
40 AT_DATA_GRAMMAR([calc.y],
41 [[/* Infix notation calculator--calc */
134 fprintf (stderr, "calc: error: %d != %d\n", $1, $3);
350 # Produce `calc.y'.
359 # Run `calc' on INPUT and expect no STDOUT nor STDERR.
372 AT_PARSER_CHECK([./calc input], 0, [], [stderr])
380 # Run `calc' on INPUT, and expect a `syntax error' message.
399 [AT_PARSER_CHECK([./calc $3], $2, [], [stderr])],
403 AT_PARSER_CHECK([./calc input], $2, [], [stderr])]
    [all...]
testsuite.at 46 # Fulling testing (compilation and execution of the parser) on calc.
47 m4_include([calc.at])
testsuite 381 70;calc.at:550;Calculator ;;
382 71;calc.at:552;Calculator %defines;;
383 72;calc.at:553;Calculator %locations;;
384 73;calc.at:554;Calculator %name-prefix="calc";;
385 74;calc.at:555;Calculator %verbose;;
386 75;calc.at:556;Calculator %yacc;;
387 76;calc.at:557;Calculator %error-verbose;;
388 77;calc.at:559;Calculator %pure-parser %locations;;
389 78;calc.at:560;Calculator %error-verbose %locations;
    [all...]
  /external/v8/test/mjsunit/
top-level-assignments.js 92 var calc = new Calculator(20, 10);
93 assertEquals(30, calc.sum());
94 assertEquals(10, calc.difference());
95 assertEquals(200, calc.product());
96 assertEquals(2, calc.quotient());
  /packages/apps/Calculator/src/com/android/calculator2/
ColorButton.java 46 Calculator calc = (Calculator) context; local
47 init(calc);
48 mListener = calc.mListener;
56 private void init(Calculator calc) {
67 calc.adjustFontSize(this);
CalculatorDisplay.java 58 Calculator calc = (Calculator) getContext(); local
59 calc.adjustFontSize((TextView)getChildAt(0));
60 calc.adjustFontSize((TextView)getChildAt(1));
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 147 long calc = (year / 400) * MILLISECONDS_PER_400_YEARS; local
150 calc += year * (365 * MILLISECONDS_PER_DAY);
151 calc += ((year + 3) / 4) * MILLISECONDS_PER_DAY;
154 calc -= ((year - 1) / 100) * MILLISECONDS_PER_DAY;
159 calc += mlen[month] * MILLISECONDS_PER_DAY;
160 calc += (day - 1) * MILLISECONDS_PER_DAY;
161 calc += millis;
163 calc -= mRawOffset;
164 calc -= UNIX_OFFSET;
166 return getOffset(calc);
    [all...]
  /development/tools/zoneinfo/
ZoneInfo.java 158 long calc = (year / 400) * MILLISECONDS_PER_400_YEARS; local
161 calc += year * (365 * MILLISECONDS_PER_DAY);
162 calc += ((year + 3) / 4) * MILLISECONDS_PER_DAY;
165 calc -= ((year - 1) / 100) * MILLISECONDS_PER_DAY;
170 calc += mlen[month] * MILLISECONDS_PER_DAY;
171 calc += (day - 1) * MILLISECONDS_PER_DAY;
172 calc += millis;
174 calc -= mRawOffset;
175 calc -= UNIX_OFFSET;
177 return getOffset(calc);
    [all...]
  /external/bison/examples/
Makefile.am 20 SUBDIRS = calc++
  /external/dropbear/libtommath/
bn_mp_prime_random_ex.c 49 /* calc the byte size */
58 /* calc the maskAND value for the MSbyte*/
61 /* calc the maskOR_msb */
bn_mp_karatsuba_sqr.c 77 /* now calc the products x0*x0 and x1*x1 */
83 /* now calc (x1+x0)**2 */
bn_mp_mod_2d.c 18 /* calc a value mod 2**b */
bn_mp_karatsuba_mul.c 118 /* now calc the products x0y0 and x1y1 */
125 /* now calc x1+x0 and y1+y0 */
  /external/openssl/crypto/perlasm/
readme 50 int calc(int len, int *data)
75 &function_begin("calc");
95 &function_end("calc");
  /external/bison/djgpp/
config.bat 244 Rem Fixing ilicit calc++ file names in the calc++ directory.
245 test -d %XSRC%/examples/calc++
246 if not errorlevel 1 mv -f %XSRC%/examples/calc++ %XSRC%/examples/calcxx
249 test -f %XSRC%/examples/calcxx/calc++-scanner.cc
250 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.cc %XSRC%/examples/calcxx/calcxx-scanner.cc
253 test -f %XSRC%/examples/calcxx/calc++-scanner.ll
254 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-scanner.ll %XSRC%/examples/calcxx/calcxx-scanner.ll
257 test -f %XSRC%/examples/calcxx/calc++-driver.cc
258 if not errorlevel 1 mv -f %XSRC%/examples/calcxx/calc++-driver.cc %XSRC%/examples/calcxx/calcxx-driver.cc
    [all...]
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_init.c 62 /* ok now we need Lu and Lu^2 [calc one from the other] */
64 /* first calc L which is Ek(0) */
  /development/host/windows/usb/api/
adb_interface_enum.cpp 39 // Calc flags for SetupDiGetClassDevs
  /external/grub/stage2/
ufs2.h 252 grub_int32_t fs_old_cgmask; /* used to calc mod fs_ntrak */
265 grub_int32_t fs_bmask; /* ``blkoff'' calc of blk offsets */
266 grub_int32_t fs_fmask; /* ``fragoff'' calc of frag offsets */
267 grub_int32_t fs_bshift; /* ``lblkno'' calc of logical blkno */
268 grub_int32_t fs_fshift; /* ``numfrags'' calc number of frags */
359 * They calc filesystem addresses of cylinder group data structures.
  /external/quake/quake/src/WinQuake/
chase.cpp 71 // calc exact destination
  /external/iproute2/tc/
tc_core.c 132 r->cell_align=-1; // Due to the sz calc
180 s->cell_align = -1; // Due to the sz calc
  /external/srec/srec/include/
all_defs.h 50 #define EIGEN 1 /* for full covariance probability calc. */
60 #define ITEM_WEIGHT 1 // item weighting for covariance calc.
  /frameworks/base/docs/html/guide/developing/tools/
traceview.jd 49 // start tracing to "/sdcard/calc.trace"
50 Debug.startMethodTracing("calc");
92 calc.trace, from the default location on the emulator to the /tmp directory on
94 <pre>adb pull /sdcard/calc.trace /tmp</pre>
103 <pre>traceview /tmp/calc</pre>
  /external/bison/
ChangeLog 168 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
251 * tests/calc.at: Use it, instead of hard coding `yy'.
268 * doc/bison.texinfo (Calc++ Scanner): Use it.
430 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
433 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
723 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
    [all...]
configure.ac 142 examples/calc++/Makefile
  /bionic/libc/bionic/
md5.c 75 calc (struct md5 *m, u_int32_t *data) function
228 calc(m, current);
230 calc(m, (u_int32_t*)m->save);

Completed in 166 milliseconds

1 2 3 4 5