HomeSort by relevance Sort by last modified time
    Searched full:floating (Results 626 - 650 of 3773) sorted by null

<<21222324252627282930>>

  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 69 * IEEE754 32-bit floating point value
78 * IEEE754 64-bit floating point value
  /external/bison/lib/
isnan.c 118 /* Be careful to not do any floating-point operation on x, such as x == x,
129 complains about "floating-point operation result is out of range". */
  /external/bison/m4/
isnanl.m4 204 Table 5-2 "Floating-Point Register Encodings"
205 Figure 5-6 "Memory to Floating-Point Register Data Translation"
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 41 // Find the total height of the floating bar (in fullscreen mode). Safe to call
72 // Lay out the view which draws the background for the floating bar when in
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_controller.h 111 // Lazily created view which draws the background for the floating set of bars
112 // in presentation mode (for window types having a floating bar; it remains
138 // The proportion of the floating bar which is shown (in presentation mode).
141 // Various UI elements/events may want to ensure that the floating bar is
215 // Returns a weak pointer to the floating bar backing view;
427 // Gets or sets the fraction of the floating bar (presentation mode overlay)
434 // focus). This is required for the floating bar in presentation mode, but
450 // Returns YES if any of the views in the floating bar currently has focus.
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler_types.h 110 OT_SD = 0x0F000000, // scalar double-precision floating-point value
111 OT_PD = 0x10000000, // double-precision floating point
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
number_test.cpp 103 // This test covers floating point numbers of form [0-9][eE][+-]?[0-9].
130 // This test covers floating point numbers of form [0-9]"." and [0-9]?"."[0-9].
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 37 "usage" value is a floating point value on the range [0,max] which is
130 glXGetFrameUsageMESA returns a floating-point value in <usage>
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 116 if (bld->type.floating)
153 if (bld->type.floating)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 322 type.floating = TRUE;
446 assert(type.floating);
567 if(z_src_type.floating) {
610 if (z_type.floating) {
727 if (z_src_type.floating) {
729 * Convert from floating point values
732 if (!z_type.floating) {
746 assert(!z_type.floating);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfprotect.asm 117 idesc32 isrP, 0x0008, 0 ; 0x10, 16, #MF, Floating Point Fault
155 dw isrR, 0 ; 0x10, 16, #MF, Floating Point Fault
  /external/chromium_org/tools/memory_watcher/
mini_disassembler_types.h 112 OT_SD = 0x0F000000, // scalar double-precision floating-point value
113 OT_PD = 0x10000000, // double-precision floating point
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler_types.h 110 OT_SD = 0x0F000000, // scalar double-precision floating-point value
111 OT_PD = 0x10000000, // double-precision floating point
  /external/clang/test/Sema/
builtins.c 8 return __builtin_islessequal(a, b); // expected-error {{floating point type}}
15 return __builtin_islessequal(a, b); // expected-error {{floating point type}}
  /external/eigen/Eigen/src/Core/
NumTraits.h 29 * such as quotients, square roots, etc. If \a T is a floating-point type, then this typedef just gives
74 // make sure to override this for floating-point types
StableNorm.h 94 ibeta = std::numeric_limits<RealScalar>::radix; // base for floating-point numbers
98 rbig = (std::numeric_limits<RealScalar>::max)(); // largest floating-point number
  /external/eigen/unsupported/Eigen/
Polynomials 113 With 32bit (float) floating types this problem shows up frequently.
115 (double) floating types and small polynomial degree (<20).
  /external/iproute2/
README.distribution 85 enormous amounts of floating point arithmetic. Don't try running
92 provided a simple "stats" utility. Give it a series of floating point
  /external/iproute2/netem/
README.distribution 87 enormous amounts of floating point arithmetic. Don't try running
94 provided a simple "stats" utility. Give it a series of floating point
  /external/kernel-headers/original/asm-arm/
user.h 9 obstacles to being able to view the contents of the floating point
12 the contents of the user struct to find out what the floating point
  /external/libvorbis/doc/
09-helper.tex 52 representation used by the decoder for floating point numbers. For
54 host-native floating point number.
  /external/llvm/docs/HistoricalNotes/
2003-06-26-Reoptimizer2.txt 34 It does not handle integer or floating-point condition codes and it
35 does not handle floating-point register allocation.
  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 67 /// floating-point registers that might contain variadic parameters.
72 /// The size of the frame object used to store the floating-point registers
  /external/llvm/lib/Target/SystemZ/
SystemZCallingConv.td 30 // other floating-point argument registers available for code that
31 // doesn't care about the ABI. All floating-point argument registers
  /external/llvm/lib/Target/X86/
X86RegisterInfo.td 161 // Pseudo Floating Point registers
241 // Floating point stack registers. These don't map one-to-one to the FP
254 // Floating-point status word
411 // Scalar SSE2 floating point registers.
417 // FIXME: This sets up the floating point register files as though they are f64
427 // Floating point stack registers (these are not allocatable by the
428 // register allocator - the floating point stackifier is responsible
455 // Scalar AVX-512 floating point registers.

Completed in 2182 milliseconds

<<21222324252627282930>>