Home
last modified time | relevance | path

Searched defs:sx (Results 1 - 25 of 134) sorted by relevance

123456

/third_party/optimized-routines/math/
H A Dv_pow.c19 f64_t sx = v_get_f64 (x, lane); in pow() local
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dfmod.c9 int sx = ux.i>>63; in fmod() local
H A Dfmodl.c14 int sx = ux.i.se & 0x8000; in fmodl() local
/third_party/musl/src/math/
H A Dfmod.c9 int sx = ux.i>>63; in fmod() local
H A Dfmodf.c9 uint32_t sx = ux.i & 0x80000000; in fmodf() local
H A Dremquol.c14 int sx = ux.i.se >> 15; in remquol() local
H A Dremquof.c9 int sx = ux.i>>31; in remquof() local
H A Dremquo.c9 int sx = ux.i>>63; in remquo() local
H A Dfmodl.c14 int sx = ux.i.se & 0x8000; in fmodl() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmod.c9 int sx = ux.i>>63; in fmod() local
H A Dfmodf.c9 uint32_t sx = ux.i & 0x80000000; in fmodf() local
H A Dremquol.c14 int sx = ux.i.se >> 15; in remquol() local
H A Dremquo.c9 int sx = ux.i>>63; in remquo() local
H A Dremquof.c9 int sx = ux.i>>31; in remquof() local
H A Dfmodl.c14 int sx = ux.i.se & 0x8000; in fmodl() local
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfmod.c9 int sx = ux.i>>63; in fmod() local
H A Dfmodl.c14 int sx = ux.i.se & 0x8000; in fmodl() local
/third_party/skia/docs/examples/
H A DPath_rCubicTo.cpp13 SkScalar sx = SkScalarSin(i * SK_ScalarPI / 8), in REG_FIDDLE() local
H A Dexample3ps.cpp5 static SkMatrix setpsmatrix(float sx, float kx, float ky, float sy, float tx, float ty, int h) { in REG_FIDDLE() argument
/third_party/FreeBSD/sys/sys/
H A Dsx.h44 #define sx pthread_mutex macro
57 sx_xlocked(struct sx* sx) sx_xlocked() argument
[all...]
/third_party/jerryscript/jerry-libm/
H A Dfmod.c41 int n, hx, hy, hz, ix, iy, sx, i; in fmod() local
[all...]
/third_party/libinput/test/
H A Dlitest-device-elan-tablet.c64 int sx = litest_scale(d, ABS_X, *x); in proximity_in() local
/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.cpp31 SkScalar sx = ctm.get(SkMatrix::kMScaleX); in SmallPathShapeDataKey() local
/third_party/skia/tests/
H A DCopySurfaceTest.cpp176 int sx = x - dstOffset.fX; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/python/Modules/_decimal/tests/
H A Dbench.py110 sx = str(x) variable

Completed in 6 milliseconds

123456