HomeSort by relevance Sort by last modified time
    Searched refs:FLOAT (Results 226 - 250 of 407) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 107 FLOAT = 'F' # push float object; decimal string argument
142 BINFLOAT = 'G' # push float; arg is 8-byte float encoding
477 self.write(FLOAT + repr(obj) + '\n')
954 self.append(float(self.readline()[:-1]))
955 dispatch[FLOAT] = load_float
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 321 FLOAT: INTEGER '.' DIGITS (('e'|'E') INTEGER)?;
  /external/chromium_org/ash/wm/
app_list_controller.cc 213 views::BubbleBorder::FLOAT,
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 129 bubble_border_->arrow() != BubbleBorder::FLOAT) ||
  /external/qemu/disas/
i386.c 538 #define FLOAT NULL, { { NULL, FLOATCODE } }
    [all...]
  /frameworks/base/core/java/android/view/
DisplayInfo.java 159 public float refreshRate;
164 public float[] supportedRefreshRates = EmptyArray.FLOAT;
179 public float physicalXDpi;
188 public float physicalYDpi;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 109 the standard OpenGL byte/float mapping is considered acceptable too, as
114 converting to GL_FLOAT (using the standard OpenGL float/byte mapping)
178 UNSIGNED_NORMALIZED_ARB, or FLOAT. This extension adds a new enum,
  /external/chromium_org/third_party/skia/src/ports/
SkScalerContext_win_dw.cpp 416 FLOAT advance = 0;
646 FLOAT advance = 0.0f;
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 29 FLOAT x, y, z;
31 FLOAT u, v;
73 float startWidth,
74 float startHeight,
75 float stopWidth,
76 float stopHeight)
88 float& startWidth,
89 float& startHeight,
90 float& stopWidth,
91 float& stopHeight
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 199 || t == INT || t == LONG || t == FLOAT || t == DOUBLE);
    [all...]
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 109 the standard OpenGL byte/float mapping is considered acceptable too, as
114 converting to GL_FLOAT (using the standard OpenGL float/byte mapping)
178 UNSIGNED_NORMALIZED_ARB, or FLOAT. This extension adds a new enum,
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 412 FLOAT advance = 0;
642 FLOAT advance = 0.0f;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexDataWriterTest.java 350 writer.writeRightZeroExtendedInt(ValueType.FLOAT, intValue);
353 arr[0] = ValueType.FLOAT | ((encodedValue.length-1) << 5);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 817 FLOAT = 5; // GLfloat, GLclampf
827 repeated float floatValue = 4;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp 115 arg_floatarray->set_type(GLMessage::DataType::FLOAT);
384 arg_params->set_type(GLMessage::DataType::FLOAT);
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 734 final float appScale = v.getContext().getResources()
    [all...]
  /external/chromium_org/ui/app_list/views/
app_list_view_unittest.cc 178 views::BubbleBorder::FLOAT,
  /external/chromium_org/win8/metro_driver/
print_handler.cc 342 float PrintHandler::GetLogicalDpi() {
352 FLOAT dpi = 0.0;
367 void PrintHandler::OnLogicalDpiChanged(float dpi) {
  /external/deqp/framework/common/
tcuTestLog.cpp 154 float d = 1.0f;
156 d = de::max(d, (float)imageSize[i] / (float)maxSize);
160 res[i] = deRoundFloatToInt32((float)imageSize[i] / d);
200 float yf = ((float)y + 0.5f) / (float)logImage.getHeight();
201 float xf = ((float)x + 0.5f) / (float)logImage.getWidth()
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 80 float clearDepth;
97 case 32: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT);
327 float step = 2.0f / numSteps;
336 float d = -1.0f + step*ndx;
337 float c = (float)ndx / (float)(numSteps-1);
338 float pos[] =
367 static const float pos[] =
379 float c = (float)ndx / (float)(numSteps-1)
    [all...]
es2fRandomFragmentOpTests.cpp 70 static const float CLEAR_DEPTH = 1.0f;
270 m_refDepthBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT), width, height);
307 const float clearDepth = CLEAR_DEPTH;
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 80 float clearDepth;
97 case 32: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT);
330 float step = 2.0f / numSteps;
339 float d = -1.0f + step*ndx;
340 float c = (float)ndx / (float)(numSteps-1);
341 float pos[] =
370 static const float pos[] =
382 float c = (float)ndx / (float)(numSteps-1)
    [all...]
es3fRandomFragmentOpTests.cpp 70 static const float CLEAR_DEPTH = 1.0f;
270 m_refDepthBuffer = new tcu::TextureLevel(tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT), width, height);
307 const float clearDepth = CLEAR_DEPTH;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckMethodAdapter.java 686 || value == Opcodes.FLOAT || value == Opcodes.LONG
754 * Checks that the given value is an {@link Integer}, a{@link Float}, a
760 if (!(cst instanceof Integer) && !(cst instanceof Float)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 208 case FLOAT:
645 * If the next token is a float, consume it and return its value.
648 public float consumeFloat() throws ParseException {
650 // Float.parseFloat() does not accept "inf", "infinity", or "nan".
654 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY;
658 return Float.NaN;
661 final float result = Float.parseFloat(currentToken);
768 * {@code NumberFormatException} when trying to parse a float or double
    [all...]

Completed in 4465 milliseconds

1 2 3 4 5 6 7 8 91011>>