HomeSort by relevance Sort by last modified time
    Searched full:floating (Results 101 - 125 of 2590) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/mterp/arm-vfp/
funop.S 2 * Generic 32-bit unary floating-point operation. Provide an "instr"
funopNarrower.S 2 * Generic 64bit-to-32bit unary floating point operation. Provide an
funopWider.S 2 * Generic 32bit-to-64bit floating point unary operation. Provide an
  /development/ndk/platforms/android-9/arch-x86/include/
fenv.h 70 /* Default floating-point environment */
74 /* C99 floating-point exception functions */
86 /* C99 floating-point environment functions */
93 /* Additional support functions to set/query floating point traps */
  /external/chromium/base/third_party/dmg_fp/
README.chromium 1 Name: David M. Gay's floating point routines
  /external/llvm/test/Assembler/
2002-04-07-HexFloatConstants.ll 1 ; This testcase checks to make sure that the assembler can handle floating
  /external/llvm/test/CodeGen/X86/
constant-pool-sharing.ll 5 ; and this floating-point vector since they have the same encoding.
  /external/llvm/test/MC/AsmParser/
exprs-invalid.s 14 .long 4e71cf69 // double floating point constant due to missing "0x"
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
fenv.h 70 /* Default floating-point environment */
74 /* C99 floating-point exception functions */
86 /* C99 floating-point environment functions */
93 /* Additional support functions to set/query floating point traps */
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
fenv.h 70 /* Default floating-point environment */
74 /* C99 floating-point exception functions */
86 /* C99 floating-point environment functions */
93 /* Additional support functions to set/query floating point traps */
  /bionic/libc/stdio/
floatio.h 36 * Floating point scanf/printf (input/output) definitions.
39 /* 11-bit exponent (VAX G floating point) is 308 decimal digits */
  /bionic/libm/man/
signbit.3 32 .Nd "determine whether a floating-point number's sign is negative"
38 .Fn signbit "real-floating x"
  /external/clang/test/Analysis/
array-struct-region.c 28 int vec[6][2] = {{0.195, 0.02}, {0.383, 0.067}, {0.55, 0.169}, // expected-warning 6 {{implicit conversion turns literal floating-point number into integer}}
29 {0.831, 0.45}, {0.924, 0.617}, {0.98, 0.805}}; // expected-warning 6 {{implicit conversion turns literal floating-point number into integer}}
  /external/webkit/LayoutTests/platform/android/fast/text/
hyphenate-character-expected.txt 6 RenderBlock (floating) {DIV} at (4,0) size 344x296
16 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
34 RenderBlock (floating) {DIV} at (4,296) size 344x296
44 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
62 RenderBlock (floating) {DIV} at (4,592) size 344x296
72 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
90 RenderBlock (floating) {DIV} at (4,888) size 344x315
101 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
hyphens-expected.txt 6 RenderBlock (floating) {DIV} at (4,0) size 344x296
14 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
32 RenderBlock (floating) {DIV} at (4,296) size 344x317
40 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
60 RenderBlock (floating) {DIV} at (4,613) size 344x296
68 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
90 RenderBlock (floating) {DIV} at (4,909) size 344x296
98 RenderBlock (floating) {DIV} at (262,7) size 75x90 [bgcolor=#F0F8FF]
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 7 Integer, Floating, Raw, Template
18 constexpr LitKind operator"" _kind(long double n) { return LitKind::Floating; }
34 static_assert(.5954_kind == LitKind::Floating, "");
35 static_assert(1._kind == LitKind::Floating, "");
36 static_assert(1.e-2_kind == LitKind::Floating, "");
37 static_assert(4e6_kind == LitKind::Floating, "");
  /external/llvm/include/llvm/CodeGen/
ValueTypes.td 29 def f16 : ValueType<16 , 7>; // 32-bit floating point value
30 def f32 : ValueType<32 , 8>; // 32-bit floating point value
31 def f64 : ValueType<64 , 9>; // 64-bit floating point value
32 def f80 : ValueType<80 , 10>; // 80-bit floating point value
33 def f128 : ValueType<128, 11>; // 128-bit floating point value
34 def ppcf128: ValueType<128, 12>; // PPC 128-bit floating point value
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.h 19 // This class handles running animations, showing and hiding the floating
42 // The tracking area associated with the floating dropdown bar. This tracking
91 // Returns the amount by which the floating bar should be offset downwards (to
109 // Gets the current floating bar shown fraction.
112 // Sets a new current floating bar shown fraction. NOTE: This function has side
  /external/chromium/chrome/browser/ui/gtk/
owned_widget_gtk.h 28 // widgets, GTK has a concept of a "floating" reference. All GtkObjects (and
30 // object starts with a reference count of 1, but has its floating flag set.
32 // "sink" the floating reference, and the count will still be 1. Now the
44 // g_object_ref_sink(widget); // Claim the initial floating reference.
70 // Takes ownership of a widget, by taking the initial floating reference of
  /external/kernel-headers/original/asm-x86/
user_32.h 8 obstacles to being able to view the contents of the floating point
11 the contents of the user struct to find out what the floating point
37 * interacting with the FXSR-format floating point environment. Floating
39 * and both the standard and SIMD floating point data can be accessed via
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
user_32.h 8 obstacles to being able to view the contents of the floating point
11 the contents of the user struct to find out what the floating point
37 * interacting with the FXSR-format floating point environment. Floating
39 * and both the standard and SIMD floating point data can be accessed via
user_64.h 9 contents of the floating point registers, and until these are
12 the user struct to find out what the floating point registers
38 * interacting with the FXSR-format floating point environment. Floating
40 * and both the standard and SIMD floating point data can be accessed via
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
siginfo.h 161 #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */
162 #define FPE_FLTOVF (__SI_FAULT|4) /* floating point overflow */
163 #define FPE_FLTUND (__SI_FAULT|5) /* floating point underflow */
164 #define FPE_FLTRES (__SI_FAULT|6) /* floating point inexact result */
165 #define FPE_FLTINV (__SI_FAULT|7) /* floating point invalid operation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
procfs.h 49 /* Register set for the floating-point registers. */
52 /* Register set for the extended floating-point registers. Includes
54 floating-point stuff. */
57 /* Register set for the extended floating-point registers. Includes
59 floating-point stuff. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
user_32.h 8 obstacles to being able to view the contents of the floating point
11 the contents of the user struct to find out what the floating point
37 * interacting with the FXSR-format floating point environment. Floating
39 * and both the standard and SIMD floating point data can be accessed via

Completed in 714 milliseconds

1 2 3 45 6 7 8 91011>>