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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/x86_64-linux-glibc2.7-4.6/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. */
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prdtoa.h 43 ** PR_strtod() returns as a double-precision floating-point number
65 ** conversion routines for floating point
66 ** prcsn - number of digits of precision to generate floating
  /external/clang/include/clang/AST/
OperationKinds.h 176 /// CK_IntegralToFloating - Integral to floating point.
180 /// CK_FloatingToIntegral - Floating point to integral. Rounds
185 /// CK_FloatingToBoolean - Floating point to boolean.
189 /// CK_FloatingCast - Casting between floating types of different size.
211 /// \brief A conversion of a floating point real to a floating point
217 /// \brief Converts a floating point complex to floating point real
223 /// \brief Converts a floating point complex to bool by comparing
227 /// \brief Converts between different floating point complex types
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_value.cc 66 /// Get the floating-point value of this object, extended to a long double.
68 /// them to be passed in floating-point registers, so this has little cost).
100 UNREACHABLE("unexpected floating point bit width");
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 5 # This code tests for the fldcw "load floating point command word"
11 # floating point to integer conversions
128 three: .long 0 # a floating point 3.0
  /external/qemu/fpu/
softfloat.c 9 This C source file is part of the SoftFloat IEC/IEEE Floating-point Arithmetic
75 | Returns the fraction bits of the half-precision floating-point value `a'.
84 | Returns the exponent bits of the half-precision floating-point value `a'.
93 | Returns the sign bit of the single-precision floating-point value `a'.
204 | Returns the fraction bits of the single-precision floating-point value `a'.
215 | Returns the exponent bits of the single-precision floating-point value `a'.
226 | Returns the sign bit of the single-precision floating-point value `a'.
252 | Normalizes the subnormal single-precision floating-point value represented
271 | single-precision floating-point value, returning the result. After being
289 | Takes an abstract floating-point value having sign `zSign', exponent `zExp'
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_nearbyint.c 34 * We save and restore the floating-point environment to avoid raising
41 * that rint won't raise any floating-point exceptions. Declaring ret volatile
  /external/chromium_org/third_party/libxml/src/include/
win32config.h 44 a given floating-point variable contains NaN, (+-)INF. These are
45 preferred, because floating-point technology is considered propriatary
  /external/chromium_org/third_party/libxml/win32/
config.h 44 a given floating-point variable contains NaN, (+-)INF. These are
45 preferred, because floating-point technology is considered propriatary
  /external/chromium_org/third_party/libxslt/libxslt/
win32config.h 31 a given floating-point variable contains NaN, (+-)INF. These are
32 preferred, because floating-point technology is considered propriatary
  /external/chromium_org/third_party/mesa/src/docs/
README.VMS 36 You may want to compile Mesa to use VAX-floating point arithmetic, instead
37 of IEEE floating point by removing the /float=IEEE/denorm flag from the
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/
velems.rst 14 guaranteed to support 32-bit floating-point vectors of one to four components.
19 * Floating-point, 16, 32, or 64 bits wide
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_alpha.c 73 if (type.floating &&
83 type.floating = 0;
lp_test_conv.c 179 if ((src_type.floating && !dst_type.floating && dst_type.sign && dst_type.norm && src_type.width == dst_type.width) ||
180 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
188 if ((src_type.floating && !dst_type.floating && dst_type.sign && dst_type.norm && src_type.width == dst_type.width) ||
189 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-155924.js 28 // A HeapNumber with certain bits in the mantissa of the floating point
37 // The following floating-point heap number has a second word similar
  /external/chromium_org/v8/test/webkit/
mod-crash.js 25 "This test checks that n % 0 doesn't crash with a floating-point exception."
48 // Test that reusing a floating point value after use in a modulus works correctly.
  /external/eigen/Eigen/src/plugins/
MatrixCwiseUnaryOps.h 55 * \warning this performs an exact comparison, which is generally a bad idea with floating-point types.
56 * In order to check for equality between two vectors or matrices with floating-point coefficients, it is
  /external/llvm/utils/fpcmp/
fpcmp.cpp 1 //===- fpcmp.cpp - A fuzzy "cmp" that permits floating point noise --------===//
11 // tolerate errors due to floating point noise, with the -r and -a options.
  /external/mesa3d/docs/
README.VMS 36 You may want to compile Mesa to use VAX-floating point arithmetic, instead
37 of IEEE floating point by removing the /float=IEEE/denorm flag from the
  /external/mesa3d/src/gallium/docs/source/cso/
velems.rst 14 guaranteed to support 32-bit floating-point vectors of one to four components.
19 * Floating-point, 16, 32, or 64 bits wide
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_alpha.c 73 if (type.floating &&
83 type.floating = 0;
lp_test_conv.c 179 if ((src_type.floating && !dst_type.floating && dst_type.sign && dst_type.norm && src_type.width == dst_type.width) ||
180 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
188 if ((src_type.floating && !dst_type.floating && dst_type.sign && dst_type.norm && src_type.width == dst_type.width) ||
189 (!src_type.floating && dst_type.floating && src_type.fixed && src_type.width == dst_type.width)) {
  /external/v8/test/mjsunit/regress/
regress-155924.js 28 // A HeapNumber with certain bits in the mantissa of the floating point
37 // The following floating-point heap number has a second word similar
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fenv.h 66 /* Type representing floating-point environment. This structure
95 /* Floating-point environment where none of the exception is masked. */

Completed in 729 milliseconds

1 2 3 4 5 6 7 891011>>