OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__floatdisf
(Results
1 - 15
of
15
) sorted by null
/external/compiler-rt/lib/builtins/x86_64/
floatdisf.c
9
float
__floatdisf
(int64_t a)
function
/external/compiler-rt/lib/builtins/i386/
floatdisf.S
6
// float
__floatdisf
(di_int a);
19
DEFINE_COMPILERRT_FUNCTION(
__floatdisf
)
30
END_COMPILERRT_FUNCTION(
__floatdisf
)
/art/runtime/interpreter/mterp/mips/
op_long_to_float.S
16
JAL(
__floatdisf
)
/external/compiler-rt/test/builtins/Unit/
floatdisf_test.c
1
//===-- floatdisf_test.c - Test
__floatdisf
-------------------------------===//
10
// This file tests
__floatdisf
for the compiler_rt library.
25
COMPILER_RT_ABI float
__floatdisf
(di_int a);
29
float x =
__floatdisf
(a);
31
printf("error in
__floatdisf
(%llX) = %a, expected %a\n",
/external/compiler-rt/lib/builtins/
floatdisf.c
1
/*===-- floatdisf.c - Implement
__floatdisf
-------------------------------===
10
* This file implements
__floatdisf
for the compiler_rt library.
28
__floatdisf
(di_int a)
apple_versioning.c
92
NOT_HERE_BEFORE_10_6(
__floatdisf
)
267
NOT_HERE_UNTIL_AFTER_4_3(
__floatdisf
)
/external/compiler-rt/test/builtins/timing/
floatdisf.c
6
#define FUNCTION_NAME
__floatdisf
/bionic/libc/arch-arm/bionic/
libgcc_compat.c
84
extern char
__floatdisf
;
163
&
__floatdisf
,
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
explicit_symbols.inc
48
EXPLICIT_SYMBOL(
__floatdisf
)
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h
87
#define int64_to_float32
__floatdisf
218
#define
__floatdisf
__aeabi_l2f
macro
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-for-gcc.h
87
#define int64_to_float32
__floatdisf
218
#define
__floatdisf
__aeabi_l2f
macro
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
54
EXPLICIT_SYMBOL(
__floatdisf
)
/art/runtime/arch/mips64/
entrypoints_init_mips64.cc
80
extern "C" float
__floatdisf
(int64_t op1); // LONG_TO_FLOAT
/art/runtime/arch/mips/
entrypoints_init_mips.cc
81
extern "C" float
__floatdisf
(int64_t op1); // LONG_TO_FLOAT
/art/runtime/interpreter/mterp/out/
mterp_mips.S
[
all
...]
Completed in 1112 milliseconds