| /external/skia/src/core/ |
| D | SkMatrix.cpp | 197 SkScalar sx = fMat[kMSkewX]; in isSimilarity() local 225 SkScalar sx = fMat[kMSkewX]; in preservesRightAngles() local 297 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale() 306 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy) { in setScale() 315 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale() 325 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy) { in preScale() 356 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale() 365 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy) { in postScale() 484 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew() 492 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy) { in setSkew() [all …]
|
| /external/clang/test/CXX/class.access/class.protected/ |
| D | p1.cpp | 7 static int sx; // expected-note 3 {{declared}} \ member in test0::A 38 static int sx; member in test1::A 72 static int sx; member in test2::A 107 static int sx; member in test3::A 142 static int sx; // expected-note 3{{member is declared here}} member in test4::A 180 static int sx; // expected-note 3{{member is declared here}} member in test5::A 274 void (*sx)(Static) = &A::foo; in test() local 278 void (*sx)(Static) = &A::foo; in test() local 282 void (*sx)(Static) = &A::foo; in test() local 286 void (*sx)(Static) = &A::foo; in test() local
|
| /external/curl/lib/ |
| D | socks.c | 154 static void socksstate(struct socks_state *sx, struct Curl_easy *data, in socksstate() 202 struct socks_state *sx, in socks_state_send() 233 struct socks_state *sx, in socks_state_recv() 275 struct socks_state *sx, in do_SOCKS4() 549 struct socks_state *sx, in do_SOCKS5() 1111 struct socks_state *sx = cf->ctx; in socks_proxy_cf_connect() local 1165 struct socks_state *sx = cf->ctx; in socks_cf_get_select_socks() local
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowLegacyMatrix.java | 125 protected void setScale(float sx, float sy, float px, float py) { in setScale() 131 protected void setScale(float sx, float sy) { in setScale() 185 protected boolean preScale(float sx, float sy, float px, float py) { in preScale() 191 protected boolean preScale(float sx, float sy) { in preScale() 233 protected boolean postScale(float sx, float sy, float px, float py) { in postScale() 239 protected boolean postScale(float sx, float sy) { in postScale() 462 public static SimpleMatrix scale(float sx, float sy, float px, float py) { in scale() 470 public static SimpleMatrix scale(float sx, float sy) { in scale() 573 float sx = dst.width() / src.width(); in setRectToRect() local
|
| D | ShadowNativeMatrix.java | 105 protected static void nSetScale(long nObject, float sx, float sy, float px, float py) { in nSetScale() 110 protected static void nSetScale(long nObject, float sx, float sy) { in nSetScale() 156 protected static void nPreScale(long nObject, float sx, float sy, float px, float py) { in nPreScale() 161 protected static void nPreScale(long nObject, float sx, float sy) { in nPreScale() 196 protected static void nPostScale(long nObject, float sx, float sy, float px, float py) { in nPostScale() 201 protected static void nPostScale(long nObject, float sx, float sy) { in nPostScale()
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| D | DeconvolutionLayerFixture.h | 250 …void setup(TensorShape input_shape, unsigned int sx, unsigned int sy, unsigned int padx, unsigned … in setup() 271 …void setup(TensorShape input_shape, unsigned int sx, unsigned int sy, unsigned int pad_left, unsig… in setup() 292 …void setup(TensorShape input_shape, unsigned int sx, unsigned int sy, unsigned int padx, unsigned … in setup() 314 …void setup(TensorShape input_shape, unsigned int sx, unsigned int sy, unsigned int padx, unsigned … in setup()
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowMatrix.java | 125 protected void setScale(float sx, float sy, float px, float py) { in setScale() 131 protected void setScale(float sx, float sy) { in setScale() 185 protected boolean preScale(float sx, float sy, float px, float py) { in preScale() 191 protected boolean preScale(float sx, float sy) { in preScale() 233 protected boolean postScale(float sx, float sy, float px, float py) { in postScale() 239 protected boolean postScale(float sx, float sy) { in postScale() 461 public static SimpleMatrix scale(float sx, float sy, float px, float py) { in scale() 469 public static SimpleMatrix scale(float sx, float sy) { in scale() 572 float sx = dst.width() / src.width(); in setRectToRect() local
|
| /external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
| D | MatrixNatives.java | 67 public static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() 69 public static native void nSetScale(long nObject, float sx, float sy); in nSetScale() 88 public static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale() 90 public static native void nPreScale(long nObject, float sx, float sy); in nPreScale() 104 public static native void nPostScale(long nObject, float sx, float sy, float px, float py); in nPostScale() 106 public static native void nPostScale(long nObject, float sx, float sy); in nPostScale()
|
| /external/mesa3d/src/mesa/drivers/dri/nouveau/ |
| D | nv04_surface.c | 192 int dx, int dy, int sx, int sy, in nv04_surface_copy_swizzle() 273 int dx, int dy, int sx, int sy, in nv04_surface_copy_m2mf() 361 int dx, int dy, int sx, int sy, in nv04_surface_copy_cpu() 389 int dx, int dy, int sx, int sy, in nv04_surface_copy()
|
| /external/eigen/Eigen/src/Geometry/ |
| D | Scaling.h | 149 inline DiagonalMatrix<Scalar,2> Scaling(const Scalar& sx, const Scalar& sy) in Scaling() 153 inline DiagonalMatrix<Scalar,3> Scaling(const Scalar& sx, const Scalar& sy, const Scalar& sz) in Scaling()
|
| D | Translation.h | 56 EIGEN_DEVICE_FUNC inline Translation(const Scalar& sx, const Scalar& sy) in Translation() 63 EIGEN_DEVICE_FUNC inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz) in Translation()
|
| /external/aac/libFDK/src/ |
| D | fixpoint_math.cpp | 784 INT sx = (DFRACT_BITS - 1) - sf; // sx mantissaBits right of dot in fixp_ceilToInt() local 800 INT sx = (DFRACT_BITS - 1) - sf; in fixp_ceil() local 828 INT sx = (DFRACT_BITS - 1) - sf; // sx mantissaBits right of dot in fixp_truncateToInt() local 864 INT sx = DFRACT_BITS - 1 - sf; in fixp_roundToInt() local 895 INT sx = DFRACT_BITS - 1 - sf; in fixp_round() local
|
| /external/skia/docs/examples/ |
| D | Path_rCubicTo.cpp | 13 SkScalar sx = SkScalarSin(i * SK_ScalarPI / 8), in draw() local
|
| /external/arm-optimized-routines/math/ |
| D | v_pow.c | 19 f64_t sx = v_get_f64 (x, lane); in V_NAME() local
|
| /external/clang/test/CXX/class/class.nest/ |
| D | p1-cxx0x.cpp | 5 static int sx; member in Outer
|
| D | p1.cpp | 7 static int sx; member in Outer
|
| /external/rust/crates/libm/src/math/ |
| D | sin.rs | 83 let sx = f64::from_bits(0x3ea50d15ced1a4a2); // 6.273720864039205e-7 in test_near_pi() localVariable
|
| D | fmod.rs | 9 let sx = uxi >> 63; in fmod() localVariable
|
| D | fmodf.rs | 10 let sx = uxi & 0x80000000; in fmodf() localVariable
|
| D | remquof.rs | 7 let sx = (ux >> 31) != 0; in remquof() localVariable
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
| D | ScaleXYParser.java | 19 float sx = (float) reader.nextDouble(); in parse() local
|
| /external/fdlibm/ |
| D | s_rint.c | 43 int i0,j0,sx; local
|
| D | e_remainder.c | 40 unsigned sx,lx,lp; local
|
| /external/musl/src/math/ |
| D | fmod.c | 9 int sx = ux.i>>63; in fmod() local
|
| D | fmodf.c | 9 uint32_t sx = ux.i & 0x80000000; in fmodf() local
|