/external/python/cpython3/Lib/venv/scripts/posix/ |
D | activate.fish | 7 set -gx PATH $_OLD_VIRTUAL_PATH 11 set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME 32 set -gx VIRTUAL_ENV "__VENV_DIR__" 34 set -gx _OLD_VIRTUAL_PATH $PATH 35 set -gx PATH "$VIRTUAL_ENV/__VENV_BIN_NAME__" $PATH 39 set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME 63 set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV"
|
/external/libaom/libaom/aom_dsp/ |
D | fastssim.c | 256 unsigned gx; \ 258 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 260 col_sums_gx2[(_col)] = gx * (double)gx; \ 262 col_sums_gxgy[(_col)] = gx * (double)gy; \ 267 unsigned gx; \ 269 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 271 col_sums_gx2[(_col)] += gx * (double)gx; \ 273 col_sums_gxgy[(_col)] += gx * (double)gy; \ 278 unsigned gx; \ 280 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | fastssim.c | 261 unsigned gx; \ 263 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 265 col_sums_gx2[(_col)] = gx * (double)gx; \ 267 col_sums_gxgy[(_col)] = gx * (double)gy; \ 272 unsigned gx; \ 274 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ 276 col_sums_gx2[(_col)] += gx * (double)gx; \ 278 col_sums_gxgy[(_col)] += gx * (double)gy; \ 283 unsigned gx; \ 285 gx = gx_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \ [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | make_p256-x86_64-tests.go | 175 gx, gy := p256.Params().Gx, p256.Params().Gy 177 printTestCase(gx, gy, affine, zero, zero, affine) 180 printTestCase(gx, gy, affine, zero, zero, jacobian) 184 printTestCase(gx, gy, affine, gx, minusGy, affine)
|
D | ec_test.cc | 262 bssl::UniquePtr<BIGNUM> gx(BN_bin2bn(kX, sizeof(kX), nullptr)); in TEST() local 263 ASSERT_TRUE(gx); in TEST() 275 group.get(), generator.get(), gx.get(), gy.get(), ctx.get())); in TEST() 309 group2.get(), generator2.get(), gx.get(), gy.get(), ctx.get())); in TEST() 335 ASSERT_TRUE(bn_resize_words(gx.get(), 32)); in TEST() 345 group4.get(), generator4.get(), gx.get(), gy.get(), ctx.get())); in TEST() 362 group5.get(), generator5.get(), gx.get(), gy.get(), ctx.get())); in TEST()
|
/external/clang/test/Index/ |
D | index-refs.cpp | 3 extern int gx; 11 NS::MyInt NS::gx = EnumVal; member in NS
|
D | index-suppress-refs.m | 7 MyInt gx; 29 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
|
/external/skia/tests/ |
D | PathOpsSimplifyQuadThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadsMain() local 46 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy), in testSimplifyQuadsMain() 59 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy); in testSimplifyQuadsMain()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadralateralsMain() local 46 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy)); in testSimplifyQuadralateralsMain() 60 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy); in testSimplifyQuadralateralsMain()
|
/external/llvm-project/clang/test/Index/ |
D | index-refs.cpp | 3 extern int gx; 11 NS::MyInt NS::gx = EnumVal; member in NS
|
D | index-suppress-refs.m | 7 MyInt gx; 29 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_grad.py | 1299 gx = None 1301 gx = grad 1303 gx = array_ops.reshape(math_ops.reduce_sum(grad, rx), sx) 1310 return (gx, gy) 1333 gx = None 1335 gx = grad 1337 gx = array_ops.reshape(math_ops.reduce_sum(grad, rx), sx) 1344 return (gx, gy) 1372 gx = None 1374 gx = gen_math_ops.mul(grad, y) [all …]
|
D | clip_ops.py | 148 gx = array_ops.reshape(math_ops.reduce_sum(xgrad, rx), sx) 151 return (gx, gy, gz)
|
/external/skqp/tests/ |
D | PathOpsSimplifyQuadThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadsMain() local 47 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy), in testSimplifyQuadsMain() 60 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy); in testSimplifyQuadsMain()
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 33 int gx = g & 0x03; in testSimplifyQuadralateralsMain() local 47 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy)); in testSimplifyQuadralateralsMain() 61 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy); in testSimplifyQuadralateralsMain()
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 207 gx = new char[4]; in vt320() 769 char gx[]; field in vt320 1821 switch (gx[thisgl]) { in putChar() 1847 debug("Unsupported GL mapping: " + gx[thisgl]); in putChar() 1852 switch (gx[gr]) { in putChar() 1865 debug("Unsupported GR mapping: " + gx[gr]); in putChar() 2089 Sgx[i] = gx[i]; in putChar() 2102 gx[i] = Sgx[i]; in putChar() 2186 gx[0] = c; in putChar() 2197 gx[1] = c; in putChar() [all …]
|
/external/tensorflow/tensorflow/python/grappler/ |
D | constant_folding_test.py | 81 gx, gy = tape.gradient(l, [x, y]) 82 x.assign_add(gx)
|
/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
D | EcdhTest.java | 437 final BigInteger gx; // x-coordinate of the generator field in EcdhTest.EcPublicKeyTestVector 450 BigInteger gx, in EcPublicKeyTestVector() argument 461 this.gx = gx; in EcPublicKeyTestVector() 476 ECPoint g = new ECPoint(gx, gy); in getSpec()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 37 tvec4<T, P> gx = static_cast<T>(2) * glm::fract(i / T(41)) - T(1); local 38 tvec4<T, P> gy = glm::abs(gx) - T(0.5); 39 tvec4<T, P> tx = glm::floor(gx + T(0.5)); 40 gx = gx - tx; 42 tvec2<T, P> g00(gx.x, gy.x); 43 tvec2<T, P> g10(gx.y, gy.y); 44 tvec2<T, P> g01(gx.z, gy.z); 45 tvec2<T, P> g11(gx.w, gy.w); 359 tvec4<T, P> gx = static_cast<T>(2) * fract(i / T(41)) - T(1); local 360 tvec4<T, P> gy = abs(gx) - T(0.5); [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | pr3288.ll | 60 define void @gx() {
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | pr3288.ll | 60 define void @gx() {
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/ |
D | ec_test.cc | 262 bssl::UniquePtr<BIGNUM> gx(BN_bin2bn(kX, sizeof(kX), nullptr)); in TEST() local 263 ASSERT_TRUE(gx); in TEST() 275 group.get(), generator.get(), gx.get(), gy.get(), ctx.get())); in TEST() 309 group2.get(), generator2.get(), gx.get(), gy.get(), ctx.get())); in TEST() 335 ASSERT_TRUE(bn_resize_words(gx.get(), 32)); in TEST() 345 group4.get(), generator4.get(), gx.get(), gy.get(), ctx.get())); in TEST() 362 group5.get(), generator5.get(), gx.get(), gy.get(), ctx.get())); in TEST()
|
/external/wycheproof/java/com/google/security/wycheproof/ |
D | EcUtil.java | 79 final BigInteger gx = new BigInteger(hexGX, 16); in getNistCurveSpec() local 84 ECPoint g = new ECPoint(gx, gy); in getNistCurveSpec()
|
/external/skqp/third_party/skcms/ |
D | skcms.h | 277 float gx, float gy,
|
/external/icu/icu4c/source/data/translit/ |
D | zu_zu_FONIPA.txt | 36 gx → ɡ\u0361ǁ;
|