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

123

/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/openssh/openbsd-compat/
H A Dfmt_scaled.c81 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...]
/external/llvm/tools/llvm-shlib/
H A DMakefile58 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/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/lldb/lib/
H A DMakefile141 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
142 -Wl,--no-whole-archive
152 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
153 -Wl,--no-whole-archive
/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/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/c-ares/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/cmockery/cmockery_0_1_2/
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/
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/libvorbis/
H A Dcompile45 If you are trying to build a whole package this is not the
/external/libweave/
H A DMakefile82 $(CXX) -shared -Wl,-soname=libweave.so -o $@ -Wl,--whole-archive $^ -Wl,--no-whole-archive -lcrypto -lexpat -lpthread -lrt
/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/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/v8/test/mjsunit/wasm/
H A Dtest-wasm-module-builder.js130 var whole = new Uint8Array(buffer2);
131 for (var i = 0; i < whole.byteLength; i++) {
132 whole[i] = 0xff;
/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:__anon19691::__anon19692
/external/valgrind/none/tests/ppc32/
H A Dround.c403 float whole = denorm_small; local
414 half = (double)whole/2;
419 print_double("whole", whole);
420 print_double("2*whole", 2*whole);
427 double lo = s*whole;
428 double hi = s*2*whole;
432 fA = s*whole;
436 fA = s*2*whole;
[all...]
/external/valgrind/none/tests/ppc64/
H A Dround.c403 float whole = denorm_small; local
414 half = (double)whole/2;
419 print_double("whole", whole);
420 print_double("2*whole", 2*whole);
427 double lo = s*whole;
428 double hi = s*2*whole;
432 fA = s*whole;
436 fA = s*2*whole;
[all...]
/external/vboot_reference/tests/
H A Dcgptlib_test.c1040 e->attrs.whole = 0x0000000000000000ULL;
1042 EXPECT(0x0100000000000000ULL == e->attrs.whole);
1044 e->attrs.whole = 0xFFFFFFFFFFFFFFFFULL;
1046 EXPECT(0xFEFFFFFFFFFFFFFFULL == e->attrs.whole);
1049 e->attrs.whole = 0x0000000000000000ULL;
1052 EXPECT(0x00F0000000000000ULL == e->attrs.whole);
1053 e->attrs.whole = 0xFFFFFFFFFFFFFFFFULL;
1055 EXPECT(0xFF0FFFFFFFFFFFFFULL == e->attrs.whole);
1058 e->attrs.whole = 0x0000000000000000ULL;
1060 EXPECT(0x000F000000000000ULL == e->attrs.whole);
[all...]

Completed in 698 milliseconds

123