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

<<11121314151617181920>>

  /external/llvm/test/CodeGen/SystemZ/
fp-conv-09.ll 1 ; Test conversion of floating-point values to signed i32s.
fp-conv-10.ll 1 ; Test conversion of floating-point values to unsigned i32s.
fp-conv-11.ll 1 ; Test conversion of floating-point values to signed i64s.
fp-conv-12.ll 1 ; Test conversion of floating-point values to unsigned i64s.
fp-neg-01.ll 1 ; Test floating-point negation.
  /external/llvm/test/CodeGen/X86/
float-asmprint.ll 3 ; Check that all current floating-point types are correctly emitted to assembly
fltused.ll 2 ; any function is called with floating point arguments on Windows. And that it
fltused_function_pointer.ll 2 ; any function is called with floating point arguments on Windows. And that it
  /external/llvm/test/Transforms/InstCombine/
fpcast.ll 1 ; Test some floating point casting cases
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2011-07-20-DoubleIV.ll 3 ; Test LSR's OptimizeShadowIV. Handle a floating-point IV with a
  /external/llvm/test/Verifier/
fpmath.ll 5 ; CHECK: fpmath requires a floating point result!
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 57 /* Decode little-endian 32-bit floating-point value */
83 * finite representable unsigned 11-bit floating-point value) are
143 /* Decode little-endian 32-bit floating-point value */
169 * finite representable unsigned 10-bit floating-point value) are
  /external/oprofile/events/mips/vr5500/
events 11 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : Execution of floating-point instruction
  /external/oprofile/events/ppc/7450/
events 35 event:0x41 counters:0 um:zero minimum:3000 name:FP_STORE_INSNS_COMPLETED_LSU : Floating point store instructions completed in LSU
36 event:0x4f counters:0 um:zero minimum:3000 name:FP_LOAD_INSNS_COMPLETED_LSU : Floating point load instructions completed in LSU
37 event:0x50 counters:0 um:zero minimum:3000 name:FP_LDSINGLE_INSNS_COMPLETED_LSU : Floating point load single instructions completed in LSU
38 event:0x5e counters:0 um:zero minimum:3000 name:FP_DENORMALIZED_RESULT : Floating point denormalized result
  /external/skia/src/utils/
SkFloatUtils.h 57 /** Bits is a unsigned integer the same size as the floating point number. */
83 * Constructs a FloatingPoint from a raw floating-point number.
124 /** The data type used to store the actual floating-point number. */
126 /** The raw floating-point number. */
  /external/valgrind/main/docs/internals/
SPEC-notes.txt 17 floating point issue.
  /frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
setelementat.rs 6 // Basic scalar and floating point types.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
convert_float_to_int.fail.cpp 17 // conversions from floating point to integral durations disallowed
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp 12 // provided as integer OR real (floating-point, built-in or UDT)
50 // Then pick the wider of the two floating-point types
82 { // Promote, if necessary, & pick the wider of the two floating-point types.
88 typename mpl::and_<is_floating_point<T1P>, is_floating_point<T2P> >::type, // both T1P and T2P are floating-point?
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ptrace.h 83 /* Get all floating point registers used by a processes.
88 /* Set all floating point registers used by a processes.
101 /* Get all extended floating point registers used by a processes.
106 /* Set all extended floating point registers used by a processes.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 83 /* Get all floating point registers used by a processes.
88 /* Set all floating point registers used by a processes.
101 /* Get all extended floating point registers used by a processes.
106 /* Set all extended floating point registers used by a processes.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 83 /* Get all floating point registers used by a processes.
88 /* Set all floating point registers used by a processes.
101 /* Get all extended floating point registers used by a processes.
106 /* Set all extended floating point registers used by a processes.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_main.c 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u",
52 type.floating ? "f" : (type.fixed ? "h" : "i"),
65 if (type.floating) {
132 if (type.floating) {
198 if (type.floating) {
257 eps *= type.floating ? 8.0 : 2.0;
290 if (type.floating) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_main.c 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u",
52 type.floating ? "f" : (type.fixed ? "h" : "i"),
65 if (type.floating) {
132 if (type.floating) {
198 if (type.floating) {
257 eps *= type.floating ? 8.0 : 2.0;
290 if (type.floating) {
  /external/valgrind/main/VEX/pub/
libvex_guest_ppc32.h 91 // Vector Registers, Floating Point Registers, and VSX Registers
92 // With ISA 2.06, the "Vector-Scalar Floating-point" category
93 // provides facilities to support vector and scalar binary floating-
95 // of this new facility, combining floating point and vector registers
97 // The floating point registers are now mapped into double word element 0
199 /* 1184 */ UChar guest_FPROUND; // Binary Floating Point Rounding Mode
200 /* 1185 */ UChar guest_DFPROUND; // Decimal Floating Point Rounding Mode

Completed in 1183 milliseconds

<<11121314151617181920>>