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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
ContinuedFraction.java 25 * Provides a generic means to evaluate continued fractions. Subclasses simply
26 * provided the a and b coefficients to evaluate the continued fraction.
32 * Continued Fraction</a></li>
51 * Access the n-th a coefficient of the continued fraction. Since a can be
60 * Access the n-th b coefficient of the continued fraction. Since b can be
69 * Evaluates the continued fraction at the value x.
71 * @return the value of the continued fraction evaluated at x.
79 * Evaluates the continued fraction at the value x.
82 * @return the value of the continued fraction evaluated at x.
90 * Evaluates the continued fraction at the value x
    [all...]
  /external/libogg/doc/libogg/
ogg_page_continued.html 20 <p>Indicates whether this page contains packet data which has been continued from the previous page.
43 1 if this page contains packet data continued from the last page.</li>
45 0 if this page does not contain continued data.</li>
  /external/markdown/tests/misc/
multi-test.txt 25 continued on several lines.
multi-test.html 16 continued on several lines.
  /external/icu/icu4c/source/common/unicode/
ustringtrie.h 43 * The input unit(s) continued a matching string
50 * The input unit(s) continued a matching string
58 * The input unit(s) continued a matching string
  /cts/suite/audio_quality/lib/include/task/
TaskSequential.h 42 * Execution will be continued even for error, and the 1st error result will be returned.
TaskGeneric.h 65 // error which cannot be continued. effect is the same as fail. stops everything.
  /external/markdown/bin/
markdown 18 Started by [Manfred Stienstra](http://www.dwerg.net/). Continued and
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
comments 9 ."the comment really continued, we place an echo command with some\n"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 280 lnum = parenlev = continued = 0
294 if contstr: # continued string
315 elif parenlev == 0 and not continued: # new statement
355 else: # continued statement
358 continued = 0
393 if token[-1] == '\n': # continued string
404 elif initial == '\\': # continued stmt
405 continued = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 280 lnum = parenlev = continued = 0
294 if contstr: # continued string
315 elif parenlev == 0 and not continued: # new statement
355 else: # continued statement
358 continued = 0
393 if token[-1] == '\n': # continued string
404 elif initial == '\\': # continued stmt
405 continued = 1
  /external/lldb/test/lang/objc/objc-stepping/
TestObjCStepping.py 117 self.assertTrue (len(threads) == 1, "Continued to second breakpoint in main.")
137 self.assertTrue (len(threads) == 1, "Continued to third breakpoint in main, our object should now be swizzled.")
158 self.assertTrue (len(threads) == 1, "Continued to fourth breakpoint in main.")
178 self.assertTrue (len(threads) == 1, "Continued to step nil breakpoint.")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
waitflags.h 32 #define WCONTINUED 8 /* Report continued child. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
waitflags.h 32 #define WCONTINUED 8 /* Report continued child. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitflags.h 32 #define WCONTINUED 8 /* Report continued child. */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRReaderStream.m 144 // continued
  /external/icu/icu4c/source/i18n/
scriptset.h 30 // use has since become more general, but the continued use to wrap
  /external/crcalc/
impl.html 56 Gosper and Vuillemin proposed representations based on continued
88 or continued fractions (Gosper, Vuillemin). So far, these appear
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 361 lnum = parenlev = continued = 0
375 if contstr: # continued string
396 elif parenlev == 0 and not continued: # new statement
431 else: # continued statement
434 continued = 0
469 if token[-1] == '\n': # continued string
480 elif initial == '\\': # continued stmt
483 continued = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 361 lnum = parenlev = continued = 0
375 if contstr: # continued string
396 elif parenlev == 0 and not continued: # new statement
431 else: # continued statement
434 continued = 0
469 if token[-1] == '\n': # continued string
480 elif initial == '\\': # continued stmt
483 continued = 1
  /external/libhevc/common/arm/
ihevc_itrans_recon_8x8.s 424 vtrn.32 d6,d7 @//r0,r1,r2,r3 first qudrant transposing continued.....
425 vtrn.32 d2,d3 @//r0,r1,r2,r3 first qudrant transposing continued.....
427 vtrn.32 d10,d11 @//r4,r5,r6,r7 third qudrant transposing continued.....
428 vtrn.32 d14,d15 @//r4,r5,r6,r7 third qudrant transposing continued.....
601 vtrn.32 d6,d7 @//r0,r1,r2,r3 first qudrant transposing continued.....
602 vtrn.32 d2,d3 @//r0,r1,r2,r3 first qudrant transposing continued.....
603 vtrn.32 d4,d5 @//r0,r1,r2,r3 second qudrant transposing continued.....
604 vtrn.32 d8,d9 @//r0,r1,r2,r3 second qudrant transposing continued.....
605 vtrn.32 d10,d11 @//r4,r5,r6,r7 third qudrant transposing continued.....
606 vtrn.32 d14,d15 @//r4,r5,r6,r7 third qudrant transposing continued....
    [all...]
  /docs/source.android.com/src/devices/audio/
testing_circuit.jd 58 We supply it to encourage your continued attention to audio performance.
  /docs/source.android.com/src/devices/tech/security/enhancements/
enhancements43.jd 16 with existing applications. To ensure continued compatibility this release
  /external/fdlibm/
w_jn.c 27 * for n>x, a continued fraction approximation to
  /external/google-breakpad/src/google_breakpad/common/
minidump_exception_solaris.h 76 MD_EXCEPTION_CODE_SOL_SIGCONT = 25, /* stopped process has been continued */

Completed in 1666 milliseconds

1 2 3 4 5 6 7 8 91011>>