/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | autoscan_exponential.c | 2 * 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 D | mediatek,mt6370-backlight.yaml | 17 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 D | lm3630a-backlight.yaml | 82 Enable linear mapping mode. If disabled, then it will use exponential
|
/freebsd/lib/msun/man/ |
H A D | exp.3 | 45 .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 D | math.3 | 186 exp exponential base e 187 exp2 exponential base 2 197 pow exponential x**y
|
H A D | cexp.3 | 32 .Nd complex exponential functions 49 functions compute the complex exponential of
|
H A D | complex.3 | 74 .Ss Exponential Function 76 cexp exponential base e
|
/freebsd/contrib/bzip2/ |
H A D | spewG.c | 5 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 D | FileUtilities.cpp | 37 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 D | ExponentialBackoff.h | 9 // This file defines a helper class for implementing exponential backoff. 22 /// A class to help implement exponential backoff.
|
H A D | FormatProviders.h | 293 /// | 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 D | erff.c | 27 the exponential of a polynomial. 81 /* Single precision exponential with ~0.5ulps, in erff()
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_ec.h | 98 * 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 D | ck_backoff.h | 42 * This is a exponential back-off implementation.
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | regulator.yaml | 76 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 D | s_exp2f.c | 68 * 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 D | b_exp.c | 33 * 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 D | merge.c | 36 * 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 D | GlobalStatus.cpp | 42 /// 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 D | ieee80211_rssadapt.h | 63 /* exponential average packets/second */
|
/freebsd/lib/msun/ld80/ |
H A D | s_expl.c | 32 * 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 D | moused.8 | 236 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 D | WatchedLiteralsSolver.h | 45 // variable. Since the algorithm is exponential in the number of variables,
|
/freebsd/lib/libc/tests/gen/ |
H A D | glob2_test.c | 59 * Test up to 100 a* groups. Exponential implementations typically go in ATF_TC_BODY()
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | maps.c | 67 /* Exponential realloc */ in _cbor_map_add_key()
|