Home
last modified time | relevance | path

Searched defs:gx (Results 1 – 25 of 140) sorted by relevance

123456

/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/app/
DEyePosition.java113 private void onAccelerometerChanged(float gx, float gy, float gz) { in onAccelerometerChanged()
144 private void onGyroscopeChanged(float gx, float gy, float gz) { in onGyroscopeChanged()
/aosp_15_r20/cts/apps/CtsVerifier/jni/verifier/
H A Dcom_android_cts_verifier_camera_StatsImage.cpp159 int gx, in computeSingleCellStats()
319 for (int gx = 0; gx < ngx; gx++) { in com_android_cts_verifier_camera_its_computeStatsImage() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd_fallback.py198 def backward(ctx, gx): argument
227 def backward(ctx, gx): argument
H A Dtest_custom_ops.py139 def backward(ctx, gx): argument
172 def backward(ctx, gx): argument
204 def backward(ctx, gx): argument
242 def backward(ctx, gx): argument
273 def backward(ctx, gx): argument
306 def backward(ctx, gx): argument
338 def backward(ctx, gx): argument
385 def backward(ctx, gx): argument
438 def backward(ctx, gx): argument
H A Dtest_cpp_extensions_jit.py909 def backward(ctx, gx): argument
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DEcdhTest.java437 final BigInteger gx; // x-coordinate of the generator field in EcdhTest.EcPublicKeyTestVector
450 BigInteger gx, in EcPublicKeyTestVector()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/touch/
H A DVelocityEasing.java283 double gx = t * t * mEasingAdapterA + t * mEasingAdapterB; in getEasing() local
292 double gx = t * t * mEasingAdapterA + t * mEasingAdapterB; in getEasingDiff() local
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DEcdhTest.java151 final BigInteger gx; // x-coordinate of the generator field in EcdhTest.EcPublicKeyTestVector
164 BigInteger gx, in EcPublicKeyTestVector()
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DECCurves.java110 BigInteger gx, in createNistPCurveSpec()
/aosp_15_r20/external/clang/test/Index/
H A Dindex-refs.cpp11 NS::MyInt NS::gx = EnumVal; member in NS
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dsobeloperator.cpp86 int gx = static_cast<int>(*(gxPtr + 3 * i + c) / 8 + 127.5); in Java_androidx_media_filterpacks_image_SobelFilter_sobelOperator() local
/aosp_15_r20/external/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp39 int gx = g & 0x03; in testSimplifyQuadsMain() local
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp39 int gx = g & 0x03; in testSimplifyQuadralateralsMain() local
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dreorder.go27 var gx []int var
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DEllipticCurvesUtilTest.java411 final BigInteger gx = in p256WithDifferentGenerator() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dautograd_function_db.py453 def backward(ctx, gx, gy): argument
463 def jvp(ctx, gx, gy): argument
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dnoise.inl37 tvec4<T, P> gx = static_cast<T>(2) * glm::fract(i / T(41)) - T(1); local
359 tvec4<T, P> gx = static_cast<T>(2) * fract(i / T(41)) - T(1); local
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dnoise.inl37 tvec4<T, P> gx = static_cast<T>(2) * glm::fract(i / T(41)) - T(1); local
359 tvec4<T, P> gx = static_cast<T>(2) * fract(i / T(41)) - T(1); local
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/
H A DEcUtil.java79 final BigInteger gx = new BigInteger(hexGX, 16); in getNistCurveSpec() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
H A DEllipticCurvesUtil.java150 final BigInteger gx = new BigInteger(hexGX, 16); in getNistCurveSpec() local
/aosp_15_r20/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
H A DAccelerometerPlayActivity.java164 final float gx = -sx * m; in computePhysics() local
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/
H A DEcUtil.java117 final BigInteger gx = new BigInteger(hexGX, 16); in getNistCurveSpec() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DGridSamplerKernel.cpp652 auto gx = Vec(0), gy = Vec(0); in backward() local
979 auto gx = Vec(0), gy = Vec(0); in backward() local
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp207 float gx = ((float)x + 0.5f) / cellWidth; in computeGridCellWeights() local
/aosp_15_r20/external/freetype/src/sdf/
H A Dftbsdf.c448 FT_16D16 gx, gy; in compute_edge_distance() local

123456