Home
last modified time | relevance | path

Searched full:exponential (Results 1 – 25 of 194) sorted by relevance

12345678

/freebsd/contrib/wpa/wpa_supplicant/
H A Dautoscan_exponential.c2 * WPA Supplicant - auto scan exponential module
59 wpa_printf(MSG_DEBUG, "autoscan exponential: base exponential is %d " in autoscan_exponential_init()
81 wpa_printf(MSG_DEBUG, "autoscan exponential: scan result " in autoscan_exponential_notify_scan()
100 .name = "exponential",
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dmediatek,mt6370-backlight.yaml17 16384 current steps (14 bits, only for MT6372) in exponential or linear
77 mediatek,bled-exponential-mode-enable:
79 Enable the exponential mode of backlight brightness. If this property
H A Dlm3630a-backlight.yaml82 Enable linear mapping mode. If disabled, then it will use exponential
/freebsd/lib/msun/man/
H A Dexp.345 .Nd exponential and power functions
82 exponential value of the given argument
90 functions compute the base 2 exponential of the given argument
H A Dmath.3186 exp exponential base e
187 exp2 exponential base 2
197 pow exponential x**y
H A Dcexp.332 .Nd complex exponential functions
49 functions compute the complex exponential of
H A Dcomplex.374 .Ss Exponential Function
76 cexp exponential base e
/freebsd/contrib/bzip2/
H A DspewG.c5 I suggest you use the undocumented --exponential option to
7 time. Note: *don't* bother with --exponential when compressing
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp37 case 'D': // Strange exponential notation. in isExponentChar()
38 case 'd': // Strange exponential notation. in isExponentChar()
106 // that use "D" or "d" as their exponential marker, e.g. "1.234D45". This in CompareNumbers()
114 // Strange exponential notation! in CompareNumbers()
124 // Strange exponential notation! in CompareNumbers()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DExponentialBackoff.h9 // This file defines a helper class for implementing exponential backoff.
22 /// A class to help implement exponential backoff.
H A DFormatProviders.h293 /// | E | Exponential with E | 100000 | 1.0E+05 |
294 /// | e | Exponential with e | 100000 | 1.0e+05 |
298 /// The default precision is 6 for exponential (E / e) and 2 for everything
/freebsd/contrib/arm-optimized-routines/math/
H A Derff.c27 the exponential of a polynomial.
81 /* Single precision exponential with ~0.5ulps, in erff()
/freebsd/sys/contrib/ck/include/
H A Dck_ec.h98 * the internal exponential backoff, the exponential scale factor, and
156 * exponential backoff iteration, and `now` is the current time. If
225 * Thus, after a short spin loop, ck_ec_wait enters an exponential
340 * exponential backoff. 0 defaults to 2 ms (not ABI stable).
345 * Scale factor for the exponential backoff. 0 defaults to 8x
351 * Right shift count for the exponential backoff. The update
H A Dck_backoff.h42 * This is a exponential back-off implementation.
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml76 when regulator have exponential voltage change.
81 of any level. This is useful for regulators with exponential voltage
87 of any level. This is useful for regulators with exponential voltage
/freebsd/lib/msun/src/
H A Ds_exp2f.c68 * exp2f(x): compute the base 2 exponential of x
90 * Tang, P. Table-driven Implementation of the Exponential Function
/freebsd/lib/msun/bsdsrc/
H A Db_exp.c33 * RETURN THE EXPONENTIAL OF X
63 * exp(x) returns the exponential of x nearly rounded. In a test run
/freebsd/lib/libc/stdlib/
H A Dmerge.c36 * Hybrid exponential search/linear search merge sort with hybrid
161 goto EXPONENTIAL; in mergesort_b()
164 EXPONENTIAL: for (i = size; ; i <<= 1) in mergesort_b()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp42 /// should keep a visited set to avoid exponential runtime.
155 // once; otherwise, we can get infinite recursion or exponential in analyzeGlobalAux()
/freebsd/sys/net80211/
H A Dieee80211_rssadapt.h63 /* exponential average packets/second */
/freebsd/lib/msun/ld80/
H A Ds_expl.c32 * Compute the exponential of x for Intel 80-bit format. This is based on:
34 * PTP Tang, "Table-driven implementation of the exponential function
/freebsd/usr.sbin/moused/
H A Dmoused.8236 Apply exponential (dynamic) acceleration to mouse movements:
248 A value of 1.0 means no exponential acceleration.
284 of linear and exponential acceleration.
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.h45 // variable. Since the algorithm is exponential in the number of variables,
/freebsd/lib/libc/tests/gen/
H A Dglob2_test.c59 * Test up to 100 a* groups. Exponential implementations typically go in ATF_TC_BODY()
/freebsd/contrib/libcbor/src/cbor/
H A Dmaps.c67 /* Exponential realloc */ in _cbor_map_add_key()

12345678