Home
last modified time | relevance | path

Searched defs:hi (Results 1 – 25 of 645) sorted by relevance

12345678910>>...26

/external/python/cpython3/Modules/
D_bisectmodule.c19 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi) in internal_bisect_right()
74 Py_ssize_t lo, Py_ssize_t hi) in _bisect_bisect_right_impl()
98 Py_ssize_t lo, Py_ssize_t hi) in _bisect_insort_right_impl()
120 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi) in internal_bisect_left()
176 Py_ssize_t lo, Py_ssize_t hi) in _bisect_bisect_left_impl()
201 Py_ssize_t lo, Py_ssize_t hi) in _bisect_insort_left_impl()
/external/python/cpython3/Lib/
Dbisect.py3 def insort_right(a, x, lo=0, hi=None): argument
15 def bisect_right(a, x, lo=0, hi=None): argument
37 def insort_left(a, x, lo=0, hi=None): argument
50 def bisect_left(a, x, lo=0, hi=None): argument
/external/python/cpython2/Lib/
Dbisect.py3 def insort_right(a, x, lo=0, hi=None): argument
24 def bisect_right(a, x, lo=0, hi=None): argument
47 def insort_left(a, x, lo=0, hi=None): argument
67 def bisect_left(a, x, lo=0, hi=None): argument
/external/rust/crates/ring/crypto/fipsmodule/bn/
Dinternal.h148 #define BN_MONT_CTX_N0(hi, lo) TOBN(hi, lo), 0 argument
149 #define TOBN(hi, lo) ((BN_ULONG)(hi) << 32 | (lo)) argument
161 #define BN_MONT_CTX_N0(hi, lo) TOBN(hi, lo) argument
162 #define TOBN(hi, lo) (lo), (hi) argument
/external/python/cpython2/Modules/
D_bisectmodule.c9 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi) in internal_bisect_right()
48 Py_ssize_t hi = -1; in bisect_right() local
79 Py_ssize_t hi = -1; in insort_right() local
115 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi) in internal_bisect_left()
154 Py_ssize_t hi = -1; in bisect_left() local
184 Py_ssize_t hi = -1; in insort_left() local
/external/python/cpython3/Modules/_decimal/libmpdec/
Dtypearith.h52 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
63 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words()
74 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
208 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
223 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words()
243 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
309 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
320 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo, in _mpd_div_words()
332 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
465 _mpd_mul_words(mpd_uint_t *hi, mpd_uint_t *lo, mpd_uint_t a, mpd_uint_t b) in _mpd_mul_words()
[all …]
Dbasearith.h98 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r()
142 _mpd_div_words_r(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t hi, mpd_uint_t lo) in _mpd_div_words_r()
153 mpd_uint_t hi, lo; in _mpd_singlemul() local
163 mpd_uint_t hi, lo; in _mpd_mul_2_le2() local
/external/llvm-project/clang/test/CodeGen/X86/
Davx-shuffle-builtins.c166 __m256 test_mm256_set_m128(__m128 hi, __m128 lo) { in test_mm256_set_m128()
172 __m256d test_mm256_set_m128d(__m128d hi, __m128d lo) { in test_mm256_set_m128d()
178 __m256i test_mm256_set_m128i(__m128i hi, __m128i lo) { in test_mm256_set_m128i()
184 __m256 test_mm256_setr_m128(__m128 hi, __m128 lo) { in test_mm256_setr_m128()
190 __m256d test_mm256_setr_m128d(__m128d hi, __m128d lo) { in test_mm256_setr_m128d()
196 __m256i test_mm256_setr_m128i(__m128i hi, __m128i lo) { in test_mm256_setr_m128i()
/external/clang/test/CodeGen/
Davx-shuffle-builtins.c178 __m256 test_mm256_set_m128(__m128 hi, __m128 lo) { in test_mm256_set_m128()
184 __m256d test_mm256_set_m128d(__m128d hi, __m128d lo) { in test_mm256_set_m128d()
190 __m256i test_mm256_set_m128i(__m128i hi, __m128i lo) { in test_mm256_set_m128i()
196 __m256 test_mm256_setr_m128(__m128 hi, __m128 lo) { in test_mm256_setr_m128()
202 __m256d test_mm256_setr_m128d(__m128d hi, __m128d lo) { in test_mm256_setr_m128d()
208 __m256i test_mm256_setr_m128i(__m128i hi, __m128i lo) { in test_mm256_setr_m128i()
/external/libcups/cgi-bin/
Dhelp-index.c149 helpDeleteIndex(help_index_t *hi) /* I - Help index */ in helpDeleteIndex()
177 helpFindNode(help_index_t *hi, /* I - Index */ in helpFindNode()
214 help_index_t *hi; /* Help index */ in helpLoadIndex() local
427 helpSaveIndex(help_index_t *hi, /* I - Index */ in helpSaveIndex()
502 helpSearchIndex(help_index_t *hi, /* I - Index */ in helpSearchIndex()
735 help_index_t *hi, /* I - Index */ in help_load_directory()
838 help_index_t *hi, /* I - Index */ in help_load_file()
/external/google-benchmark/src/
Dbenchmark_register.h16 AddPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddPowers()
39 void AddNegatedPowers(std::vector<T>* dst, T lo, T hi, int mult) { in AddNegatedPowers()
59 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) { in AddRange()
/external/arm-optimized-routines/math/test/
Dmathbench.c221 double hi; member
234 #define D(func, lo, hi) {#func, 'd', 0, lo, hi, {.d = func}}, argument
235 #define F(func, lo, hi) {#func, 'f', 0, lo, hi, {.f = func}}, argument
236 #define VD(func, lo, hi) {#func, 'd', 'v', lo, hi, {.vd = func}}, argument
237 #define VF(func, lo, hi) {#func, 'f', 'v', lo, hi, {.vf = func}}, argument
238 #define VND(func, lo, hi) {#func, 'd', 'n', lo, hi, {.vnd = func}}, argument
239 #define VNF(func, lo, hi) {#func, 'f', 'n', lo, hi, {.vnf = func}}, argument
350 gen_linear (double lo, double hi) in gen_linear()
357 genf_linear (double lo, double hi) in genf_linear()
377 frand (double lo, double hi) in frand()
[all …]
/external/llvm-project/libc/AOR_v20.02/math/test/
Dmathbench.c222 double hi; member
235 #define D(func, lo, hi) {#func, 'd', 0, lo, hi, {.d = func}}, argument
236 #define F(func, lo, hi) {#func, 'f', 0, lo, hi, {.f = func}}, argument
237 #define VD(func, lo, hi) {#func, 'd', 'v', lo, hi, {.vd = func}}, argument
238 #define VF(func, lo, hi) {#func, 'f', 'v', lo, hi, {.vf = func}}, argument
239 #define VND(func, lo, hi) {#func, 'd', 'n', lo, hi, {.vnd = func}}, argument
240 #define VNF(func, lo, hi) {#func, 'f', 'n', lo, hi, {.vnf = func}}, argument
349 gen_linear (double lo, double hi) in gen_linear()
356 genf_linear (double lo, double hi) in genf_linear()
376 frand (double lo, double hi) in frand()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dbenchmark.h112 Benchmark(const char* name, void (*func)(benchmark::State&), int lo, int hi) in Benchmark()
125 Benchmark* ThreadRange(int lo, int hi) { return this; } in ThreadRange()
130 int hi() const { return hi_; } in hi() function
152 #define BENCHMARK_RANGE(f, lo, hi) \ argument
/external/libaom/libaom/aom_dsp/x86/
Dsynonyms_avx2.h60 static INLINE __m256i yy_set_m128i(__m128i hi, __m128i lo) { in yy_set_m128i()
64 static INLINE __m256i yy_loadu2_128(const void *hi, const void *lo) { in yy_loadu2_128()
70 static INLINE void yy_storeu2_128(void *hi, void *lo, const __m256i a) { in yy_storeu2_128()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DOutOfRangeException.java35 private final Number hi; field in OutOfRangeException
46 Number hi) { in OutOfRangeException()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS1Interval.java42 private final double hi; field in S1Interval
48 public S1Interval(double lo, double hi) { in S1Interval()
66 private S1Interval(double lo, double hi, boolean checked) { in S1Interval()
121 public double hi() { in hi() method in S1Interval
360 double hi = Math.IEEEremainder(hi() + radius, 2 * S2.M_PI); in expanded() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_helper.cpp69 Value *lo = bld.getSSA(), *hi = bld.getSSA(); in handleABS() local
133 Instruction *hi = bld.mkOp2(insn->op, sTy, def[1], src0[1], src1[1]); in handleMAXMIN() local
163 Value *hi = bld.getSSA(); in handleMOV() local
262 Instruction *hi = bld.mkOp1(insn->op, sTy, def1, src0[1]); in handleLogOp() local
/external/rust/crates/ring/src/aead/gcm/
Dgcm_nohw.rs37 fn hi(a: u128) -> u64 { in gcm_mul64_nohw() function
81 let hi = (hi(c0) & 0x1111111111111111) in gcm_mul64_nohw() localVariable
126 fn hi(a: u64) -> u32 { in gcm_mul64_nohw() function
136 let hi = gcm_mul32_nohw(a1, b1); in gcm_mul64_nohw() localVariable
153 let mut hi = xi[0]; localVariable
/external/openscreen/third_party/abseil/src/absl/random/
Ddistributions.h125 R lo, R hi) { in Uniform()
144 R lo, R hi) { in Uniform()
168 A lo, B hi) { in Uniform()
191 A lo, B hi) { in Uniform()
/external/libtextclassifier/abseil-cpp/absl/random/
Ddistributions.h125 R lo, R hi) { in Uniform()
144 R lo, R hi) { in Uniform()
168 A lo, B hi) { in Uniform()
191 A lo, B hi) { in Uniform()
/external/angle/third_party/abseil-cpp/absl/random/
Ddistributions.h125 R lo, R hi) { in Uniform()
144 R lo, R hi) { in Uniform()
168 A lo, B hi) { in Uniform()
191 A lo, B hi) { in Uniform()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Ddistributions.h125 R lo, R hi) { in Uniform()
144 R lo, R hi) { in Uniform()
168 A lo, B hi) { in Uniform()
191 A lo, B hi) { in Uniform()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dstrtoi.cpp6 void test_strtoi(const char *nptr, int base, intmax_t lo, intmax_t hi) { in test_strtoi()
15 void test_strtou(const char *nptr, int base, intmax_t lo, intmax_t hi) { in test_strtou()
/external/python/cpython3/Modules/clinic/
D_bisectmodule.c.h36 Py_ssize_t hi = -1; in _bisect_bisect_right() local
113 Py_ssize_t hi = -1; in _bisect_insort_right() local
187 Py_ssize_t hi = -1; in _bisect_bisect_left() local
264 Py_ssize_t hi = -1; in _bisect_insort_left() local

12345678910>>...26