Home
last modified time | relevance | path

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

12345678910>>...19

/third_party/typescript/tests/baselines/reference/
DstringLiteralTypesInImplementationSignatures.js4 function foo(x: 'hi') { }
5 var f = function foo(x: 'hi') { }
6 var f2 = (x: 'hi', y: 'hi') => { }
9 foo(x: 'hi') { }
23 foo(x: 'hi') { },
DstringLiteralTypesInImplementationSignatures2.js5 function foo(x: 'hi') { }
9 foo(x: 'hi') { }
27 foo(x: 'hi') { },
DconstructorsWithSpecializedSignatures.js21 constructor(x: "hi") { }
29 constructor(x: "hi") { } // error
DoverloadOnConstAsTypeAnnotation.js2 var f: (x: 'hi') => number = (x: 'hi') => { return 1; };
/third_party/python/Lib/
Dbisect.py4 def insort_right(a, x, lo=0, hi=None, *, key=None): argument
19 def bisect_right(a, x, lo=0, hi=None, *, key=None): argument
53 def insort_left(a, x, lo=0, hi=None, *, key=None): argument
68 def bisect_left(a, x, lo=0, hi=None, *, key=None): argument
/third_party/python/Modules/
D_bisectmodule.c19 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi, in internal_bisect_right()
85 Py_ssize_t lo, Py_ssize_t hi, PyObject *key) in _bisect_bisect_right_impl()
111 Py_ssize_t lo, Py_ssize_t hi, PyObject *key) in _bisect_insort_right_impl()
144 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi, in internal_bisect_left()
211 Py_ssize_t lo, Py_ssize_t hi, PyObject *key) in _bisect_bisect_left_impl()
238 Py_ssize_t lo, Py_ssize_t hi, PyObject *key) in _bisect_insort_left_impl()
/third_party/python/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
Dbasearith.c219 mpd_uint_t hi, lo; in _mpd_shortmul() local
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
590 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
613 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
639 mpd_uint_t hi, lo; in _mpd_shortdiv_b() local
/third_party/typescript/tests/cases/compiler/
DnoImplicitAnyIndexing.ts27 var hi: any = "hi"; variable
32 var z1 = emptyObj[hi]; variable
48 var mResult3 = m[hi]; variable
DnoImplicitAnyIndexingSuppressed.ts27 var hi: any = "hi"; variable
32 var z1 = emptyObj[hi]; variable
48 var mResult3 = m[hi]; variable
/third_party/benchmark/src/
Dbenchmark_register.h15 typename std::vector<T>::iterator AddPowers(std::vector<T>* dst, T lo, T hi, 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()
/third_party/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 …]
/third_party/mesa3d/src/asahi/lib/
Dtiling.c63 uint8_t hi; member
68 uint16_t hi; member
73 uint32_t hi; member
78 uint64_t hi; member
/third_party/mesa3d/src/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
/third_party/skia/third_party/externals/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()
/third_party/python/Modules/clinic/
D_bisectmodule.c.h36 Py_ssize_t hi = -1; in _bisect_bisect_right() local
119 Py_ssize_t hi = -1; in _bisect_insort_right() local
199 Py_ssize_t hi = -1; in _bisect_bisect_left() local
282 Py_ssize_t hi = -1; in _bisect_insort_left() local
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibm.h42 uint64_t hi; member
55 uint64_t hi; member
196 #define EXTRACT_WORDS(hi,lo,d) \ argument
203 #define GET_HIGH_WORD(hi,d) \ argument
213 #define INSERT_WORDS(d,hi,lo) \ argument
218 #define SET_HIGH_WORD(d,hi) \ argument
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibm.h42 uint64_t hi; member
55 uint64_t hi; member
196 #define EXTRACT_WORDS(hi,lo,d) \ argument
203 #define GET_HIGH_WORD(hi,d) \ argument
213 #define INSERT_WORDS(d,hi,lo) \ argument
218 #define SET_HIGH_WORD(d,hi) \ argument
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibm.h41 uint64_t hi; member
54 uint64_t hi; member
195 #define EXTRACT_WORDS(hi,lo,d) \ argument
202 #define GET_HIGH_WORD(hi,d) \ argument
212 #define INSERT_WORDS(d,hi,lo) \ argument
217 #define SET_HIGH_WORD(d,hi) \ argument
/third_party/musl/src/internal/
Dlibm.h41 uint64_t hi; member
54 uint64_t hi; member
195 #define EXTRACT_WORDS(hi,lo,d) \ argument
202 #define GET_HIGH_WORD(hi,d) \ argument
212 #define INSERT_WORDS(d,hi,lo) \ argument
217 #define SET_HIGH_WORD(d,hi) \ argument
/third_party/FatFs/source/
Dffunicode.c15282 UINT i = 0, n, li, hi; in ff_uni2oem() local
15318 UINT i = 0, n, li, hi; in ff_oem2uni() local
15365 UINT i, n, li, hi; in ff_uni2oem() local
15417 UINT i, n, li, hi; in ff_oem2uni() local
/third_party/jerryscript/jerry-libm/
Djerry-libm-internal.h58 int hi; member
70 int hi; member
/third_party/typescript/tests/cases/conformance/scanner/
DjsdocInvalidTokens.ts15 var hi = 1 variable
/third_party/mesa3d/src/panfrost/shared/
Dpan_tiling.c116 uint64_t hi; member
122 uint8_t hi; member
127 uint16_t hi; member
132 uint32_t hi; member

12345678910>>...19