OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:floating
(Results
76 - 100
of
153
) sorted by null
1
2
3
4
5
6
7
/external/llvm/bindings/ocaml/llvm/
llvm.mli
164
(** The predicate for a
floating
-point comparison ([fcmp]) instruction.
422
(** [float_type c] returns the IEEE 32-bit
floating
point type in the context
426
(** [double_type c] returns the IEEE 64-bit
floating
point type in the context
430
(** [x86fp80_type c] returns the x87 80-bit
floating
point type in the context
434
(** [fp128_type c] returns the IEEE 128-bit
floating
point type in the context
438
(** [ppc_fp128_type c] returns the PowerPC 128-bit
floating
point type in the
730
(** [const_float ty n] returns the
floating
point constant of type [ty] and
734
(** [const_float_of_string ty s] returns the
floating
point constant of type
892
(** [const_fdiv c1 c2] returns the constant quotient [c1 / c2] of two
floating
908
signed
floating
point constants
[
all
...]
/external/oprofile/events/i386/nehalem/
events
82
event:0xC2 counters:0,1,2,3 um:uops_retired minimum:6000 name:UOPS_RETIRED : Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle). Most instructions are composed of one or two microops. Some instructions are decoded into longer sequences such as repeat instructions,
floating
point transcendental instructions, and assists
84
event:0xC7 counters:0,1,2,3 um:ssex_uops_retired minimum:6000 name:SSEX_UOPS_RETIRED : Counts SIMD packed single-precision
floating
point Uops retired.
93
event:0xDB counters:0,1,2,3 um:one minimum:6000 name:UOP_UNFUSION : Counts unfusion events due to
floating
point exception to a fused uop.
105
event:0xF7 counters:0,1,2,3 um:fp_assist minimum:6000 name:FP_ASSIST : Counts the number of
floating
point operations executed that required micro-code assist intervention.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_soa.c
236
if(!type.
floating
) {
lp_test_format.c
97
type.
floating
? "float" : "unorm8");
lp_bld_interp.c
709
coeff_type.
floating
= TRUE;
715
setup_type.
floating
= TRUE;
lp_test_blend.c
101
type.
floating
? "f" : (type.fixed ? "h" : (type.sign ? "s" : "u")),
134
type.
floating
? "f" : (type.fixed ? "h" : (type.sign ? "s" : "u")),
/external/chromium_org/tools/grit/grit/gather/
tr_html.py
29
languages
floating
around Google, is to create a parser with a simple state
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_soa.c
236
if(!type.
floating
) {
lp_test_format.c
97
type.
floating
? "float" : "unorm8");
lp_bld_interp.c
709
coeff_type.
floating
= TRUE;
715
setup_type.
floating
= TRUE;
lp_test_blend.c
101
type.
floating
? "f" : (type.fixed ? "h" : (type.sign ? "s" : "u")),
134
type.
floating
? "f" : (type.fixed ? "h" : (type.sign ? "s" : "u")),
/external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.stdout.exp
73
Test P7
floating
point convert instructions
191
Test VSX
floating
point instructions
[
all
...]
jm-fp.stdout.exp
1
PPC
floating
point arith insns with three args:
119
PPC
floating
point arith insns
238
PPC
floating
point arith insns with two args:
439
PPC
floating
point arith insns
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.stdout.exp
81
Test P7
floating
point convert instructions
199
Test VSX
floating
point instructions
[
all
...]
jm-fp.stdout.exp
1
PPC
floating
point arith insns with three args:
119
PPC
floating
point arith insns
238
PPC
floating
point arith insns with two args:
439
PPC
floating
point arith insns
[
all
...]
/ndk/sources/host-tools/make-3.81/
main.c
107
floating
, /* A
floating
-point number (double). */
389
{ 'l',
floating
, (char *) &max_load_average, 1, 1, 0,
106
floating
, \/* A
floating
-point number (double). *\/
enumerator in enum:command_switch::__anon33227
[
all
...]
/external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm
[
all
...]
/external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm
[
all
...]
/external/chromium_org/third_party/JSON/out/lib/perl5/JSON/
backportPP.pm
[
all
...]
/external/libffi/src/powerpc/
ppc_closure.S
45
# in registers (both
floating
point and integer)
/external/libffi/src/sparc/
v9.S
158
! Store possible
floating
point argument registers too.
/external/oprofile/events/i386/westmere/
unit_masks
78
0x01 all X87
Floating
point assists (Precise Event)
79
0x02 output X87
Floating
point assists for invalid output value (Precise Event)
80
0x04 input X87
Floating
poiint assists for invalid input value (Precise Event)
82
0x01 x87 Computational
floating
-point operations executed
91
0x01 to_fp Transitions from MMX to
Floating
Point instructions
92
0x02 to_mmx Transitions from
Floating
Point to MMX instructions
93
0x03 any All
Floating
Point to and from MMX transitions
102
0x02 x87 Retired
floating
-point operations (Precise Event)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h
253
// Called when an object that was
floating
or positioned becomes a normal flow object
507
bool isFloating() const { return m_bitfields.
floating
(); }
[
all
...]
/external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec
79
4) How are signed integer values mapped to
floating
-point values?
84
a
floating
-point value Xf with the formula:
/external/mesa3d/docs/
MESA_texture_signed_rgba.spec
79
4) How are signed integer values mapped to
floating
-point values?
84
a
floating
-point value Xf with the formula:
Completed in 1431 milliseconds
1
2
3
4
5
6
7