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

<<21222324252627282930>>

  /external/skqp/src/gpu/ccpr/
GrCCQuadraticShader.cpp 135 f->codeAppend ( "half f = xyd.y - xyd.x * xyd.x;"); // f > 0 -> inside curve.
  /external/skqp/tools/
generate_fir_coeff.py 107 # * an awful lot of the curve is out side our sample
  /external/sonivox/arm-wt-22k/lib_src/
eas_pan.c 43 * This routine uses sin/cos approximations for an equal power curve:
eas_pan.h 45 * This routine uses sin/cos approximations for an equal power curve:
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2008-07-07-DanglingDeadInsts.ll 84 define void @vorbis_lsp_to_curve(float* %curve, i32* %map, i32 %n, i32 %ln, float* %lsp, i32 %m, float %amp, float %ampoffset) nounwind {
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.metrics.pbtxt 9 argspec: "args=[\'labels\', \'predictions\', \'weights\', \'num_thresholds\', \'metrics_collections\', \'updates_collections\', \'curve\', \'name\', \'summation_method\'], varargs=None, keywords=None, defaults=[\'None\', \'200\', \'None\', \'None\', \'ROC\', \'None\', \'trapezoidal\'], "
  /external/tpm2/
Import.c 31 // curve
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
ScreenResponseFragment.java 408 logger.log("Starting screen brightness curve measurement");
441 logger.log("ERROR: Brightness curve trigger got a trigger message, " +
491 logger.log("=== Screen brightness curve: ===\nt_start: " + tStart);
533 // "u" marks the start of the brightness curve data
  /external/walt/ios/WALT/
WALTClient.h 40 WALTBrightnessCurveCommand = 'U', // Probe screen for brightness vs time curve
  /external/walt/pywalt/
README.md 24 -t TYPE, --type TYPE Test type: drag|tap|screen|sanity|curve|bridge
  /frameworks/base/core/java/android/hardware/display/
BrightnessChangeEvent.java 72 /** Whether brightness curve includes a user brightness point */
  /frameworks/base/libs/hwui/utils/
Blur.cpp 55 * large sigma the gaussian curve begins to lose its shape.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
FisheyeFilter.java 39 // becomes a curve).
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
SpeedAnglesClassifier.java 33 * smoothness of this curve. Additionally, the classifier classifies calculates the percentage of
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointNetworkScore.java 85 * Curve for calculating score for RSSI level.
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
SpeedAnglesClassifier.java 30 * the UP event comes in with some delay and this ruins the smoothness of this curve. Additionally,
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
ViewAutoScroller.java 117 * Interpolates the given out of bounds ratio on a curve which starts at (0,0) and ends
  /packages/services/Car/service/src/com/android/car/
CarVolumeGroup.java 170 // TODO (randolphs) if we ever went to a non-linear index to gain curve mapping, we'd need to
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509.go 84 publicKeyBytes = elliptic.Marshal(pub.Curve, pub.X, pub.Y)
85 oid, ok := oidFromNamedCurve(pub.Curve)
87 return nil, pkix.AlgorithmIdentifier{}, errors.New("x509: unsupported elliptic curve")
475 // RFC 5480, 2.1.1.1. Named Curve
478 // iso(1) identified-organization(3) certicom(132) curve(0) 33 }
485 // iso(1) identified-organization(3) certicom(132) curve(0) 34 }
488 // iso(1) identified-organization(3) certicom(132) curve(0) 35 }
498 func namedCurveFromOID(oid asn1.ObjectIdentifier) elliptic.Curve {
512 func oidFromNamedCurve(curve elliptic.Curve) (asn1.ObjectIdentifier, bool)
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509.go 84 publicKeyBytes = elliptic.Marshal(pub.Curve, pub.X, pub.Y)
85 oid, ok := oidFromNamedCurve(pub.Curve)
87 return nil, pkix.AlgorithmIdentifier{}, errors.New("x509: unsupported elliptic curve")
475 // RFC 5480, 2.1.1.1. Named Curve
478 // iso(1) identified-organization(3) certicom(132) curve(0) 33 }
485 // iso(1) identified-organization(3) certicom(132) curve(0) 34 }
488 // iso(1) identified-organization(3) certicom(132) curve(0) 35 }
498 func namedCurveFromOID(oid asn1.ObjectIdentifier) elliptic.Curve {
512 func oidFromNamedCurve(curve elliptic.Curve) (asn1.ObjectIdentifier, bool)
    [all...]
  /system/iot/attestation/atap/libatap/
atap_util.h 187 bool validate_curve(AtapCurveType curve);
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 1175 float[][] curve = new float[3][]; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 166 * an {@link ColorSpace.Rgb.TransferParameters ICC parametric curve}. An
477 * function is not an {@link ColorSpace.Rgb.TransferParameters ICC parametric curve}
521 * function is not an {@link ColorSpace.Rgb.TransferParameters ICC parametric curve}
562 * function is not an {@link ColorSpace.Rgb.TransferParameters ICC parametric curve}
622 * function is not an {@link ColorSpace.Rgb.TransferParameters ICC parametric curve}
706 * function is not an {@link ColorSpace.Rgb.TransferParameters ICC parametric curve}
    [all...]
  /external/boringssl/src/ssl/test/runner/
handshake_client.go 171 curve, ok := curveForCurveID(curveID)
175 publicKey, err := curve.offer(c.config.rand())
191 keyShares[curveID] = curve
526 curve, ok := curveForCurveID(group)
528 return errors.New("tls: Unable to get curve requested in HelloRetryRequest")
530 publicKey, err := curve.offer(c.config.rand())
534 keyShares[group] = curve
766 curve, ok := hs.keyShares[hs.serverHello.keyShare.group]
773 ecdheSecret, err := curve.finish(hs.serverHello.keyShare.keyExchange)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/crypto/
elliptic.a 15 elliptic 0 |SGOROOTsrc cryptoelliptic.go Curve  Params CurveParamsP |S mathbig int.goIntnegabs :  nat.gonat  arith.goWord V|SaddBz·2Bx·3By·4BandB*esc:0x12B, esc:0x1B.4B andNotB*2B, esc:0x9B.4BbitBx·24 i·3 bitLenB<4 bytesB*4" buf·34i·1 clearBz·14cmpB<4By·34r·1convertWordsBq·1
117 ,@SetString@l? ? base·5@SetUint64@*?,@Sign@<4Sqrt@*?@,8@ String@<8 Sub@*?@,8@.8@Text@<8? ?@<4UnmarshalJSON@*8" text·3&UnmarshalText@*8"?&Xor@*?@,8@.8@lehmerGCD@*?@?8@?8@!modSqrt3Mod4Prime@*?@,8@?8@'modSqrtTonelliShanks@*?@,8@?@?@z·4?N? base·6@&setFromScanner@l?Nr·4?@4N@B@Gx@Gy@ BitSizeName l?>curve·38@ x1·48@ y1·58@ x2·68@ y2·78@@? Double>?8@?8@?8@@?IsOnCurve>curve·28@,8@.8>?2>?ScalarBaseMult>?8"?4@@!ScalarMult>?8@ Bx·48@ By·58"?4@@?addJacobian>curve·48 @ x1·58@ y1·68@ z1·78@ x2·88@ y2·98@ z2·108@@@/#affineFromJacobian>?8@~8@?8@z·68@ xOut·1@ yOut·2?doubleJacobian>?8@x·58@y·68@z·78@@@??@x@y?@x1@y1@x2@y2@?@??@?@?@?@??@?@?"k@?@??"?@?@?> ?GenerateKey<curve·5 ? Reader?"p?&? rand·6" priv·1@<@N&? ? Marshal<?@,4@.4" Unmarshal<?" data·44@?@y·2 pP256< P384< P521< R  p224.goP224< <autogenerated>init  ? bits bits.goLen?? <
229 go19ldiomath/bigsync?"".Curve.Add?*runtime.racefuncenter?(runtime.racefuncexit?0runtime.morestack_noctxt?.fp?type.uintptr?
230 .this?type."".Curve?x1?$type.*math/big.Int?y1?x2?y2?x?y?.autotmp_12?.autotmp_13?Tgclocals·3c79fcbeef4481f36276e93a0b2a8d08?Tgclocals·f83413e1f0916265015171ba5b95f669?.gofile..<autogenerated>?"".Curve.Double?.autotmp_10?.autotmp_11?Tgclocals·048b86f57db5a3dab1c72eca8a865eaf?$"".Curve.IsOnCurve?~r3?type.bool?.autotmp_6?Tgclocals·00a7bcf12fe794553c60a5677df371f1?Tgclocals·69c1753bd5f81501d95132d08af04464?"".Curve.Params?~r1?(type.*"".CurveParams?.autotmp_4?Tgclocals·61b17e24458e8975472b99062b4f31e8?Tgcl (…)
    [all...]

Completed in 605 milliseconds

<<21222324252627282930>>