/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
|SGOROOTsrccryptoelliptic.go Curve |