Home
last modified time | relevance | path

Searched refs:whole (Results 1 – 25 of 745) sorted by relevance

12345678910>>...30

/external/valgrind/
DMakefile.tool.am157 -Wl,--whole-archive \
159 -Wl,--no-whole-archive
162 -Wl,--whole-archive \
164 -Wl,--no-whole-archive
167 -Wl,--whole-archive \
169 -Wl,--no-whole-archive
172 -Wl,--whole-archive \
174 -Wl,--no-whole-archive
177 -Wl,--whole-archive \
179 -Wl,--no-whole-archive
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DProperBigFractionFormat.java97 BigInteger whole = num.divide(den); in format() local
100 if (!BigInteger.ZERO.equals(whole)) { in format()
101 getWholeFormat().format(whole, toAppendTo, pos); in format()
148 BigInteger whole = parseNextBigInteger(source, pos); in parse() local
149 if (whole == null) { in parse()
215 boolean wholeIsNeg = whole.compareTo(BigInteger.ZERO) < 0; in parse()
217 whole = whole.negate(); in parse()
219 num = whole.multiply(den).add(num); in parse()
DProperFractionFormat.java98 int whole = num / den; in format() local
101 if (whole != 0) { in format()
102 getWholeFormat().format(whole, toAppendTo, pos); in format()
148 Number whole = getWholeFormat().parse(source, pos); in parse() local
149 if (whole == null) { in parse()
215 int w = whole.intValue(); in parse()
/external/openssh/openbsd-compat/
Dfmt_scaled.c81 long long scale_fact = 1, whole = 0, fpart = 0; in scan_scaled() local
134 whole *= 10; in scan_scaled()
135 whole += i; in scan_scaled()
140 whole *= sign; in scan_scaled()
146 *result = whole; in scan_scaled()
165 whole *= scale_fact; in scan_scaled()
179 whole += fpart; in scan_scaled()
180 *result = whole; in scan_scaled()
/external/v8/tools/gyp/test/linux/ldflags-duplicates/
Dtest.gyp14 '-Wl,--whole-archive <(PRODUCT_DIR)/lib1.a',
15 '-Wl,--no-whole-archive',
17 '-Wl,--whole-archive <(PRODUCT_DIR)/lib2.a',
18 '-Wl,--no-whole-archive',
/external/llvm/tools/llvm-shlib/
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/
Dgzip.c75 void **whole; member
108 *state->whole = state->input_buffer; in fail()
112 *state->whole = NULL; in fail()
179 .whole = _whole, in unzip()
188 if (*state.whole == NULL) in unzip()
204 state.input_buffer = *state.whole; in unzip()
320 *state.whole = state.buffer; in unzip()
Dcore-file.c177 GElf_Off whole, in core_file_read_eagerly() argument
187 if (whole <= *buffer_available) in core_file_read_eagerly()
194 *elfp = elf_memory (*buffer, whole); in core_file_read_eagerly()
205 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL); in core_file_read_eagerly()
226 if (whole > MAX_EAGER_COST && mod->build_id_len > 0) in core_file_read_eagerly()
/external/tremolo/Tremolo/
Dmisc.h78 ogg_int64_t whole; member
88 ogg_int64_t whole; member
94 magic.whole = (ogg_int64_t)x * y; in MULT32()
104 magic.whole = (ogg_int64_t)x * y; in MULT31_SHIFT15()
/external/llvm/test/CodeGen/X86/
Dtail-call-legality.ll23 %whole = tail call {i64, i32} @test()
24 %first = extractvalue {i64, i32} %whole, 0
27 %second = extractvalue {i64, i32} %whole, 1
/external/lldb/lib/
DMakefile141 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
142 -Wl,--no-whole-archive
152 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \
153 -Wl,--no-whole-archive
/external/libcxx/test/std/containers/unord/unord.set/
Derase_key.pass.cpp26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { in only_deletions() argument
27 typename Unordered::const_iterator w = whole.begin(); in only_deletions()
30 while ( w != whole.end () && p != part.end()) { in only_deletions()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Derase_key.pass.cpp27 bool only_deletions ( const Unordered &whole, const Unordered &part ) { in only_deletions() argument
28 typename Unordered::const_iterator w = whole.begin(); in only_deletions()
31 while ( w != whole.end () && p != part.end()) { in only_deletions()
/external/v8/test/mjsunit/wasm/
Dtest-wasm-module-builder.js130 var whole = new Uint8Array(buffer2);
131 for (var i = 0; i < whole.byteLength; i++) {
132 whole[i] = 0xff;
/external/libcxx/test/std/containers/unord/unord.multiset/
Derase_key.pass.cpp26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { in only_deletions() argument
27 typename Unordered::const_iterator w = whole.begin(); in only_deletions()
30 while ( w != whole.end () && p != part.end()) { in only_deletions()
/external/llvm/test/Transforms/ScalarRepl/
Dcopy-aggregate.ll5 ;; Store of integer to whole alloca struct.
21 ;; Store of integer to whole struct/array alloca.
37 ;; Load of whole alloca struct as integer
53 ;; load of integer from whole struct/array alloca.
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt36 ~ Respecify whole buffer contents
56 * Map whole buffer and flush whole mapped area (in one call)
57 * Map buffer partially (half) and flush whole mapped area (in one call)
58 * Map whole buffer and flush buffer partially (half) (in one call)
59 * Map whole buffer and flush whole mapped area in 4 non-interleaving
/external/vboot_reference/tests/
Dcgptlib_test.c1040 e->attrs.whole = 0x0000000000000000ULL; in EntryAttributeGetSetTest()
1042 EXPECT(0x0100000000000000ULL == e->attrs.whole); in EntryAttributeGetSetTest()
1044 e->attrs.whole = 0xFFFFFFFFFFFFFFFFULL; in EntryAttributeGetSetTest()
1046 EXPECT(0xFEFFFFFFFFFFFFFFULL == e->attrs.whole); in EntryAttributeGetSetTest()
1049 e->attrs.whole = 0x0000000000000000ULL; in EntryAttributeGetSetTest()
1052 EXPECT(0x00F0000000000000ULL == e->attrs.whole); in EntryAttributeGetSetTest()
1053 e->attrs.whole = 0xFFFFFFFFFFFFFFFFULL; in EntryAttributeGetSetTest()
1055 EXPECT(0xFF0FFFFFFFFFFFFFULL == e->attrs.whole); in EntryAttributeGetSetTest()
1058 e->attrs.whole = 0x0000000000000000ULL; in EntryAttributeGetSetTest()
1060 EXPECT(0x000F000000000000ULL == e->attrs.whole); in EntryAttributeGetSetTest()
[all …]
/external/elfutils/libasm/
DMakefile.am65 $(AM_V_CCLD)$(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
/external/libweave/
DMakefile82 …$(CXX) -shared -Wl,-soname=libweave.so -o $@ -Wl,--whole-archive $^ -Wl,--no-whole-archive -lcrypt…
/external/v8/build/config/chromecast/
DBUILD.gn51 "-Wl,--whole-archive",
54 "-Wl,--no-whole-archive",
/external/llvm/test/MC/X86/AlignedBundling/
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/llvm/autoconf/
Dconfigure.ac227 llvm_cv_link_all_option="-Wl,--whole-archive"
228 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
232 llvm_cv_link_all_option="-Wl,--whole-archive"
233 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
237 llvm_cv_link_all_option="-Wl,--whole-archive"
238 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
252 llvm_cv_link_all_option="-Wl,--whole-archive"
253 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
257 llvm_cv_link_all_option="-Wl,--whole-archive"
258 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
[all …]
/external/valgrind/none/tests/ppc64/
Dround.c403 float whole = denorm_small; in check_single_arithmetic_op() local
414 half = (double)whole/2; in check_single_arithmetic_op()
419 print_double("whole", whole); in check_single_arithmetic_op()
420 print_double("2*whole", 2*whole); in check_single_arithmetic_op()
427 double lo = s*whole; in check_single_arithmetic_op()
428 double hi = s*2*whole; in check_single_arithmetic_op()
432 fA = s*whole; in check_single_arithmetic_op()
436 fA = s*2*whole; in check_single_arithmetic_op()
/external/valgrind/none/tests/ppc32/
Dround.c403 float whole = denorm_small; in check_single_arithmetic_op() local
414 half = (double)whole/2; in check_single_arithmetic_op()
419 print_double("whole", whole); in check_single_arithmetic_op()
420 print_double("2*whole", 2*whole); in check_single_arithmetic_op()
427 double lo = s*whole; in check_single_arithmetic_op()
428 double hi = s*2*whole; in check_single_arithmetic_op()
432 fA = s*whole; in check_single_arithmetic_op()
436 fA = s*2*whole; in check_single_arithmetic_op()

12345678910>>...30