Home
last modified time | relevance | path

Searched defs:f80 (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/useful/
Dfp_80_64.c44 static void convert_f80le_to_f64le_HW ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) in convert_f80le_to_f64le_HW()
52 static void convert_f64le_to_f80le_HW ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le_HW()
103 static void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le()
244 static void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) in convert_f80le_to_f64le()
431 static void show_f80 ( UChar* f80 ) in show_f80()
465 int do_80_to_64_test ( Int test_no, UChar* f80, UChar* f64h, UChar* f64s) in do_80_to_64_test()
551 UChar* f80 = malloc(10); in do_80_to_64_tests() local
/external/valgrind/main/none/tests/amd64/
Dnan80and64.c69 static void rev80 ( UChar* f80 ) in rev80()
/external/valgrind/main/VEX/priv/
Dguest_generic_x87.c105 void convert_f64le_to_f80le ( /*IN*/UChar* f64, /*OUT*/UChar* f80 ) in convert_f64le_to_f80le()
246 void convert_f80le_to_f64le ( /*IN*/UChar* f80, /*OUT*/UChar* f64 ) in convert_f80le_to_f64le()
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h51 f80 = 10, // This is a 80 bit floating point value enumerator
/external/valgrind/main/memcheck/tests/
Ddeep-backtrace.c80 int f80(int *p) { return f79(p); } in f80() function