HomeSort by relevance Sort by last modified time
    Searched full:curve (Results 351 - 375 of 1077) sorted by null

<<11121314151617181920>>

  /frameworks/support/transition/src/main/java/androidx/transition/
PathMotion.java 29 * have these motions move in a curve can change how Views interpolate in two dimensions
  /libcore/ojluni/src/main/java/java/security/spec/
ECFieldF2m.java 31 * This immutable class defines an elliptic curve (EC)
47 * Creates an elliptic curve characteristic 2 finite
63 * Creates an elliptic curve characteristic 2 finite
108 * Creates an elliptic curve characteristic 2 finite
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageFeatureProvider.java 71 * Returns an improved projection curve for future battery level.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.h 47 // parameter will return the best fitting curve detected.
  /system/iot/attestation/atap/ops/
atap_ops_delegate.h 69 AtapCurveType curve,
openssl_ops.h 43 AtapCurveType curve,
  /system/keymaster/include/keymaster/km_openssl/
openssl_utils.h 74 EC_GROUP* ec_get_group(keymaster_ec_curve_t curve);
  /external/adhd/cras/src/tests/
alsa_mixer_unittest.cc 1711 struct cras_volume_curve *curve; local
1729 struct cras_volume_curve *curve; local
    [all...]
  /device/google/taimen/
audio_policy_volumes.xml 16 <!-- Volume section defines a volume curve for a given use case and device category.
17 It contains a list of points of this curve expressing the attenuation in Millibels for a given
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
HarmonicFitter.java 26 /** This class implements a curve fitting specialized for sinusoids.
27 * <p>Harmonic fitting is a very simple case of curve fitting. The
  /external/boringssl/src/include/openssl/
ecdh.h 4 * The Elliptic Curve Public-Key Crypto Library (ECC Code) included
79 // Elliptic curve Diffie-Hellman.
  /external/conscrypt/common/src/main/java/org/conscrypt/
AbstractConscryptEngine.java 65 * TLS Channel ID). The private key must be an Elliptic Curve (EC) key based on the NIST
66 * P-256 curve (aka SECG secp256r1 or ANSI X9.62 prime256v1).
AbstractConscryptSocket.java 132 * TLS Channel ID). The private key must be an Elliptic Curve (EC) key based on the NIST
133 * P-256 curve (aka SECG secp256r1 or ANSI X9.62 prime256v1).
  /external/skia/include/core/
SkColorFilter.h 114 /** Construct a colorfilter that applies the srgb gamma curve to the RGB channels */
117 /** Construct a colorfilter that applies the inverse of the srgb gamma curve to the
  /external/skia/src/gpu/text/
GrDistanceFieldAdjustTable.cpp 21 // assumed white) this means that coverages are decreased (on a curve). For white (on
22 // assumed black) this means that coverages are increased (on a a curve). At
  /external/skqp/include/core/
SkColorFilter.h 117 /** Construct a colorfilter that applies the srgb gamma curve to the RGB channels */
120 /** Construct a colorfilter that applies the inverse of the srgb gamma curve to the
  /external/skqp/src/gpu/text/
GrDistanceFieldAdjustTable.cpp 21 // assumed white) this means that coverages are decreased (on a curve). For white (on
22 // assumed black) this means that coverages are increased (on a a curve). At
  /external/tpm2/
Rewrap.c 18 // TPM_RC_KEY for an ECC key, the public key is not on the curve of the curve ID
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 61 /* order of low-band pole filter used to approximate masking curve */
63 /* order of hi-band pole filter used to approximate masking curve */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
settings.h 70 /* order of low-band pole filter used to approximate masking curve */
72 /* order of hi-band pole filter used to approximate masking curve */
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
OverlayListView.java 180 * Sets the acceleration curve for this animation.
182 * @param interpolator The interpolator which defines the acceleration curve
  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiNetworkScoreCacheTest.java 89 private static ScoredNetwork buildScoredNetwork(WifiKey key, RssiCurve curve) {
90 return new ScoredNetwork(new NetworkKey(key), curve);
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
OverlayListView.java 180 * Sets the acceleration curve for this animation.
182 * @param interpolator The interpolator which defines the acceleration curve
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_amd64.go 8 // S.Gueron and V.Krasnov, "Fast prime field elliptic-curve cryptography with
49 func (curve p256Curve) Params() *CurveParams {
50 return curve.CurveParams
113 func (curve p256Curve) Inverse(k *big.Int) *big.Int {
219 // underlying field of the curve. (See initP256 for the value.) Thus rr here is
230 func (curve p256Curve) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) {
262 func (curve p256Curve) ScalarBaseMult(scalar []byte) (x, y *big.Int) {
271 func (curve p256Curve) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {
p256_s390x.go 25 p256 Curve
47 func (curve p256CurveFast) Params() *CurveParams {
48 return curve.CurveParams
114 func (curve p256CurveFast) Inverse(k *big.Int) *big.Int {
208 // underlying field of the curve. (See initP256 for the value.) Thus rr here is
224 func (curve p256CurveFast) CombinedMult(bigX, bigY *big.Int, baseScalar, scalar []byte) (x, y *big.Int) {
249 func (curve p256CurveFast) ScalarBaseMult(scalar []byte) (x, y *big.Int) {
255 func (curve p256CurveFast) ScalarMult(bigX, bigY *big.Int, scalar []byte) (x, y *big.Int) {

Completed in 645 milliseconds

<<11121314151617181920>>