OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f80
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/VEX/useful/
fp_80_64.c
44
static void convert_f80le_to_f64le_HW ( /*IN*/UChar*
f80
, /*OUT*/UChar* f64 )
48
: "r" (&
f80
[0]), "r" (&f64[0])
52
static void convert_f64le_to_f80le_HW ( /*IN*/UChar* f64, /*OUT*/UChar*
f80
)
56
: "r" (&f64[0]), "r" (&
f80
[0])
103
static void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar*
f80
)
130
f80
[9] = toUChar( sign << 7 );
131
f80
[8] =
f80
[7] =
f80
[6] =
f80
[5] = f80[4
551
UChar*
f80
= malloc(10);
local
[
all
...]
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
56
f80
= 10, // This is a 80 bit floating point value
enumerator in enum:llvm::MVT::SimpleValueType
385
case
f80
: return 80;
455
return MVT::
f80
;
/external/valgrind/main/memcheck/tests/
deep-backtrace.c
80
int
f80
(int *p) { return f79(p); }
function
81
int f81(int *p) { return
f80
(p); }
/art/test/083-compiler-regressions/src/
Main.java
4412
float
f80
= 80;
local
[
all
...]
Completed in 1065 milliseconds