Searched refs:whole (Results 1 - 25 of 95) sorted by relevance

1234

/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DProperBigFractionFormat.java29 * 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);
100 if (!BigInteger.ZERO.equals(whole)) {
[all...]
H A DProperFractionFormat.java29 * 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;
101 if (whole !
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
H A DMakefile68 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
69 -Wl,--no-whole-archive
105 -Wl,--whole-archive $(LLVMLibsPaths) \
106 -Wl,--no-whole-archive
111 -Wl,--whole-archive -lstdc++ \
112 -Wl,--no-whole-archive
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
H A DMakefile37 -Wl,--no-whole-archive
47 -Wl,--whole-archive \
49 -Wl,--no-whole-archive \
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
H A DMakefile37 -Wl,--no-whole-archive
47 -Wl,--whole-archive \
49 -Wl,--no-whole-archive \
/external/elfutils/libdwfl/
H A Dgzip.c75 void **whole; member in struct:unzip_state
108 *state->whole = state->input_buffer;
112 *state->whole = NULL;
179 .whole = _whole,
188 if (*state.whole == NULL)
204 state.input_buffer = *state.whole;
320 *state.whole = state.buffer;
/external/syslinux/com32/elflink/
H A DMakefile23 $(LD) -n $(LDFLAGS) -o $@ test_com32.o $(LIBGCC) --whole-archive ../lib/libcom32min.a -Map test_com32.map
/external/tremolo/Tremolo/
H A Dmisc.h78 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/curl/docs/cmdline-opts/
H A Dmax-time.d7 Maximum time in seconds that you allow the whole operation to take. This is
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Derase_key.pass.cpp26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { argument
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
/external/libcxx/test/std/containers/unord/unord.set/
H A Derase_key.pass.cpp26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { argument
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
/external/python/cpython3/Modules/_sha3/kcp/
H A DKeccakSponge.inc54 /* First, absorb whole blocks */
58 /* fast lane: whole lane rate */
96 /* If the first bit of padding is at position rate-1, we need a whole new block for the second bit of padding */
116 /* First, output whole blocks */
179 /* fast lane: whole lane rate */
245 /* If the first bit of padding is at position rate-1, we need a whole new block for the second bit of padding */
/external/cmockery/cmockery_0_1_2/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/libnetfilter_conntrack/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/libogg/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/libusb-compat/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/elfutils/libasm/
H A DMakefile.am65 $(AM_V_CCLD)$(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
/external/llvm/test/MC/X86/AlignedBundling/
H A Dnesting.s32 # Check that the callqs get bundled together, and that the whole group is
48 # Check that the callqs get bundled together, and that the whole group is
/external/syslinux/com32/elflink/ldlinux/
H A DMakefile17 LIBS = --whole-archive $(objdir)/com32/lib/libcom32min.a
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Derase_key.pass.cpp27 bool only_deletions ( const Unordered &whole, const Unordered &part ) { argument
28 typename Unordered::const_iterator w = whole.begin();
31 while ( w != whole.end () && p != part.end()) {
/external/tensorflow/tensorflow/contrib/makefile/
H A DMakefile219 LIBFLAGS += -Wl,--allow-multiple-definition -Wl,--whole-archive
220 LDFLAGS := -Wl,--no-whole-archive
229 LDFLAGS := -Wl,--no-whole-archive
231 LIBFLAGS += -Wl,--allow-multiple-definition -Wl,--whole-archive
355 LIBFLAGS += -Wl,--allow-multiple-definition -Wl,--whole-archive
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
H A DCompilationUnitContext.java96 String whole = importDecl.getNameAsString();
99 String memberName = getMember(whole);
100 String typeName = getType(whole);
/external/elfutils/libelf/
H A DMakefile.am105 $(AM_V_CCLD)$(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
/external/vboot_reference/firmware/include/
H A Dgpt.h111 uint64_t whole; member in union:__anon29915::__anon29916
/external/python/cpython2/PC/VS8.0/
H A Dbuild_pgo.bat15 rem or the whole testsuite for more thorough testing

Completed in 5246 milliseconds

1234