OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floating
(Results
26 - 50
of
118
) sorted by null
1
2
3
4
5
/external/mesa3d/src/gallium/drivers/llvmpipe/
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/clang/test/Lexer/
cxx1y_digit_separators.cpp
27
namespace
floating
{
/external/valgrind/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
/external/valgrind/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
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
fenv.hpp
11
#error This platform does not have a
floating
point environment
/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
&&
lp_bld_pack.c
286
assert(!src_type.
floating
);
287
assert(!dst_type.
floating
);
394
assert(!src_type.
floating
);
395
assert(!dst_type.
floating
);
507
assert(!src_type.
floating
);
508
assert(!dst_type.
floating
);
617
assert(src_type.
floating
== dst_type.
floating
);
623
assert((!src_type.
floating
&& !dst_type.
floating
) ||
[
all
...]
lp_bld_quad.c
116
if (bld->type.
floating
)
153
if (bld->type.
floating
)
lp_bld_type.c
39
if (type.
floating
) {
89
if (type.
floating
) {
382
if (type.
floating
)
/external/libunwind/doc/
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
unw_set_fpreg.tex
8
\begin{Name}{3}{unw\_set\_fpreg}{David Mosberger-Tang}{Programming Library}{unw\_set\_fpreg}unw\_set\_fpreg -- set contents of
floating
-point register
34
floating
-point registers. See \Func{unw\_set\_reg}(3) for a way to
/external/fdlibm/
Android.mk
57
# c99 specifies a less relaxed
floating
point model that does not enable
58
#
floating
point expession contraction (e.g: fused multiply-add operations).
/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
regress-3039.js
40
// The actual test. We should not trigger a
floating
point exception.
/external/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/vixl/tools/
make_instruction_doc.pl
76
disassembler and simulator. The simulator may not support all
floating
point
83
print describe_insts('AArch64
floating
point and NEON instructions', 'float');
/external/valgrind/none/tests/ppc32/
test_dfp1.stdout.exp
[
all
...]
test_isa_2_07_part2.stdout.exp
1
Test VSX
floating
point instructions
[
all
...]
/external/valgrind/none/tests/ppc64/
test_dfp1.stdout.exp
[
all
...]
test_isa_2_07_part2.stdout.exp
1
Test VSX
floating
point instructions
[
all
...]
/frameworks/rs/api/
rs_vector_math.spec
93
The precision is what would be expected from doing the computation using 16 bit
floating
111
The precision is what would be expected from doing the computation using 16 bit
floating
132
The precision is what would be expected from doing the computation using 16 bit
floating
rs_convert.spec
39
Converting
floating
point values to integer types truncates.
84
Packs three or four
floating
point RGBA values into a uchar4.
/external/ltrace/sysdeps/linux-gnu/m68k/
fetch.c
47
int
floating
)
52
if (
floating
204
assert(!"Unexpected
floating
type!");
/external/speex/libspeex/
arch.h
50
#error You cannot compile as
floating
point and fixed point at the same time
53
#error SSE is only for
floating
-point
/external/valgrind/none/tests/s390x/
dfp-1.stdout.exp
1
Decimal
floating
point arithmetic
Completed in 1096 milliseconds
1
2
3
4
5