Home
last modified time | relevance | path

Searched refs:fact (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dtgamma.c81 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 DSDL_wave.c308 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 DSDL_wave.h134 WaveFact fact; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dfriend.c787 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 Dreadme.txt63 which, in fact, could have used the 'z' prefix and avoided
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DFAQ39 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 DDLL_FAQ.txt159 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 Dpngconfig.mak79 # compilers (in fact attempts to build will fail at compile time.)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dqjscalc.js203 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 DREADME12 fact that it's the first release fool you. The libpng library has been
A Daclocal.m41095 # There is notably a 21 bits limit for the UID and the GID. In fact,
A DCHANGES670 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 Dwizard.txt149 not needed to specify this; in fact, it is ignored when -scans appears.)
A Dlibjpeg.txt490 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 Dinstall.txt170 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 Djson_reader.cpp1971 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 Dalgorithm.txt123 other extreme, you could make a new table for every bit in the code. In fact,
A Drfc1951.txt596 drawn from (1..32,768). In fact, the literal and length
/AliOS-Things-master/components/SDL2/docs/
A DREADME-android.md184 may want to keep this fact in mind when building your APK, specially when large
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME202 fact, MacOS is shipped with fonts including broken GX/AAT tables, but
/AliOS-Things-master/components/oss/src/external/json/
A Djsoncpp.cpp2260 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 Dpnglibconf.dfa503 # fact it can't be disabled from the command line!)
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Daclocal.m41099 # 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 Daclocal.m41092 # There is notably a 21 bits limit for the UID and the GID. In fact,
/AliOS-Things-master/components/SDL2/src/image/
A Daclocal.m41156 # There is notably a 21 bits limit for the UID and the GID. In fact,

Completed in 55 milliseconds

12