OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:floating
(Results
101 - 125
of
4989
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/opencv3/modules/python/test/
precornerdetect.py
6
# assume that the image is
floating
-point
/prebuilts/go/darwin-x86/test/fixedbugs/
bug390.go
15
_ = unsafe.Pointer(x) - unsafe.Pointer(x) // ERROR "operator - not defined on unsafe.Pointer|expected integer,
floating
, or complex type"
bug431.go
7
// gccgo gave an invalid error ("
floating
point constant truncated to
issue6247.go
8
// of
floating
-point registers.
issue6902.go
7
// Issue 6902: confusing printing of large
floating
point constants
/prebuilts/go/linux-x86/test/fixedbugs/
bug390.go
15
_ = unsafe.Pointer(x) - unsafe.Pointer(x) // ERROR "operator - not defined on unsafe.Pointer|expected integer,
floating
, or complex type"
bug431.go
7
// gccgo gave an invalid error ("
floating
point constant truncated to
issue6247.go
8
// of
floating
-point registers.
issue6902.go
7
// Issue 6902: confusing printing of large
floating
point constants
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
fpmov.s
1
// fpmov.s Test file for AArch64
floating
-point move instructions.
/bionic/libm/i387/
npx.h
44
/* Environment information of
floating
point unit */
49
long en_fip; /*
floating
point instruction pointer */
50
u_short en_fcs; /*
floating
code segment selector */
52
long en_foo; /*
floating
operand offset */
53
long en_fos; /*
floating
operand segment selector */
56
/* Contents of each
floating
point accumulator */
68
/*
Floating
point context */
70
struct env87 sv_env; /*
floating
point control/status */
89
u_int32_t en_fip; /*
floating
point instruction pointer */
90
u_int16_t en_fcs; /*
floating
code segment selector *
[
all
...]
/external/libunwind/doc/
unw_is_fpreg.man
16
\-\- check if a register is a
floating
\-point register
35
is a
floating
\-point register.
46
is a
floating
\-point register. Otherwise, it returns a value
unw_is_fpreg.tex
8
\begin{Name}{3}{unw\_is\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_is\_fpreg}unw\_is\_fpreg -- check if a register is a
floating
-point register
20
\Var{reg} is a
floating
-point register.
28
\Var{reg} is a
floating
-point register. Otherwise, it returns a value
/external/mesa3d/src/mesa/x86-64/
calling_convention.txt
29
xmm0?1 used to pass and return
floating
point arguments
31
xmm2?7 used to pass
floating
point arguments
50
Floating
point arguments from list: xmm0-xmm
/external/valgrind/none/tests/s390x/
fpext_warn.stderr.exp
4
feature requires the
floating
point extension facility
10
feature requires the
floating
point extension facility
16
feature requires the
floating
point extension facility
/external/vulkan-validation-layers/libs/glm/gtc/
reciprocal.inl
41
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'sec' only accept
floating
-point values");
55
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'csc' only accept
floating
-point values");
69
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'cot' only accept
floating
-point values");
83
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'asec' only accept
floating
-point values");
97
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'acsc' only accept
floating
-point values");
111
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'acot' only accept
floating
-point values");
126
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'sech' only accept
floating
-point values");
140
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'csch' only accept
floating
-point values");
154
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'coth' only accept
floating
-point values");
168
GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'asech' only accept
floating
-point values")
[
all
...]
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h
28
* ISO C Standard: 5.2.4.2.2 Characteristics of
floating
types <float.h>
46
/* Number of decimal digits, q, such that any
floating
-point number with q
47
decimal digits can be rounded into a
floating
-point number with p radix b
69
range of normalized
floating
-point numbers,
89
representable finite
floating
-point numbers,
100
/* Maximum representable finite
floating
-point number,
112
representable in the given
floating
point type, b**1-p. */
120
/* Minimum normalized positive
floating
-point number, b**(emin - 1). */
136
/* The
floating
-point expression evaluation method.
152
/* Number of decimal digits, n, such that any
floating
-point number in th
[
all
...]
decfloat.h
28
* Draft C Extension to support decimal
floating
-pointing arithmetic:
29
* Characteristics of decimal
floating
types <decfloat.h>
59
/* Maximum representable finite decimal
floating
-point number
69
representable in the given
floating
point type. */
77
/* Minimum normalized positive
floating
-point number. */
85
/* Minimum denormalized positive
floating
-point number. */
93
/* The
floating
-point expression evaluation method.
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h
28
* ISO C Standard: 5.2.4.2.2 Characteristics of
floating
types <float.h>
46
/* Number of decimal digits, q, such that any
floating
-point number with q
47
decimal digits can be rounded into a
floating
-point number with p radix b
69
range of normalized
floating
-point numbers,
89
representable finite
floating
-point numbers,
100
/* Maximum representable finite
floating
-point number,
112
representable in the given
floating
point type, b**1-p. */
120
/* Minimum normalized positive
floating
-point number, b**(emin - 1). */
136
/* The
floating
-point expression evaluation method.
152
/* Number of decimal digits, n, such that any
floating
-point number in th
[
all
...]
decfloat.h
28
* Draft C Extension to support decimal
floating
-pointing arithmetic:
29
* Characteristics of decimal
floating
types <decfloat.h>
59
/* Maximum representable finite decimal
floating
-point number
69
representable in the given
floating
point type. */
77
/* Minimum normalized positive
floating
-point number. */
85
/* Minimum denormalized positive
floating
-point number. */
93
/* The
floating
-point expression evaluation method.
/bionic/libc/upstream-openbsd/lib/libc/stdio/
floatio.h
36
*
Floating
point scanf/printf (input/output) definitions.
39
/* 11-bit exponent (VAX G
floating
point) is 308 decimal digits */
46
*
floating
point exponent in the largest supported format. It should
47
* be ceil(log10(LDBL_MAX_10_EXP)) or, if hexadecimal
floating
point
53
#error "
floating
point buffers too small"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/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 */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/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 */
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h
61
* Setting the
Floating
-Point Environment
62
* __setflm - Set
Floating
-point Mode
65
* __fabs -
Floating
-Point Absolute Value
66
* __fnabs -
Floating
Negative Absolute Value
67
* __fctiw -
Floating
Convert to Integer Word
68
* __fctiwz -
Floating
Convert to Integer Word with Round toward Zero
69
* __fctidz -
Floating
Convert to Integer Doubleword with Round toward Zero
70
* __fctid -
Floating
Convert to Integer Doubleword
71
* __fcfid -
Floating
Convert From Integer Doubleword
72
* __fmadd -
Floating
Multiply-Add (Double-Precision
[
all
...]
/external/vulkan-validation-layers/libs/glm/detail/
func_common.hpp
51
/// @tparam genType
floating
-point or signed integer; scalar or vector types.
60
/// @tparam genType
Floating
-point or signed integer; scalar or vector types.
69
/// @tparam genType
Floating
-point scalar or vector types.
79
/// @tparam genType
Floating
-point scalar or vector types.
92
/// @tparam genType
Floating
-point scalar or vector types.
103
/// @tparam genType
Floating
-point scalar or vector types.
114
/// @tparam genType
Floating
-point scalar or vector types.
123
/// @tparam genType
Floating
-point scalar or vector types.
131
/// for each component in x using the
floating
point value y.
133
/// @tparam genType
Floating
-point scalar or vector types
[
all
...]
Completed in 1754 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>