HomeSort by relevance Sort by last modified time
    Searched defs:FIXED (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
math-cordic.js 30 function FIXED(X)
46 FIXED(45.0), FIXED(26.565), FIXED(14.0362), FIXED(7.12502),
47 FIXED(3.57633), FIXED(1.78991), FIXED(0.895174), FIXED(0.447614),
48 FIXED(0.223811), FIXED(0.111906), FIXED(0.055953)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
math-cordic.js 30 function FIXED(X)
46 FIXED(45.0), FIXED(26.565), FIXED(14.0362), FIXED(7.12502),
47 FIXED(3.57633), FIXED(1.78991), FIXED(0.895174), FIXED(0.447614),
48 FIXED(0.223811), FIXED(0.111906), FIXED(0.055953)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-cordic.js 30 function FIXED(X)
46 FIXED(45.0), FIXED(26.565), FIXED(14.0362), FIXED(7.12502),
47 FIXED(3.57633), FIXED(1.78991), FIXED(0.895174), FIXED(0.447614),
48 FIXED(0.223811), FIXED(0.111906), FIXED(0.055953)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 61 FIXED: 'fixed_servers',
608 case ProxyFormController.ProxyTypes.FIXED:
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double-conversion.h 162 // Computes a decimal representation with a fixed number of digits after the
274 // Produce a fixed number of digits after the decimal point.
275 // For instance fixed(0.1, 4) becomes 0.1000
277 FIXED,
278 // Fixed number of digits (independent of the decimal point).
301 // - FIXED: produces digits necessary to print a given number with
  /external/chromium_org/ui/views/layout/
grid_layout.h 95 // The column size is fixed.
96 FIXED,
156 // is fixed to the specified value.
283 // column, and is only used if size_type == FIXED. min_width gives the
  /external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc 40 FIXED,
52 // We are trying to figure out whether the drive is a fixed volume,
63 return FIXED;
  /frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
Camera2PortabilityTest.java 128 set.setFocusMode(FocusMode.FIXED);
203 assertEquals(intstr.focusModeFromInt(CONTROL_AF_MODE_OFF), FocusMode.FIXED);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 58 // Capped conversion from float to fixed.
66 #define FIXED(value) floatToFixed(value)
254 // kludge to set lower edge of the object to fixed level
290 result->normalArray[i] = FIXED(n.x);
291 result->normalArray[i + 1] = FIXED(n.y);
292 result->normalArray[i + 2] = FIXED(n.z);
309 result->vertexArray[currentVertex * 3] = FIXED(pa.x);
310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y);
311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z);
313 result->vertexArray[currentVertex * 3] = FIXED(pb.x)
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraCapabilities.java 94 * Focus is fixed.
97 FIXED,
710 if (supports(FocusMode.FIXED)) {
713 Log.w(TAG, "Focus mode not supported... trying FIXED");
714 settings.setFocusMode(FocusMode.FIXED);
  /frameworks/native/opengl/tests/angeles/
demo.c 58 // Capped conversion from float to fixed.
66 #define FIXED(value) floatToFixed(value)
254 // kludge to set lower edge of the object to fixed level
290 result->normalArray[i] = FIXED(n.x);
291 result->normalArray[i + 1] = FIXED(n.y);
292 result->normalArray[i + 2] = FIXED(n.z);
309 result->vertexArray[currentVertex * 3] = FIXED(pa.x);
310 result->vertexArray[currentVertex * 3 + 1] = FIXED(pa.y);
311 result->vertexArray[currentVertex * 3 + 2] = FIXED(pa.z);
313 result->vertexArray[currentVertex * 3] = FIXED(pb.x)
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 82 private static final char[] FIXED = new char[] { 'F', 'I', 'X', 'E', 'D' };
790 * baz NOTATION (a|b|c) #FIXED "c">
798 * The default is either #REQUIRED, #IMPLIED, #FIXED, a quoted value, or
799 * #FIXED with a quoted value.
858 read(FIXED);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/sdk/tools/
jill.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 306 milliseconds