| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | exp_integral.tcc | 69 * @brief Return the exponential integral @f$ E_1(x) @f$ 73 * The exponential integral is given by 78 * @param __x The argument of the exponential integral function. 79 * @return The exponential integral. 107 * @brief Return the exponential integral @f$ E_1(x) @f$ 110 * The exponential integral is given by 115 * @param __x The argument of the exponential integral function. 116 * @return The exponential integral. 143 * @brief Return the exponential integral @f$ E_n(x) @f$ 146 * The exponential integral is given by [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | exp_integral.tcc | 69 * @brief Return the exponential integral @f$ E_1(x) @f$ 73 * The exponential integral is given by 78 * @param __x The argument of the exponential integral function. 79 * @return The exponential integral. 107 * @brief Return the exponential integral @f$ E_1(x) @f$ 110 * The exponential integral is given by 115 * @param __x The argument of the exponential integral function. 116 * @return The exponential integral. 143 * @brief Return the exponential integral @f$ E_n(x) @f$ 146 * The exponential integral is given by [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | interpolate.cpp | 34 return EvaluationError { "No stops in exponential curve." }; in evaluate() 100 } else if (interpName && *interpName == "exponential") { in parseInterpolate() 106 ctx.error("Exponential interpolation requires a numeric base.", 1, 1); in parseInterpolate() 289 [&](const ExponentialInterpolator& exponential) { in serialize() argument 290 if (exponential.base == 1) { in serialize() 293 …erialized.emplace_back(std::vector<mbgl::Value>{{ std::string("exponential"), exponential.base }}); in serialize()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | function.cpp | 100 Exponential, enumerator 400 return interpolate(type, exponential(*base), std::move(input), std::move(*stops)); in convertExponentialFunction() 557 functionType = interpolatable(type) ? FunctionType::Exponential : FunctionType::Interval; in convertFunctionToExpression() 563 if (*string == "exponential" && interpolatable(type)) in convertFunctionToExpression() 564 functionType = FunctionType::Exponential; in convertFunctionToExpression() 577 case FunctionType::Exponential: in convertFunctionToExpression() 657 case FunctionType::Exponential: in convertFunctionToExpression() 691 case FunctionType::Exponential: in convertFunctionToExpression() 693 … return interpolate(type_, exponential(base), number(get(literal(*property))), std::move(stops)); in convertFunctionToExpression()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | lm3630a_bl.h | 40 *@leda_ctrl : led a disable, enable linear, enable exponential 44 *@ledb_ctrl : led b disable, enable linear, enable exponential
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | http_timeout.cpp | 13 // Retry after one second three times, then start exponential backoff. in errorRetryTimeout() 16 // Immediate exponential backoff. in errorRetryTimeout()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | regulator.yaml | 75 when regulator have exponential voltage change. 80 of any level. This is useful for regulators with exponential voltage 86 of any level. This is useful for regulators with exponential voltage
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | backoff.h | 5 /* The macros in this file implement an exponential backoff facility 16 * operation we double the spin count, realizing an exponential
|
| /OK3568_Linux_fs/kernel/Documentation/x86/x86_64/ |
| H A D | machinecheck.rst | 42 finds MCEs it triggers an exponential speedup (poll more often) on 44 triggers an exponential backoff (poll less often) on the polling
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | timings.c | 65 * suffix array, log interval and exponential moving average 102 * exponential moving average for this specific slot. For instance, 104 * the exponential moving average is computed every time a new value 107 * 3. Exponential Moving Average 204 * However, 8 is the index in the array of exponential moving average 298 * Exponential moving average computation 439 * array of exponential average. in irq_timings_interval_index()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | cmathcalls.h | 86 /* Exponential and logarithmic functions. */ 88 /* Exponential function of Z. */
|
| H A D | mathcalls.h | 92 /* Exponential and logarithmic functions. */ 94 /* Exponential function of X. */ 129 /* Compute base-2 exponential of X. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | cmathcalls.h | 86 /* Exponential and logarithmic functions. */ 88 /* Exponential function of Z. */
|
| H A D | mathcalls.h | 92 /* Exponential and logarithmic functions. */ 94 /* Exponential function of X. */ 129 /* Compute base-2 exponential of X. */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | online_file_source.cpp | 56 // Counts the number of subsequent failed requests. We're using this value for exponential 279 // fallback to exponential backoff. in interpolateExpiration() 288 // over and over, fallback to exponential backoff. in interpolateExpiration()
|
| /OK3568_Linux_fs/kernel/sound/pci/cs46xx/ |
| H A D | cs46xx_dsp_scb_types.h | 394 hi: Exponential volume change rate 617 expVolChangeRate: Exponential volume change rate for possible 681 expVolChangeRate: Exponential volume change rate for possible 733 /* hi: Exponential volume change rate
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-backlight-lm3639 | 10 can be mapped for either exponential (value "0") or linear
|
| H A D | sysfs-class-backlight-driver-lm3533 | 36 0 exponential mode
|
| H A D | sysfs-class-led-driver-lm3533 | 55 0 exponential mode
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | tcp-thin.rst | 31 2) If the stream is thin, do not apply exponential backoff.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/backlight/ |
| H A D | lm3630a-backlight.yaml | 82 Enable linear mapping mode. If disabled, then it will use exponential
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | specfun.h | 106 * - @ref expint "expint - The exponential integral" in _GLIBCXX_VISIBILITY() 836 // Exponential integrals in _GLIBCXX_VISIBILITY() 839 * Return the exponential integral @f$ Ei(x) @f$ for @c float argument @c x. in _GLIBCXX_VISIBILITY() 848 * Return the exponential integral @f$ Ei(x) @f$ in _GLIBCXX_VISIBILITY() 858 * Return the exponential integral @f$ Ei(x) @f$ for @c real argument @c x. in _GLIBCXX_VISIBILITY() 860 * The exponential integral is given by in _GLIBCXX_VISIBILITY() 866 * @param __x The argument of the exponential integral function. in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | specfun.h | 106 * - @ref expint "expint - The exponential integral" in _GLIBCXX_VISIBILITY() 836 // Exponential integrals in _GLIBCXX_VISIBILITY() 839 * Return the exponential integral @f$ Ei(x) @f$ for @c float argument @c x. in _GLIBCXX_VISIBILITY() 848 * Return the exponential integral @f$ Ei(x) @f$ in _GLIBCXX_VISIBILITY() 858 * Return the exponential integral @f$ Ei(x) @f$ for @c real argument @c x. in _GLIBCXX_VISIBILITY() 860 * The exponential integral is given by in _GLIBCXX_VISIBILITY() 866 * @param __x The argument of the exponential integral function. in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | led-lm3530.h | 87 * @brt_ramp_law: brightness mapping mode - exponential/linear
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | dsl.hpp | 61 Interpolator exponential(double base);
|