HomeSort by relevance Sort by last modified time
    Searched full:floating (Results 201 - 225 of 4989) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Sema/
warn-absolute-value.c 22 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
26 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
30 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
52 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}}
56 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of integer type}}
60 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of integer type}}
84 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
88 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
92 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
115 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}
    [all...]
  /external/clang/test/SemaCXX/
warn-absolute-value.cpp 43 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
47 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
51 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
73 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}}
77 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabs' when argument is of integer type}}
81 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsl' when argument is of integer type}}
107 // expected-warning@-1 {{using floating point absolute value function 'fabsf' when argument is of integer type}}
111 // expected-warning@-1 {{using floating point absolute value function 'fabs' when argument is of integer type}}
115 // expected-warning@-1 {{using floating point absolute value function 'fabsl' when argument is of integer type}}
138 // expected-warning@-1 {{using floating point absolute value function '__builtin_fabsf' when argument is of integer type}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
real.h 1 /* Definitions of floating-point access for GNU compiler.
158 /* The target format used for each floating point mode.
177 /* The following macro determines whether the floating point format is
230 /* Determine whether a floating-point value X is infinite. */
233 /* Determine whether a floating-point value X is a NaN. */
236 /* Determine whether a floating-point value X is finite. */
239 /* Determine whether a floating-point value X is negative. */
242 /* Determine whether a floating-point value X is minus zero. */
245 /* Compare two floating-point objects for bitwise identity. */
255 /* Render R as a decimal floating point constant. *
    [all...]
  /external/kernel-headers/original/uapi/linux/
prctl.h 26 /* Get/set floating-point emulation control bits (if meaningful) */
32 /* Get/set floating-point exception mode (if meaningful) */
36 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
37 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
38 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
39 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
40 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
  /external/libcap/libcap/include/uapi/linux/
prctl.h 24 /* Get/set floating-point emulation control bits (if meaningful) */
30 /* Get/set floating-point exception mode (if meaningful) */
34 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
35 # define PR_FP_EXC_OVF 0x020000 /* floating point overflow */
36 # define PR_FP_EXC_UND 0x040000 /* floating point underflow */
37 # define PR_FP_EXC_RES 0x080000 /* floating point inexact result */
38 # define PR_FP_EXC_INV 0x100000 /* floating point invalid operation */
  /external/llvm/include/llvm/IR/
Instruction.def 164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt
166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
167 HANDLE_CAST_INST(42, SIToFP , SIToFPInst ) // SInt -> floating point
168 HANDLE_CAST_INST(43, FPTrunc , FPTruncInst ) // Truncate floating point
169 HANDLE_CAST_INST(44, FPExt , FPExtInst ) // Extend floating point
184 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /external/ltrace/
type.h 143 /* If INFO is floating point equivalent type, return the corresponding
144 * floating point type. Otherwise return NULL. Floating point
146 * ARGTYPE_STRUCT whose sole member is a floating point equivalent
150 /* If INFO is homogeneous floating-point aggregate, return the
151 * corresponding floating point type, and set *COUNTP to number of
154 * floating-point type. */
  /external/parameter-framework/upstream/test/functional-tests/
FloatingPoint.cpp 63 SCENARIO_METHOD(LazyPF, "Invalid floating points XML structure", "[floating point]")
75 SCENARIO_METHOD(FloatsPF, "Floating points", "[floating points]")
83 AND_THEN ("Set/Get a floating point parameter in real value space") {
108 AND_THEN ("Set/Get a floating point parameter in raw value space") {
147 AND_THEN ("Set/Get floating point parameter handle") {
  /external/valgrind/memcheck/tests/
vcpu_fbench.c 28 John Walker's Floating Point Benchmark, derived from...
42 not only determines execution speed on an extremely floating
48 average floating point program.
53 INTRIG defined reflect the machine's basic floating point
57 performance and/or floating point hardware support for trig
59 good guide to general floating point performance, while
65 checks on the following machines, floating point
78 MicroVAX II C Vax "G" format floating point
80 Macintosh Plus MPW C SANE floating point, IEEE 64 bit format
85 invariant under changes in floating point format, as long a
    [all...]
  /external/valgrind/perf/
fbench.c 24 John Walker's Floating Point Benchmark, derived from...
38 not only determines execution speed on an extremely floating
44 average floating point program.
49 INTRIG defined reflect the machine's basic floating point
53 performance and/or floating point hardware support for trig
55 good guide to general floating point performance, while
61 checks on the following machines, floating point
74 MicroVAX II C Vax "G" format floating point
76 Macintosh Plus MPW C SANE floating point, IEEE 64 bit format
81 invariant under changes in floating point format, as long a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fenv.h 20 * ISO C99 7.6: Floating-point environment <fenv.h>
31 fenv_t type for object representing an entire floating-point
38 fexcept_t type for object representing the floating-point exception
62 /* Floating-point exception handling. */
92 /* Floating-point environment. */
94 /* Store the current floating-point environment in the object pointed
103 /* Establish the floating-point environment represented by the object
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fenv.h 20 * ISO C99 7.6: Floating-point environment <fenv.h>
31 fenv_t type for object representing an entire floating-point
38 fexcept_t type for object representing the floating-point exception
62 /* Floating-point exception handling. */
92 /* Floating-point environment. */
94 /* Store the current floating-point environment in the object pointed
103 /* Establish the floating-point environment represented by the object
  /external/vulkan-validation-layers/libs/glm/detail/
func_exponential.hpp 52 /// @param base Floating point value. pow function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type precision.
53 /// @param exponent Floating point value representing the 'exponent'.
54 /// @tparam genType Floating-point scalar or vector types.
64 /// @tparam genType Floating-point scalar or vector types.
76 /// @tparam genType Floating-point scalar or vector types.
86 /// @tparam genType Floating-point scalar or vector types.
97 /// @tparam genType Floating-point scalar or vector types.
107 /// @tparam genType Floating-point scalar or vector types.
120 /// @tparam genType Floating-point scalar or vector types.
  /toolchain/binutils/binutils-2.25/gas/doc/
c-xgate.texi 19 * XGATE-Float:: Floating Point
178 @section Floating Point
180 @cindex floating point, XGATE
181 @cindex XGATE floating point
182 Packed decimal (P) format floating literals are not supported(yet).
184 The floating point formats generated by directives are these.
189 @code{Single} precision floating point constants.
193 @code{Double} precision floating point constants.
199 @code{Extended} precision (@code{long double}) floating point constants.
  /external/bison/m4/
fpieee.m4 14 dnl floating-point operations.
20 dnl Ensure non-trapping behaviour of floating-point overflow and
21 dnl floating-point division by zero.
  /external/dng_sdk/source/
dng_1d_table.h 15 * Definition of a lookup table based 1D floating-point to floating-point function abstraction using linear interpolation.
32 /// \brief A 1D floating-point lookup table using linear interpolation.
  /external/libunwind/doc/
unw_get_fpreg.man 16 \-\- get contents of floating\-point register
35 routine reads the value of floating\-point
54 floating\-point registers. See unw_get_fpreg(3)
unw_get_fpreg.tex 8 \begin{Name}{3}{unw\_get\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_get\_fpreg}unw\_get\_fpreg -- get contents of floating-point register
19 The \Func{unw\_get\_fpreg}() routine reads the value of floating-point
34 floating-point registers. See \Func{unw\_get\_fpreg}(3) for a way to
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fenv.h 47 /* This 32-byte struct represents the entire floating point
72 /* The default Intel x87 floating point environment (64-bit mantissa) */
75 /* The floating point environment set by MSVCRT _fpreset (53-bit mantissa) */
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug120.go 25 // "x" = the floating point value from converting the string x.
26 // These are exactly representable in 64-bit floating point:
34 // This is not going to be correct until 6g has multiprecision floating point.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug120.go 25 // "x" = the floating point value from converting the string x.
26 // These are exactly representable in 64-bit floating point:
34 // This is not going to be correct until 6g has multiprecision floating point.
  /toolchain/binutils/binutils-2.25/gas/config/
atof-vax.c 1 /* atof_vax.c - turn a Flonum into a VAX floating point number
144 *words = 0x8000; /* Floating Reserved Operand Code. */
241 /* In: a flonum, a vax floating point format.
242 Out: a vax floating-point bit pattern. */
318 number, but return a floating exception
367 number, but return a floating exception
379 /* In: input_line_pointer->the 1st character of a floating-point
382 binary floating point number returned.
383 Address of where to build floating point literal.
387 Out: Input_line_pointer->of next char after floating number
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 113 #define F_FLOAT 0x00000020 /* Floating point instruction (not a branch). */
114 #define F_FBR 0x00000040 /* Floating point branch. */
181 e frs1 floating point register.
182 v frs1 floating point register (double/even).
183 V frs1 floating point register (quad/multiple of 4).
184 f frs2 floating point register.
185 B frs2 floating point register (double/even).
186 R frs2 floating point register (quad/multiple of 4).
187 4 frs3 floating point register.
188 5 frs3 floating point register (doube/even)
    [all...]
  /art/runtime/interpreter/mterp/arm/
fbinop2addr.S 2 * Generic 32-bit floating point "/2addr" binary operation. Provide
fbinopWide.S 2 * Generic 64-bit double-precision floating point binary operation.

Completed in 2376 milliseconds

1 2 3 4 5 6 7 891011>>