/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | tgamma.c | 81 static const double fact[] = { variable 129 if (x <= sizeof fact/sizeof *fact) in tgamma() 130 return fact[(int)x - 1]; in tgamma()
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_wave.c | 308 if (file->fact.status >= 1) { in WaveDebugDumpFormat() 324 if (file->fact.status == 2) { in WaveAdjustToFactValue() 327 } else if (sampleframes > file->fact.samplelength) { in WaveAdjustToFactValue() 328 return file->fact.samplelength; in WaveAdjustToFactValue() 1735 if (file->fact.status == 1) { in WaveCheckFormat() 1737 Uint32 samples = file->fact.samplelength; in WaveCheckFormat() 1739 file->fact.status = 2; in WaveCheckFormat() 1910 if (file->fact.status == 0) { in WaveLoad() 1912 file->fact.status = -1; in WaveLoad() 1918 file->fact.status = 1; in WaveLoad() [all …]
|
A D | SDL_wave.h | 134 WaveFact fact; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | friend.c | 787 static const u8_t fact[] = { 10, 15, 20, 25 }; in offer_delay() local 790 …BT_DBG("ReceiveWindowFactor %u ReceiveWindow %u RSSIFactor %u RSSI %d", fact[RECV_WIN_FACT(crit)],… in offer_delay() 791 fact[RSSI_FACT(crit)], rssi); in offer_delay() 794 delay = (bt_s32_t)fact[RECV_WIN_FACT(crit)] * RECV_WIN; in offer_delay() 795 delay -= (bt_s32_t)fact[RSSI_FACT(crit)] * rssi; in offer_delay()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/ |
A D | readme.txt | 63 which, in fact, could have used the 'z' prefix and avoided
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | FAQ | 39 made with more input or output space. A Z_BUF_ERROR may in fact be 236 As far as we know, no. In fact, that was originally the whole point behind 332 efficient approach (and in fact exactly what the zlib format was designed 349 part of zlib. In fact none of the stuff in contrib is part of zlib. The
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/ |
A D | DLL_FAQ.txt | 159 Technically, STDCALL is not bad; in fact, it is slightly 168 The remaining fact is that CDECL is the default convention. 273 The fact that MSVCRT.DLL does not exist on a virgin Windows 95
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/owatcom/ |
A D | pngconfig.mak | 79 # compilers (in fact attempts to build will fail at compile time.)
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjscalc.js | 203 fact(n) { 1849 r[i] = c / fact(i); 2388 var fact = Integer.fact; variable
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | README | 12 fact that it's the first release fool you. The libpng library has been
|
A D | aclocal.m4 | 1095 # There is notably a 21 bits limit for the UID and the GID. In fact,
|
A D | CHANGES | 670 about ignoring incorrect gAMA with sRGB (gAMA was in fact not ignored) 2792 Documented the fact that png_set_dither() was disabled since libpng-1.4.0. 3905 be necessary. In fact, autogen.sh does not work when run in a libpng 4052 (in fact this is harmless, but the PNG data produced may be sub-optimal).
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | wizard.txt | 149 not needed to specify this; in fact, it is ignored when -scans appears.)
|
A D | libjpeg.txt | 490 legitimate at any point after calling jpeg_create_compress() --- in fact, 1007 to set both write_JFIF_header and write_Adobe_marker. In fact, 1665 for efficiency; you don't want the compressor to suspend often. (In fact, an 2506 type from being saved at all. (That is the default behavior, in fact.) 2829 ignoring the fact that the passes may not be equal amounts of work.
|
A D | install.txt | 170 ckconfig.c may not compile the first try (in fact, the whole idea is for it
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_reader.cpp | 1971 bool parseFromStream(CharReader::Factory const& fact, IStream& sin, Value* root, in parseFromStream() argument 1979 CharReaderPtr const reader(fact.newCharReader()); in parseFromStream()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | algorithm.txt | 123 other extreme, you could make a new table for every bit in the code. In fact,
|
A D | rfc1951.txt | 596 drawn from (1..32,768). In fact, the literal and length
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-android.md | 184 may want to keep this fact in mind when building your APK, specially when large
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | README | 202 fact, MacOS is shipped with fonts including broken GX/AAT tables, but
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 2260 CharReader::Factory const& fact, JSONCPP_ISTREAM& sin, in parseFromStream() argument 2269 CharReaderPtr const reader(fact.newCharReader()); in parseFromStream()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | pnglibconf.dfa | 503 # fact it can't be disabled from the command line!)
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | aclocal.m4 | 1099 # There is notably a 21 bits limit for the UID and the GID. In fact,
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | aclocal.m4 | 1092 # There is notably a 21 bits limit for the UID and the GID. In fact,
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | aclocal.m4 | 1156 # There is notably a 21 bits limit for the UID and the GID. In fact,
|