HomeSort by relevance Sort by last modified time
    Searched refs:whole (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
ProperBigFractionFormat.java 29 * the whole number, numerator and, denominator can be configured.
31 * Minus signs are only allowed in the whole number part - i.e.,
43 /** The format used for the whole number. */
48 * the whole, numerator, and denominator.
56 * whole, numerator, and denominator.
57 * @param format the custom format for the whole, numerator, and
66 * of the whole, numerator, and denominator.
67 * @param wholeFormat the custom format for the whole.
97 BigInteger whole = num.divide(den); local
100 if (!BigInteger.ZERO.equals(whole)) {
148 BigInteger whole = parseNextBigInteger(source, pos); local
    [all...]
ProperFractionFormat.java 29 * the whole number, numerator and, denominator can be configured.
31 * Minus signs are only allowed in the whole number part - i.e.,
43 /** The format used for the whole number. */
48 * the whole, numerator, and denominator.
56 * whole, numerator, and denominator.
57 * @param format the custom format for the whole, numerator, and
66 * of the whole, numerator, and denominator.
67 * @param wholeFormat the custom format for the whole.
98 int whole = num / den; local
101 if (whole != 0)
148 Number whole = getWholeFormat().parse(source, pos); local
    [all...]
  /external/openssh/openbsd-compat/
fmt_scaled.c 81 long long scale_fact = 1, whole = 0, fpart = 0; local
134 whole *= 10;
135 whole += i;
140 whole *= sign;
146 *result = whole;
150 /* Validate scale factor, and scale whole and fraction by it. */
164 /* scale whole part */
165 whole *= scale_fact;
179 whole += fpart;
180 *result = whole;
    [all...]
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 9 # --whole-archive is used. However, it won't do it for shared libraries, so
10 # create an intermediate one, called 'bar' that includes 'foo' as a whole
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 74 Rectangle whole = root.getAbsRect(); local
75 whole = new Rectangle(whole.x, whole.y, whole.width + 1, whole.height + 1);
76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds);
  /external/llvm/tools/llvm-shlib/
Makefile 58 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
59 -Wl,--no-whole-archive
100 -Wl,--whole-archive $(LLVMLibsPaths) \
101 -Wl,--no-whole-archive
106 -Wl,--whole-archive -lstdc++ \
107 -Wl,--no-whole-archive
  /external/lldb/lib/
Makefile 141 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
142 -Wl,--no-whole-archive
152 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
153 -Wl,--no-whole-archive
  /external/tremolo/Tremolo/
misc.h 78 ogg_int64_t whole; member in union:magic
88 ogg_int64_t whole; member in union:magic
94 magic.whole = (ogg_int64_t)x * y;
104 magic.whole = (ogg_int64_t)x * y;
  /external/elfutils/src/libdwfl/
gzip.c 71 If we uncompressed it into *WHOLE, *WHOLE_SIZE, return DWFL_E_NOERROR.
74 leave that portion malloc'd in *WHOLE, *WHOLE_SIZE. If *WHOLE
80 void **whole, size_t *whole_size)
108 *whole = input_buffer;
112 *whole = NULL;
133 if (*whole == NULL)
149 input_buffer = *whole;
291 *whole = buffer;
core-file.c 111 lives. Using elf_memory is quite suboptimal if the whole
171 GElf_Off whole,
177 if (whole <= *buffer_available)
184 *elfp = elf_memory (*buffer, whole);
195 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL);
201 /* We don't have the whole file.
216 /* There is a build ID that could help us find the whole file,
  /external/libcxx/test/std/containers/unord/unord.multiset/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /external/libcxx/test/std/containers/unord/unord.set/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /external/cmockery/cmockery_0_1_2/
compile 45 If you are trying to build a whole package this is not the
  /external/libogg/
compile 45 If you are trying to build a whole package this is not the
  /external/libusb/
compile 45 If you are trying to build a whole package this is not the
  /external/libusb-compat/
compile 45 If you are trying to build a whole package this is not the
  /external/libvorbis/
compile 45 If you are trying to build a whole package this is not the
  /external/llvm/test/MC/X86/AlignedBundling/
nesting.s 30 # Check that the callqs get bundled together, and that the whole group is
45 # Check that the callqs get bundled together, and that the whole group is
  /ndk/sources/host-tools/make-3.81/config/
compile 45 If you are trying to build a whole package this is not the
  /external/elfutils/src/libasm/
Makefile.am 65 $(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/libcxx/test/std/containers/unord/unord.map/unorder.map.modifiers/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
erase_key.pass.cpp 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorText.java 207 private static boolean startsWith(CharSequence whole, CharSequence prefix) {
208 int wholeLen = whole.length();
214 if (prefix.charAt(i) != whole.charAt(i)) {

Completed in 1404 milliseconds

1 2 3 4 5