Searched refs:sd (Results 1 - 14 of 14) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
H A Dfloatundisf.c32 int sd = N - __builtin_clzll(a); /* number of significant digits */ local
33 int e = sd - 1; /* 8 exponent */
34 if (sd > FLT_MANT_DIG)
44 switch (sd)
52 a = (a >> (sd - (FLT_MANT_DIG+2))) |
53 ((a & ((du_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0);
69 a <<= (FLT_MANT_DIG - sd);
H A Dfloatdisf.c34 int sd = N - __builtin_clzll(a); /* number of significant digits */ local
35 int e = sd - 1; /* exponent */
36 if (sd > FLT_MANT_DIG)
46 switch (sd)
54 a = ((du_int)a >> (sd - (FLT_MANT_DIG+2))) |
55 ((a & ((du_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0);
71 a <<= (FLT_MANT_DIG - sd);
H A Dfloattidf.c38 int sd = N - __clzti2(a); /* number of significant digits */ local
39 int e = sd - 1; /* exponent */
40 if (sd > DBL_MANT_DIG)
50 switch (sd)
58 a = ((tu_int)a >> (sd - (DBL_MANT_DIG+2))) |
59 ((a & ((tu_int)(-1) >> ((N + DBL_MANT_DIG+2) - sd))) != 0);
75 a <<= (DBL_MANT_DIG - sd);
H A Dfloattisf.c38 int sd = N - __clzti2(a); /* number of significant digits */ local
39 int e = sd - 1; /* exponent */
40 if (sd > FLT_MANT_DIG)
50 switch (sd)
58 a = ((tu_int)a >> (sd - (FLT_MANT_DIG+2))) |
59 ((a & ((tu_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0);
75 a <<= (FLT_MANT_DIG - sd);
H A Dfloattixf.c40 int sd = N - __clzti2(a); /* number of significant digits */ local
41 int e = sd - 1; /* exponent */
42 if (sd > LDBL_MANT_DIG)
52 switch (sd)
60 a = ((tu_int)a >> (sd - (LDBL_MANT_DIG+2))) |
61 ((a & ((tu_int)(-1) >> ((N + LDBL_MANT_DIG+2) - sd))) != 0);
77 a <<= (LDBL_MANT_DIG - sd);
H A Dfloatuntidf.c36 int sd = N - __clzti2(a); /* number of significant digits */ local
37 int e = sd - 1; /* exponent */
38 if (sd > DBL_MANT_DIG)
48 switch (sd)
56 a = (a >> (sd - (DBL_MANT_DIG+2))) |
57 ((a & ((tu_int)(-1) >> ((N + DBL_MANT_DIG+2) - sd))) != 0);
73 a <<= (DBL_MANT_DIG - sd);
H A Dfloatuntisf.c36 int sd = N - __clzti2(a); /* number of significant digits */ local
37 int e = sd - 1; /* exponent */
38 if (sd > FLT_MANT_DIG)
48 switch (sd)
56 a = (a >> (sd - (FLT_MANT_DIG+2))) |
57 ((a & ((tu_int)(-1) >> ((N + FLT_MANT_DIG+2) - sd))) != 0);
73 a <<= (FLT_MANT_DIG - sd);
H A Dfloatuntixf.c38 int sd = N - __clzti2(a); /* number of significant digits */ local
39 int e = sd - 1; /* exponent */
40 if (sd > LDBL_MANT_DIG)
50 switch (sd)
58 a = (a >> (sd - (LDBL_MANT_DIG+2))) |
59 ((a & ((tu_int)(-1) >> ((N + LDBL_MANT_DIG+2) - sd))) != 0);
75 a <<= (LDBL_MANT_DIG - sd);
H A Dfloatdidf.c60 int sd = N - __builtin_clzll(a); /* number of significant digits */ local
61 int e = sd - 1; /* exponent */
62 if (sd > DBL_MANT_DIG)
72 switch (sd)
80 a = ((du_int)a >> (sd - (DBL_MANT_DIG+2))) |
81 ((a & ((du_int)(-1) >> ((N + DBL_MANT_DIG+2) - sd))) != 0);
97 a <<= (DBL_MANT_DIG - sd);
H A Dfloatundidf.c61 int sd = N - __builtin_clzll(a); /* number of significant digits */ local
62 int e = sd - 1; /* exponent */
63 if (sd > DBL_MANT_DIG)
73 switch (sd)
81 a = (a >> (sd - (DBL_MANT_DIG+2))) |
82 ((a & ((du_int)(-1) >> ((N + DBL_MANT_DIG+2) - sd))) != 0);
98 a <<= (DBL_MANT_DIG - sd);
/frameworks/base/core/java/android/app/
H A DLoadedApk.java535 LoadedApk.ServiceDispatcher sd = it.next();
538 + sd.getServiceConnection() + " that was originally bound here");
539 leak.setStackTrace(sd.getLocation().getStackTrace());
543 sd.getIServiceConnection());
547 sd.doForget();
824 LoadedApk.ServiceDispatcher sd = null;
827 sd = map.get(c);
829 if (sd == null) {
830 sd = new ServiceDispatcher(c, context, handler, flags);
835 map.put(c, sd);
914 InnerConnection(LoadedApk.ServiceDispatcher sd) argument
[all...]
H A DContextImpl.java1115 IServiceConnection sd;
1117 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(),
1133 sd, flags);
1147 IServiceConnection sd = mPackageInfo.forgetServiceDispatcher(
1150 ActivityManagerNative.getDefault().unbindService(sd);
/frameworks/base/opengl/libagl/
H A Dprimitives.cpp902 GLfixed sd = dot4(equation.v, s->eye.v); local
907 if (sd >= 0) {
914 const GLfixed t = clipDivide(sd, sd-pd);
925 const GLfixed t = clipDivide(pd, pd-sd);
939 sd = pd;
967 GLfixed sd = frustumPlaneDist(plane, s->clip); local
972 if (sd >= 0) {
979 const GLfixed t = clipDivide(sd, sd
1044 const GLfixed sd = dot4(equation.v, s->eye.v); local
1079 const GLfixed sd = frustumPlaneDist(plane, s->clip); local
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6597 final StartingData sd = wtoken.startingData;
6599 if (sd == null) {
6605 + wtoken + ": pkg=" + sd.pkg);
6610 wtoken.token, sd.pkg, sd.theme, sd.compatInfo,
6611 sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd
[all...]

Completed in 168 milliseconds