OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__floatdisf
(Results
1 - 17
of
17
) sorted by null
/external/compiler-rt/lib/x86_64/
floatdisf.c
9
float
__floatdisf
(int64_t a)
function
/frameworks/compile/libbcc/runtime/lib/x86_64/
floatdisf.c
9
float
__floatdisf
(int64_t a)
function
/external/compiler-rt/lib/i386/
floatdisf.S
6
// float
__floatdisf
(di_int a);
19
DEFINE_COMPILERRT_FUNCTION(
__floatdisf
)
/frameworks/compile/libbcc/runtime/lib/i386/
floatdisf.S
6
// float
__floatdisf
(di_int a);
19
DEFINE_COMPILERRT_FUNCTION(
__floatdisf
)
/external/compiler-rt/test/Unit/
floatdisf_test.c
1
//===-- floatdisf_test.c - Test
__floatdisf
-------------------------------===//
10
// This file tests
__floatdisf
for the compiler_rt library.
25
float
__floatdisf
(di_int a);
29
float x =
__floatdisf
(a);
31
printf("error in
__floatdisf
(%llX) = %a, expected %a\n",
/frameworks/compile/libbcc/runtime/test/Unit/
floatdisf_test.c
1
//===-- floatdisf_test.c - Test
__floatdisf
-------------------------------===//
10
// This file tests
__floatdisf
for the compiler_rt library.
25
float
__floatdisf
(di_int a);
29
float x =
__floatdisf
(a);
31
printf("error in
__floatdisf
(%llX) = %a, expected %a\n",
/external/compiler-rt/lib/
floatdisf.c
1
/*===-- floatdisf.c - Implement
__floatdisf
-------------------------------===
10
* This file implements
__floatdisf
for the compiler_rt library.
28
__floatdisf
(di_int a)
function
apple_versioning.c
83
NOT_HERE_BEFORE_10_6(
__floatdisf
)
208
NOT_HERE_UNTIL_AFTER_4_3(
__floatdisf
)
/external/compiler-rt/test/timing/
floatdisf.c
6
#define FUNCTION_NAME
__floatdisf
/frameworks/compile/libbcc/runtime/lib/
floatdisf.c
1
/*===-- floatdisf.c - Implement
__floatdisf
-------------------------------===
10
* This file implements
__floatdisf
for the compiler_rt library.
27
__floatdisf
(di_int a)
function
apple_versioning.c
83
NOT_HERE_BEFORE_10_6(
__floatdisf
)
/frameworks/compile/libbcc/runtime/test/timing/
floatdisf.c
6
#define FUNCTION_NAME
__floatdisf
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
48
EXPLICIT_SYMBOL(
__floatdisf
)
/bionic/libc/arch-arm/bionic/
libgcc_compat.c
130
XX(
__floatdisf
) \
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
44
extern float
__floatdisf
(di_int);
Runtime.def
154
DEF_LLVM_RUNTIME(
__floatdisf
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
182
float
__floatdisf
(di_int a);
282
assert(
__floatdisf
(2) == 2.0);
Completed in 855 milliseconds