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

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/X86/
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/LoopStrengthReduce/
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/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/valgrind/main/docs/internals/
SPEC-notes.txt 17 floating point issue.
  /frameworks/compile/libbcc/runtime/lib/arm/
adddf3vfp.S 15 // Adds two double precision floating point numbers using the Darwin
addsf3vfp.S 15 // Adds two single precision floating point numbers using the Darwin
divdf3vfp.S 15 // Divides two double precision floating point numbers using the Darwin
divsf3vfp.S 15 // Divides two single precision floating point numbers using the Darwin
muldf3vfp.S 15 // Multiplies two double precision floating point numbers using the Darwin
mulsf3vfp.S 15 // Multiplies two single precision floating point numbers using the Darwin
negdf2vfp.S 15 // Returns the negation a double precision floating point numbers using the
negsf2vfp.S 15 // Returns the negation of a single precision floating point numbers using the
subdf3vfp.S 15 // Returns difference between two double precision floating point numbers using
subsf3vfp.S 15 // Returns the difference between two single precision floating point numbers
  /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/clang/test/Analysis/
security-syntax-checks.m 15 // <rdar://problem/6336718> rule request: floating point used as loop
18 // For reference: https://www.securecoding.cert.org/confluence/display/seccode/FLP30-C.+Do+not+use+floating+point+variables+as+loop+counters
21 for (float x = 0.1f; x <= 1.0f; x += 0.1f) {} // expected-warning{{Variable 'x' with floating point type 'float'}}
22 for (float x = 100000001.0f; x <= 100000010.0f; x += 1.0f) {} // expected-warning{{Variable 'x' with floating point type 'float'}}
23 for (float x = 100000001.0f; x <= 100000010.0f; x++ ) {} // expected-warning{{Variable 'x' with floating point type 'float'}}
24 for (double x = 100000001.0; x <= 100000010.0; x++ ) {} // expected-warning{{Variable 'x' with floating point type 'double'}}
25 for (double x = 100000001.0; ((x)) <= 100000010.0; ((x))++ ) {} // expected-warning{{Variable 'x' with floating point type 'double'}}
27 for (double x = 100000001.0; 100000010.0 >= x; x = x + 1.0 ) {} // expected-warning{{Variable 'x' with floating point type 'double'}}
30 for (double x = 100000001.0; ((x)) <= 100000010.0; ((x))++, ++i ) {} // expected-warning{{Variable 'x' with floating point type 'double'}}
33 for (FooType x = 100000001.0f; x <= 100000010.0f; x++ ) {} // expected-warning{{Variable 'x' with floating point type 'FooType'}
    [all...]
  /external/kernel-headers/original/asm-generic/
siginfo.h 174 #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */
175 #define FPE_FLTOVF (__SI_FAULT|4) /* floating point overflow */
176 #define FPE_FLTUND (__SI_FAULT|5) /* floating point underflow */
177 #define FPE_FLTRES (__SI_FAULT|6) /* floating point inexact result */
178 #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/bits/
siginfo.h 180 FPE_FLTDIV, /* Floating point divide by zero. */
182 FPE_FLTOVF, /* Floating point overflow. */
184 FPE_FLTUND, /* Floating point underflow. */
186 FPE_FLTRES, /* Floating point inexact result. */
188 FPE_FLTINV, /* Floating point invalid operation. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
siginfo.h 180 FPE_FLTDIV, /* Floating point divide by zero. */
182 FPE_FLTOVF, /* Floating point overflow. */
184 FPE_FLTUND, /* Floating point underflow. */
186 FPE_FLTRES, /* Floating point inexact result. */
188 FPE_FLTINV, /* Floating point invalid operation. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
siginfo.h 180 FPE_FLTDIV, /* Floating point divide by zero. */
182 FPE_FLTOVF, /* Floating point overflow. */
184 FPE_FLTUND, /* Floating point underflow. */
186 FPE_FLTRES, /* Floating point inexact result. */
188 FPE_FLTINV, /* Floating point invalid operation. */

Completed in 831 milliseconds

1 2 3 4 5 6 78 91011>>