HomeSort by relevance Sort by last modified time
    Searched refs:x0 (Results 176 - 200 of 1219) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 316 (0x0 << 26) | (at << 21) | (0x0 << 16) | (dst << 11) | (0x0 << 6) | 0x21);
332 (0x0 << 26) | (0x0 << 21) | (src << 16) | (at << 11) | (0x8 << 6) | 0x2);
352 (0x0 << 26) | (0x0 << 21) | (dst << 16) | (dst << 11) | (0x8 << 6) | 0x0);
354 (0x0 << 26) | (dst << 21) | (at << 16) | (dst << 11) | (0x0 << 6) | 0x25)
    [all...]
  /bionic/libm/bsdsrc/
b_tgamma.c 59 * approximation centered at the minimum (x0+1) to
93 #define x0 .461632144968362356785 /* xmin - 1 */ macro
139 } else if (x >= 1.0 + LEFT + x0)
193 if (y <= 1.0 + (LEFT + x0)) {
194 yy = ratfun_gam(y - x0, 0);
203 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
211 yy = ratfun_gam(y - x0, 0);
217 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
225 if (x < x0 + LEFT) {
231 t = (one-x0); t += x
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 91 { 0x28 , 0x239b, 0x239c, 0x239d, 0x0 }, // left parenthesis
92 { 0x29 , 0x239e, 0x239f, 0x23a0, 0x0 }, // right parenthesis
93 { 0x5b , 0x23a1, 0x23a2, 0x23a3, 0x0 }, // left square bracket
94 { 0x2308, 0x23a1, 0x23a2, 0x23a2, 0x0 }, // left ceiling
95 { 0x230a, 0x23a2, 0x23a2, 0x23a3, 0x0 }, // left floor
96 { 0x5d , 0x23a4, 0x23a5, 0x23a6, 0x0 }, // right square bracket
97 { 0x2309, 0x23a4, 0x23a5, 0x23a5, 0x0 }, // right ceiling
98 { 0x230b, 0x23a5, 0x23a5, 0x23a6, 0x0 }, // right floor
100 { 0x7c , 0x23d0, 0x23d0, 0x23d0, 0x0 }, // vertical bar
101 { 0x2016, 0x2016, 0x2016, 0x2016, 0x0 }, // double vertical lin
    [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 106 size_t x0, size_t y0, size_t radius, bool filled = false) {
113 drawHLine(buf, pixel, x0-radius, y0, 2*radius);
115 drawTwoPixels(buf, pixel, x0-radius, y0, 2*radius);
127 drawHLine(buf, pixel, x0-x, y0+y, 2*x);
128 drawHLine(buf, pixel, x0-x, y0-y, 2*x);
129 drawHLine(buf, pixel, x0-y, y0+x, 2*y);
130 drawHLine(buf, pixel, x0-y, y0-x, 2*y);
132 drawTwoPixels(buf, pixel, x0-x, y0+y, 2*x);
133 drawTwoPixels(buf, pixel, x0-x, y0-y, 2*x);
134 drawTwoPixels(buf, pixel, x0-y, y0+x, 2*y)
    [all...]
  /external/aac/libPCMutils/include/
pcmutils_lib.h 120 PCMDMX_OK = 0x0, /*!< No error happened. */
156 STEREO_MODE = 0x0, /*!< Leave stereo signals as they are. */
  /external/clang/test/SemaCXX/
pseudo-destructors.cpp 67 class X0 { };
70 void test_X0(N1::X0 &x0) {
71 x0.~X0();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-log4j.jar 
  /external/skia/samplecode/
SampleLCD.cpp 43 SkScalar x0 = SkIntToScalar(10); local
52 canvas->drawText(text, len, x0, y, paint);
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.cpp 118 mov r2, #0x0
119 svc #0x0
  /external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.c 81 static gchar cursorBits[] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0};
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 150 void triangle(int x0, int y0, int x1, int y1, int x2, int y2, SkColor color);
177 void line(int x0, int y0, int x1, int y1, SkColor color);
  /frameworks/wilhelm/src/android/
android_defs.h 129 #define ANDROID_MP2TSEVENT_NONE ((SLuint32) 0x0)
152 kAndroidBufferTypeInvalid = ((SLuint16) 0x0),
  /hardware/ti/omap3/dspbridge/inc/
_dbdebug.h 43 #define DSPAPI_ZONE_INIT 0x0
70 #define DSPAPI_ZONE_ID_INIT 0x0
  /hardware/ti/omap3/dspbridge/libbridge/inc/
_dbdebug.h 43 #define DSPAPI_ZONE_INIT 0x0
70 #define DSPAPI_ZONE_ID_INIT 0x0
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 147 float x0, y0, x1, y1; local
149 x0 = -1.0f / relativeAspectRatio;
154 x0 = -1.0f;
159 float[] coords = new float[] { x0, y0, x1, y0, x0, y1, x1, y1 };
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 284 magtype x0 = (magtype)x[i], y0 = (magtype)y[i]; \
287 x0 = x0*x0 + y0*y0; \
289 mag[i] = x0; \
291 x0 = (magtype)x[i+2], y0 = (magtype)y[i+2]; \
293 x0 = x0*x0 + y0*y0; \
295 mag[i+2] = x0; \
825 double x0 = x[i].f * exp_prescale; local
884 double x0 = x[i].f * exp_prescale; local
930 double x0 = x[i].f * exp_prescale; local
995 double x0 = x[i].f * exp_prescale; local
1396 double x0, x1, x2, x3; local
1451 double x0, y0; local
1496 double x0, x1, x2, x3; local
1562 double x0, y0 = (((h0 >> 20) & 0x7ff) - 1023) * ln_2; local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 78 0x0);
93 0x0,
108 0x0,
133 0x0,
150 0x0,
158 0x0,
163 0x0,
234 0x0,
239 0x0,
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 69 if (0x0 == stat_result) {
74 m_FileSize = 0x0;
93 if (0x0 == stat_result) {
98 m_FileSize = 0x0;
124 return 0x0 == (m_State & (BadBit | FailBit));
129 return 0x0 != (m_State & BadBit);
134 return 0x0 != (m_State & FailBit);
139 return 0x0 != (m_State & EOFBit);
191 if (0x0 == pLength)
  /external/skia/bench/
ShaderMaskBench.cpp 72 const SkScalar x0 = SkIntToScalar(-10); local
77 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
84 SkScalar x = x0 + rand.nextUScalar1() * dim.fX;
  /external/skia/src/core/
SkBitmapProcState_shaderproc.h 55 unsigned x0 = TILEX_PROCF(fx, maxX); local
59 SRC_TO_FILTER(row0[x0]),
61 SRC_TO_FILTER(row1[x0]),
  /frameworks/base/telephony/java/android/telephony/
SmsCbCmasInfo.java 136 public static final int CMAS_SEVERITY_EXTREME = 0x0;
151 public static final int CMAS_URGENCY_IMMEDIATE = 0x0;
166 public static final int CMAS_CERTAINTY_OBSERVED = 0x0;
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 96 float x0 = pivotX - l*cos; local
98 canvas.drawLine(x0 + SHADOW_OFFSET, y0 + SHADOW_OFFSET, pivotX + SHADOW_OFFSET, pivotY + SHADOW_OFFSET, mShadow);
100 canvas.drawLine(x0, y0, pivotX, pivotY, mPaint);
  /bionic/libc/kernel/arch-arm/asm/arch/
hardware.h 40 #define ARM_CKCTL (CLKGEN_REG_BASE + 0x0)
59 #define DSP_CKCTL (DSP_CONFIG_REG_BASE + 0x0)
94 #define OMAP_WDT_TIMER (OMAP_MPU_WATCHDOG_BASE + 0x0)
146 #define MPUI_CTRL (MPUI_BASE + 0x0)
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
hardware.h 32 #define ARM_CKCTL (CLKGEN_REG_BASE + 0x0)
50 #define DSP_CKCTL (DSP_CONFIG_REG_BASE + 0x0)
80 #define OMAP_WDT_TIMER (OMAP_MPU_WATCHDOG_BASE + 0x0)
128 #define MPUI_CTRL (MPUI_BASE + 0x0)
  /external/clang/test/ASTMerge/Inputs/
struct1.c 10 struct S0 x0; variable in typeref:struct:S0

Completed in 2910 milliseconds

1 2 3 4 5 6 78 91011>>