Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 97) sorted by relevance

1234

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A DBUILD132 # Setting copts for experimental code to [], but this code should be fixed
144 # Setting copts for experimental code to [], but this code should be fixed
156 # Setting copts for experimental code to [], but this code should be fixed
168 # Setting copts for experimental code to [], but this code should be fixed
180 # Setting copts for experimental code to [], but this code should be fixed
192 # Setting copts for experimental code to [], but this code should be fixed
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/
A Ds_write.dfa18 # It isn't necessary to chose fixed or floating point for the APIs because the
19 # simplified API doesn't need fixed or floating point numbers. It is necessary
21 # = off') is fixed point - turn the floating point implementation on if you have
A Dsimple.dfa19 # It isn't necessary to chose fixed or floating point for the APIs because the
20 # simplified API doesn't need fixed or floating point numbers. It is necessary
22 # = off') is fixed point - turn the floating point implementation on if you have
A Ds_read.dfa20 # It isn't necessary to chose fixed or floating point for the APIs because the
21 # simplified API doesn't need fixed or floating point numbers. It is necessary
23 # = off') is fixed point - turn the floating point implementation on if you have
A Dwrite.dfa20 # Choose fixed or floating point APIs and arithmetic. The choices are
23 # (perhaps) to make libpng smaller used fixed point throughout.
A Dread.dfa26 # Likewise it is pointless enabling both fixed and floating point APIs. Choose
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/decoder/
A Dpngusr.dfa19 # You must choose fixed or floating point arithmetic:
24 # You must chose the internal fixed point implementation or to
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/
A Dpngusr.dfa21 # You must choose fixed or floating point arithmetic:
26 # You must chose the internal fixed point implementation or to
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/preader/
A Dpngusr.dfa17 # You may choose fixed or floating point APIs:
22 # You must chose the internal fixed point implementation or to
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DChangelog117 - fixed missing Date object in qjsc
118 - fixed multi-context creation
121 - fixed several crash conditions
/AliOS-Things-master/components/mbedtls/programs/
A DREADME.md35 * [`pkey/ecdsa.c`](pkey/ecdsa.c): generates an ECDSA key, signs a fixed message and verifies the si…
76 * [`ssl/ssl_client1.c`](ssl/ssl_client1.c): a simple HTTPS client that sends a fixed request and di…
78 …k_server.c): a simple HTTPS server using one process per client to send a fixed response. This pro…
80 ….c): a simple SMTP-over-TLS or SMTP-STARTTLS client. This client sends an email with fixed content.
82 …ad_server.c): a simple HTTPS server using one thread per client to send a fixed response. This pro…
84 * [`ssl/ssl_server.c`](ssl/ssl_server.c): a simple HTTPS server that sends a fixed response. It ser…
90 * [`ssl/ssl_client2.c`](ssl/ssl_client2.c): an HTTPS client that sends a fixed request and displays…
92 * [`ssl/ssl_server2.c`](ssl/ssl_server2.c): an HTTPS server that sends a fixed response, with optio…
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog87 * fixed zoom XY-flip code and made it available for all modes in
89 * fixed edge issue on interpolated rotozoom modes
111 * hline/vline clipping and swap-logic fixed
139 * fixed microversion in .h
140 * fixed texturePolygon inverted bug
141 * fixed wrong surface use in test 21 of TestRotozoom
158 * fixed a non-critical typecast mistake (thanks Thi)
187 * fixed TestRotozoom clear color bug
/AliOS-Things-master/components/SDL2/
A DBUGS.txt7 been reported, discussed, and maybe even fixed.
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dbuf.c204 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in fixed_data_alloc() local
206 *size = MIN(fixed->data_size, *size); in fixed_data_alloc()
221 return fixed->data_pool + fixed->data_size * net_buf_id(buf); in fixed_data_alloc()
440 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in net_buf_alloc_fixed_debug() local
442 return net_buf_alloc_len_debug(pool, fixed->data_size, timeout, func, in net_buf_alloc_fixed_debug()
449 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in net_buf_alloc_fixed() local
451 return net_buf_alloc_len(pool, fixed->data_size, timeout); in net_buf_alloc_fixed()
/AliOS-Things-master/hardware/chip/rtl872xd/tools/AmebaZ/Image_Tool/
A DChangeLog.txt18 20180605 v2.2.3 (1) Compatible with AmebaD secure boot function(Start Offset fixed, Length: fixed
/AliOS-Things-master/hardware/chip/rtl872xd/release/write_flash_gui/
A DChangeLog.txt18 20180605 v2.2.3 (1) Compatible with AmebaD secure boot function(Start Offset fixed, Length: fixed
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dns3.h35 #define NS3_IMPL fixed
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dbuild_defs.oss.bzl8 # will need to be fixed as needed. Ideally we would like to do this based
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflexbuffers.h1095 size_t EndVector(size_t start, bool typed, bool fixed) { in EndVector() argument
1096 auto vec = CreateVector(start, stack_.size() - start, 1, typed, fixed); in EndVector()
1501 size_t ScalarVector(const T *elems, size_t len, bool fixed) { in ScalarVector() argument
1512 if (!fixed) Write<uint64_t>(len, byte_width); in ScalarVector()
1516 ToTypedVector(vector_type, fixed ? len : 0), in ScalarVector()
1522 bool fixed, const Value *keys = nullptr) {
1524 !fixed ||
1553 FLATBUFFERS_ASSERT(!fixed || IsTypedVectorElementType(vector_type));
1560 if (!fixed) Write<uint64_t>(vec_len, byte_width);
1574 : (typed ? ToTypedVector(vector_type, fixed ? vec_len : 0)
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A Dpuff.c536 local int fixed(struct state *s) in fixed() function
825 fixed(&s) : in puff()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Daccuracy_utils.cc131 LOG(INFO) << std::setprecision(1) << std::fixed << any_match_percentage in PrintAccuracyStats()
/AliOS-Things-master/hardware/chip/rtl872xd/script/
A Drlx8711B-symbol-v02-img2.ld31 /* image1 entry, this section should in RAM and fixed address for ROM */
A Drlx8711B-symbol-v02-img2-2nd_boot.ld41 /* image1 entry, this section should in RAM and fixed address for ROM */
A Drlx8711B-symbol-v02-img2_xip1.ld47 /* image1 entry, this section should in RAM and fixed address for ROM */
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A Dinfback9.c59 code fixed[544]; in makefixed9() local
67 next = fixed; in makefixed9()

Completed in 31 milliseconds

1234