Home
last modified time | relevance | path

Searched defs:flat (Results 1 – 25 of 2114) sorted by relevance

12345678910>>...85

/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2019.array.d.ts45 flat<U>(this: method
74 flat<U>(this: method
94 flat<U>(this: method
109 flat<U>(this: method
121 flat<U>(this: method
132 flat<U>(depth?: number): any[]; method
190 flat<U>(this: U[][][][], depth: 3): U[]; method
198 flat<U>(this: U[][][], depth: 2): U[]; method
206 flat<U>(this: U[][], depth?: 1): U[]; method
214 flat<U>(this: U[], depth: 0): U[]; method
[all …]
H A Dlib.esnext.array.d.ts45 flat<U>(this: method
74 flat<U>(this: method
94 flat<U>(this: method
109 flat<U>(this: method
121 flat<U>(this: method
132 flat<U>(depth?: number): any[]; method
190 flat<U>(this: U[][][][], depth: 3): U[]; method
198 flat<U>(this: U[][][], depth: 2): U[]; method
206 flat<U>(this: U[][], depth?: 1): U[]; method
214 flat<U>(this: U[], depth: 0): U[]; method
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.esnext.array.d.ts45 flat<U>(this: method
74 flat<U>(this: method
94 flat<U>(this: method
109 flat<U>(this: method
121 flat<U>(this: method
132 flat<U>(depth?: number): any[]; method
190 flat<U>(this: U[][][][], depth: 3): U[]; method
198 flat<U>(this: U[][][], depth: 2): U[]; method
206 flat<U>(this: U[][], depth?: 1): U[]; method
214 flat<U>(this: U[], depth: 0): U[]; method
[all …]
H A Dlib.es2019.array.d.ts45 flat<U>(this: method
74 flat<U>(this: method
94 flat<U>(this: method
109 flat<U>(this: method
121 flat<U>(this: method
132 flat<U>(depth?: number): any[]; method
190 flat<U>(this: U[][][][], depth: 3): U[]; method
198 flat<U>(this: U[][][], depth: 2): U[]; method
206 flat<U>(this: U[][], depth?: 1): U[]; method
214 flat<U>(this: U[], depth: 0): U[]; method
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.esnext.array.d.ts45 flat<U>(this: method
74 flat<U>(this: method
94 flat<U>(this: method
109 flat<U>(this: method
121 flat<U>(this: method
132 flat<U>(depth?: number): any[]; method
190 flat<U>(this: U[][][][], depth: 3): U[]; method
198 flat<U>(this: U[][][], depth: 2): U[]; method
206 flat<U>(this: U[][], depth?: 1): U[]; method
214 flat<U>(this: U[], depth: 0): U[]; method
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/typescript/lib/
H A Dlib.esnext.array.d.ts45 flat<U>(this: method
74 flat<U>(this: method
94 flat<U>(this: method
109 flat<U>(this: method
121 flat<U>(this: method
132 flat<U>(depth?: number): any[]; method
190 flat<U>(this: U[][][][], depth: 3): U[]; method
198 flat<U>(this: U[][][], depth: 2): U[]; method
206 flat<U>(this: U[][], depth?: 1): U[]; method
214 flat<U>(this: U[], depth: 0): U[]; method
[all …]
H A Dlib.es2019.array.d.ts45 flat<U>(this: method
74 flat<U>(this: method
94 flat<U>(this: method
109 flat<U>(this: method
121 flat<U>(this: method
132 flat<U>(depth?: number): any[]; method
190 flat<U>(this: U[][][][], depth: 3): U[]; method
198 flat<U>(this: U[][][], depth: 2): U[]; method
206 flat<U>(this: U[][], depth?: 1): U[]; method
214 flat<U>(this: U[], depth: 0): U[]; method
[all …]
/dports/math/yices/yices-2.6.2/src/scratch/
H A Dflattening.c31 void init_flattener(flattener_t *flat, term_manager_t *mngr) { in init_flattener()
43 void reset_flattener(flattener_t *flat) { in reset_flattener()
53 void delete_flattener(flattener_t *flat) { in delete_flattener()
65 static void flattener_push_term(flattener_t *flat, term_t t) { in flattener_push_term()
78 static void flattener_build_conjuncts(flattener_t *flat, bool f_ite, bool f_iff) { in flattener_build_conjuncts()
175 static void flattener_build_disjuncts(flattener_t *flat, bool f_ite, bool f_iff) { in flattener_build_disjuncts()
271 static void flattener_forall_conjuncts(flattener_t *flat, bool f_ite, bool f_iff) { in flattener_forall_conjuncts()
382 static void flattener_forall_disjuncts(flattener_t *flat, bool f_ite, bool f_iff) { in flattener_forall_disjuncts()
506 void flatten_to_conjuncts(flattener_t *flat, term_t f, bool f_ite, bool f_iff) { in flatten_to_conjuncts()
532 void flatten_to_disjuncts(flattener_t *flat, term_t f, bool f_ite, bool f_iff) { in flatten_to_disjuncts()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/3rdparty/everest/library/kremlib/
H A DFStar_UInt128_extracted.c87 FStar_UInt128_uint128 flat = { a.low & b.low, a.high & b.high }; in FStar_UInt128_logand() local
93 FStar_UInt128_uint128 flat = { a.low ^ b.low, a.high ^ b.high }; in FStar_UInt128_logxor() local
99 FStar_UInt128_uint128 flat = { a.low | b.low, a.high | b.high }; in FStar_UInt128_logor() local
105 FStar_UInt128_uint128 flat = { ~a.low, ~a.high }; in FStar_UInt128_lognot() local
131 flat = { a.low << s, FStar_UInt128_add_u64_shift_left_respec(a.high, a.low, s) }; in FStar_UInt128_shift_left_small() local
227 flat = in FStar_UInt128_eq_mask() local
242 flat = in FStar_UInt128_gte_mask() local
254 FStar_UInt128_uint128 flat = { a, (uint64_t)0U }; in FStar_UInt128_uint64_to_uint128() local
344 flat = in FStar_UInt128_mul32() local
371 flat = in FStar_UInt128_mul_wide_impl_t_() local
[all …]
/dports/lang/maude/maude-2.7.1/src/Meta/
H A DascentFunctions.cc27 bool flat; in metaUpModule() local
59 bool flat; in metaUpSorts() local
77 bool flat; in metaUpSubsortDecls() local
95 bool flat; in metaUpOpDecls() local
113 bool flat; in metaUpMbs() local
131 bool flat; in metaUpEqs() local
149 bool flat; in metaUpRls() local
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/sasl/src/
H A Dsystools_lib.erl224 flat([H|T], Ack) when is_list(hd(H)) -> function
226 flat([[]|T], Ack) -> function
228 flat([H|T], Ack) -> function
230 flat([], Ack) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/sasl/src/
H A Dsystools_lib.erl224 flat([H|T], Ack) when is_list(hd(H)) -> function
226 flat([[]|T], Ack) -> function
228 flat([H|T], Ack) -> function
230 flat([], Ack) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/sasl/src/
H A Dsystools_lib.erl224 flat([H|T], Ack) when is_list(hd(H)) -> function
226 flat([[]|T], Ack) -> function
228 flat([H|T], Ack) -> function
230 flat([], Ack) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/sasl/src/
H A Dsystools_lib.erl224 flat([H|T], Ack) when is_list(hd(H)) -> function
226 flat([[]|T], Ack) -> function
228 flat([H|T], Ack) -> function
230 flat([], Ack) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/sasl/src/
H A Dsystools_lib.erl224 flat([H|T], Ack) when is_list(hd(H)) -> function
226 flat([[]|T], Ack) -> function
228 flat([H|T], Ack) -> function
230 flat([], Ack) -> function
/dports/graphics/py-beziers/beziers-0.4.0/beziers/utils/
H A Dbooleanoperationsmixin.py82 def clip(self,clip,cliptype, flat=False): argument
169 def union(self,other, flat=False): argument
173 def intersection(self,other, flat=False): argument
177 def difference(self,other, flat=False): argument
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/sasl/src/
H A Dsystools_lib.erl224 flat([H|T], Ack) when is_list(hd(H)) -> function
226 flat([[]|T], Ack) -> function
228 flat([H|T], Ack) -> function
230 flat([], Ack) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/sasl/src/
H A Dsystools_lib.erl224 flat([H|T], Ack) when is_list(hd(H)) -> function
226 flat([[]|T], Ack) -> function
228 flat([H|T], Ack) -> function
230 flat([], Ack) -> function
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/
H A Ddma.h180 DMAAPI_INLINE ( flat, dma_map ) ( struct dma_device *dma, in DMAAPI_INLINE() argument
200 DMAAPI_INLINE ( flat, dma_unmap ) ( struct dma_mapping *map ) { in DMAAPI_INLINE() argument
220 DMAAPI_INLINE ( flat, dma_alloc ) ( struct dma_device *dma, in DMAAPI_INLINE() argument
245 DMAAPI_INLINE ( flat, dma_free ) ( struct dma_mapping *map, in DMAAPI_INLINE() argument
269 DMAAPI_INLINE ( flat, dma_umalloc ) ( struct dma_device *dma, in DMAAPI_INLINE() argument
294 DMAAPI_INLINE ( flat, dma_ufree ) ( struct dma_mapping *map, in DMAAPI_INLINE() argument
315 DMAAPI_INLINE ( flat, dma_set_mask ) ( struct dma_device *dma __unused, in DMAAPI_INLINE() argument
329 DMAAPI_INLINE ( flat, dma_phys ) ( struct dma_mapping *map __unused, in DMAAPI_INLINE() argument
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/dsslib/flat/
H A Dflat.c93 Flat_t* flat; /* dss->meth->data */ member
157 Flat_t* flat; /* flat handle */ member
284 Flat_t* flat = r->flat; in flatget() local
871 register Flat_t* flat = r->flat; in flatread() local
1060 register Flat_t* flat = r->flat; in flatwrite() local
1234 tabinit(Flat_t* flat, Dssdisc_t* disc) in tabinit()
1575 register Flat_t* flat = (Flat_t*)disc; in flat_field_name_dat() local
1589 register Flat_t* flat = (Flat_t*)disc; in flat_field_description_dat() local
1603 register Flat_t* flat = (Flat_t*)disc; in flat_field_details_dat() local
1617 register Flat_t* flat = (Flat_t*)disc; in flat_field_map_end() local
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/dsslib/flat/
H A Dflat.c93 Flat_t* flat; /* dss->meth->data */ member
157 Flat_t* flat; /* flat handle */ member
284 Flat_t* flat = r->flat; in flatget() local
830 register Flat_t* flat = r->flat; in flatread() local
1017 register Flat_t* flat = r->flat; in flatwrite() local
1182 tabinit(Flat_t* flat, Dssdisc_t* disc) in tabinit()
1523 register Flat_t* flat = (Flat_t*)disc; in flat_field_name_dat() local
1537 register Flat_t* flat = (Flat_t*)disc; in flat_field_description_dat() local
1551 register Flat_t* flat = (Flat_t*)disc; in flat_field_details_dat() local
1565 register Flat_t* flat = (Flat_t*)disc; in flat_field_map_end() local
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/dsslib/flat/
H A Dflat.c93 Flat_t* flat; /* dss->meth->data */ member
157 Flat_t* flat; /* flat handle */ member
284 Flat_t* flat = r->flat; in flatget() local
830 register Flat_t* flat = r->flat; in flatread() local
1017 register Flat_t* flat = r->flat; in flatwrite() local
1182 tabinit(Flat_t* flat, Dssdisc_t* disc) in tabinit()
1523 register Flat_t* flat = (Flat_t*)disc; in flat_field_name_dat() local
1537 register Flat_t* flat = (Flat_t*)disc; in flat_field_description_dat() local
1551 register Flat_t* flat = (Flat_t*)disc; in flat_field_details_dat() local
1565 register Flat_t* flat = (Flat_t*)disc; in flat_field_map_end() local
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dflatlayout.go5 type flat struct{} struct
7 func (f flat) transformAST(ctx *sourceContext) (files, error) {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dflatlayout.go5 type flat struct{} struct
7 func (f flat) transformAST(ctx *sourceContext) (files, error) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/go-kit/kit/cmd/kitgen/
H A Dflatlayout.go5 type flat struct{} struct
7 func (f flat) transformAST(ctx *sourceContext) (files, error) {

12345678910>>...85