Home
last modified time | relevance | path

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

12345678910>>...66

/external/openssh/openbsd-compat/
Dfmt_scaled.c81 long long scale_fact = 1, whole = 0, fpart = 0; in scan_scaled() local
139 if (whole >= LLONG_MAX / 10) { in scan_scaled()
143 whole *= 10; in scan_scaled()
144 whole += i; in scan_scaled()
149 whole *= sign; in scan_scaled()
155 *result = whole; in scan_scaled()
173 if (whole >= LLONG_MAX / scale_fact) { in scan_scaled()
179 whole *= scale_fact; in scan_scaled()
193 whole += fpart; in scan_scaled()
194 *result = whole; in scan_scaled()
/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/swiftshader/third_party/LLVM/tools/llvm-shlib/
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/elfutils/libdwfl/
Dgzip.c79 void **whole; member
112 *state->whole = state->input_buffer; in fail()
116 *state->whole = NULL; in fail()
183 .whole = _whole, in unzip()
192 if (*state.whole == NULL) in unzip()
208 state.input_buffer = *state.whole; in unzip()
324 *state.whole = state.buffer; in unzip()
Dcore-file.c176 GElf_Off whole, in core_file_read_eagerly() argument
186 if (whole <= *buffer_available) in core_file_read_eagerly()
193 *elfp = elf_memory (*buffer, whole); in core_file_read_eagerly()
204 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL); in core_file_read_eagerly()
225 if (whole > MAX_EAGER_COST && mod->build_id_len > 0) in core_file_read_eagerly()
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
DMakefile37 -Wl,--no-whole-archive
47 -Wl,--whole-archive \
49 -Wl,--no-whole-archive \
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
DMakefile37 -Wl,--no-whole-archive
47 -Wl,--whole-archive \
49 -Wl,--no-whole-archive \
/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/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dutil.h26 inline int wholeMultiplier(int whole, int part) { in wholeMultiplier() argument
28 return (whole - 1) / part + 1; in wholeMultiplier()
/external/e2fsprogs/doc/RelNotes/
Dv1.02.txt10 In mke2fs, print a warning message if a user tries to format a whole
12 whole disk, the -F (force) option forces mke2fs to format a whole disk
/external/swiftshader/third_party/llvm-7.0/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/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/bcc/src/cc/
DCMakeLists.txt70 -Wl,--whole-archive ${clang_libs} ${llvm_libs} -Wl,--no-whole-archive
80 list(APPEND bcc_common_libs_for_s -Wl,--whole-archive api-static -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/compiler-rt/test/scudo/
Dlit.cfg14 whole_archive = "-Wl,-whole-archive %s -Wl,-no-whole-archive " % base_lib
/external/swiftshader/third_party/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/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/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/python/cpython3/Modules/_sha3/kcp/
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…
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…
/external/yapf/plugins/vim/plugin/
Dyapf.vim18 " command YAPF. If you omit the range, it will reformat the whole
22 " :YAPF " formats whole buffer
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac167 llvm_cv_link_all_option="-Wl,--whole-archive"
168 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
172 llvm_cv_link_all_option="-Wl,--whole-archive"
173 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
177 llvm_cv_link_all_option="-Wl,--whole-archive"
178 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
192 llvm_cv_link_all_option="-Wl,--whole-archive"
193 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
197 llvm_cv_link_all_option="-Wl,--whole-archive"
198 llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
[all …]
/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/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/tensorflow/tensorflow/contrib/makefile/
DMakefile257 LIBFLAGS += -Wl,--allow-multiple-definition -Wl,--whole-archive
258 LDFLAGS := -Wl,--no-whole-archive
267 LDFLAGS := -Wl,--no-whole-archive
269 LIBFLAGS += -Wl,--allow-multiple-definition -Wl,--whole-archive
394 LIBFLAGS += -Wl,--allow-multiple-definition -Wl,--whole-archive

12345678910>>...66