OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:floating
(Results
401 - 425
of
3773
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/mesa/src/src/mesa/main/
querymatrix.c
124
/* Call Mesa to get the current matrix in
floating
-point form. First,
158
* valid
floating
point number. FP_ZERO and FP_NORMAL
160
* these three cases as legitimate
floating
-point numbers.
/external/chromium_org/third_party/opus/src/silk/float/
SigProc_FLP.h
161
/*
floating
-point to integer conversion (rounding) */
167
/*
floating
-point to integer conversion (rounding) */
180
/* integer to
floating
-point conversion */
wrappers_FLP.c
71
/*
Floating
-point NLSF processing wrapper */
93
/*
Floating
-point Silk NSQ wrapper */
172
/*
Floating
-point Silk LTP quantiation wrapper */
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.h
3
* \brief YASM
floating
point (IEEE) interface.
49
* \param str
floating
point decimal string
68
/**
Floating
point calculation function: acc = acc op operand.
/external/compiler-rt/lib/
floatdidf.c
19
/* Assumption: double is a IEEE 64 bit
floating
point type
28
/* Support for systems that have hardware
floating
-point; we'll set the inexact flag
48
/* Support for systems that don't have hardware
floating
-point; there are no flags to
floatundidf.c
17
/* Assumption: double is a IEEE 64 bit
floating
point type
28
/* Support for systems that have hardware
floating
-point; we'll set the inexact flag
51
/* Support for systems that don't have hardware
floating
-point; there are no flags to
fp_lib.h
1
//===-- lib/fp_lib.h -
Floating
-point utilities -------------------*- C -*-===//
16
// binary64 types, respectively, and that integer endianness matches
floating
72
//
floating
-point, so we don't bother with a special case for them here.
/external/grub/stage2/
smp-imps.h
53
*
Floating
Pointer Structure.
85
typedef struct imps_fps imps_fps; /* MP
floating
pointer structure */
98
* MP
Floating
Pointer Structure (fps)
/external/jpeg/
jfdctflt.c
8
* This file contains a
floating
-point implementation of the
14
* on the hardware's
floating
point capacity.
34
* we use
floating
point arithmetic.
/external/libxml2/
trionan.c
18
* Functions to handle special quantities in
floating
-point numbers
77
* We must enable IEEE
floating
-point on Alpha
238
@return
Floating
-point representation of negative zero.
255
@return
Floating
-point representation of positive infinity.
299
@return
Floating
-point value of negative infinity.
320
@return
Floating
-point representation of NaN.
347
* the Invalid Operation
floating
-point exception is unmasked.
367
@param number An arbitrary
floating
-point number.
438
@param number An arbitrary
floating
-point number.
516
@param number An arbitrary
floating
-point number
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c
153
} else if(bld->type.
floating
&& func == PIPE_BLEND_SUBTRACT) {
163
} else if(bld->type.
floating
&& func == PIPE_BLEND_REVERSE_SUBTRACT) {
176
if (bld->type.
floating
&& factor_src == factor_dst) {
/external/mesa3d/src/mesa/main/
querymatrix.c
122
/* Call Mesa to get the current matrix in
floating
-point form. First,
156
* valid
floating
point number. FP_ZERO and FP_NORMAL
158
* these three cases as legitimate
floating
-point numbers.
/external/qemu/distrib/jpeg-6b/
jfdctflt.c
8
* This file contains a
floating
-point implementation of the
14
* on the hardware's
floating
point capacity.
34
* we use
floating
point arithmetic.
/external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S
5
# This code tests for the fldcw "load
floating
point command word"
11
#
floating
point to integer conversions
164
three: .long 0 # a
floating
point 3.0
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
fenv.h
33
/* MIPS FPU
floating
point control register bits.
35
* 31-25 ->
floating
point conditions code bits set by FP compare
100
/* Default
floating
-point environment */
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
fenv.h
33
/* MIPS FPU
floating
point control register bits.
35
* 31-25 ->
floating
point conditions code bits set by FP compare
100
/* Default
floating
-point environment */
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
fenv.h
33
/* MIPS FPU
floating
point control register bits.
35
* 31-25 ->
floating
point conditions code bits set by FP compare
100
/* Default
floating
-point environment */
/external/chromium_org/third_party/opus/src/
configure.ac
119
[compile without
floating
point (for machines without a fast enough FPU)])],,
128
PC_BUILD="
floating
-point"
160
[AS_HELP_STRING([--enable-float-approx], [enable fast approximations for
floating
point])],
162
AC_WARN([
Floating
point approximations are not supported on all platforms.])
311
Floating
point support: ........ ${enable_float}
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.c
102
if (!type.
floating
&& !type.sign &&
118
if(type.
floating
&& util_cpu_caps.has_sse) {
246
if(type.
floating
) {
408
if(type.
floating
) {
425
if(type.
floating
) {
513
else if (type.
floating
&&
517
} else if (type.
floating
&&
/external/llvm/lib/Target/X86/
X86Schedule.td
65
//
Floating
point. This covers both scalar and vector operations.
66
defm WriteFAdd : X86SchedWritePair; //
Floating
point add/sub/compare.
67
defm WriteFMul : X86SchedWritePair; //
Floating
point multiplication.
68
defm WriteFDiv : X86SchedWritePair; //
Floating
point division.
69
defm WriteFSqrt : X86SchedWritePair; //
Floating
point square root.
70
defm WriteFRcp : X86SchedWritePair; //
Floating
point reciprocal.
82
// These are often used on both
floating
point and integer vectors.
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c
102
if (!type.
floating
&& !type.sign &&
118
if(type.
floating
&& util_cpu_caps.has_sse) {
246
if(type.
floating
) {
408
if(type.
floating
) {
425
if(type.
floating
) {
513
else if (type.
floating
&&
517
} else if (type.
floating
&&
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/decimal/
decimal
46
* @defgroup decimal Decimal
Floating
-Point Arithmetic
49
* Classes and functions for decimal
floating
-point arithmetic.
54
* @brief ISO/IEC TR 24733 Decimal
floating
-point arithmetic.
80
// 3.2.6 Conversion to generic
floating
-point type.
235
// 3.2.2.3 Conversion from
floating
-point type.
318
// 3.2.3.3 Conversion from
floating
-point type.
401
// 3.2.4.3 Conversion from
floating
-point type.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/decimal/
decimal
46
* @defgroup decimal Decimal
Floating
-Point Arithmetic
49
* Classes and functions for decimal
floating
-point arithmetic.
54
* @brief ISO/IEC TR 24733 Decimal
floating
-point arithmetic.
80
// 3.2.6 Conversion to generic
floating
-point type.
235
// 3.2.2.3 Conversion from
floating
-point type.
318
// 3.2.3.3 Conversion from
floating
-point type.
401
// 3.2.4.3 Conversion from
floating
-point type.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/
decimal
46
* @defgroup decimal Decimal
Floating
-Point Arithmetic
49
* Classes and functions for decimal
floating
-point arithmetic.
54
* @brief ISO/IEC TR 24733 Decimal
floating
-point arithmetic.
80
// 3.2.6 Conversion to generic
floating
-point type.
235
// 3.2.2.3 Conversion from
floating
-point type.
318
// 3.2.3.3 Conversion from
floating
-point type.
401
// 3.2.4.3 Conversion from
floating
-point type.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/decimal/
decimal
46
* @defgroup decimal Decimal
Floating
-Point Arithmetic
49
* Classes and functions for decimal
floating
-point arithmetic.
54
* @brief ISO/IEC TR 24733 Decimal
floating
-point arithmetic.
80
// 3.2.6 Conversion to generic
floating
-point type.
235
// 3.2.2.3 Conversion from
floating
-point type.
318
// 3.2.3.3 Conversion from
floating
-point type.
401
// 3.2.4.3 Conversion from
floating
-point type.
Completed in 587 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>