OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixdfdi
(Results
1 - 8
of
8
) sorted by null
/external/compiler-rt/lib/builtins/
fixdfdi.c
1
/* ===-- fixdfdi.c - Implement
__fixdfdi
-----------------------------------===
23
__fixdfdi
(double a)
42
__fixdfdi
(fp_t a) {
function
apple_versioning.c
74
NOT_HERE_BEFORE_10_6(
__fixdfdi
)
254
NOT_HERE_UNTIL_AFTER_4_3(
__fixdfdi
)
/external/compiler-rt/test/builtins/Unit/
fixdfdi_test.c
1
//===-- fixdfdi_test.c - Test
__fixdfdi
-----------------------------------===//
10
// This file tests
__fixdfdi
for the compiler_rt library.
25
COMPILER_RT_ABI di_int
__fixdfdi
(double a);
29
di_int x =
__fixdfdi
(a);
31
printf("error in
__fixdfdi
(%A) = %llX, expected %llX\n", a, x, expected);
/art/runtime/interpreter/mterp/mips/
op_double_to_long.S
46
JAL(
__fixdfdi
)
/art/runtime/arch/mips64/
entrypoints_init_mips64.cc
48
extern "C" int64_t
__fixdfdi
(double op1); // DOUBLE_TO_LONG
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
39
EXPLICIT_SYMBOL(
__fixdfdi
)
/art/runtime/arch/mips/
entrypoints_init_mips.cc
49
extern "C" int64_t
__fixdfdi
(double op1); // DOUBLE_TO_LONG
/external/llvm/
configure
[
all
...]
Completed in 97 milliseconds