OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunstfdi
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/builtins/
fixunstfdi.c
1
/* ===-- fixunstfdi.c - Implement
__fixunstfdi
-----------------------------===
19
__fixunstfdi
(fp_t a) {
function
apple_versioning.c
85
NOT_HERE_BEFORE_10_6(
__fixunstfdi
)
/external/compiler-rt/test/builtins/Unit/
fixunstfdi_test.c
1
//===-- fixunstfdi_test.c - Test
__fixunstfdi
-----------------------------===//
10
// This file tests
__fixunstfdi
for the compiler_rt library.
28
COMPILER_RT_ABI du_int
__fixunstfdi
(long double a);
32
du_int x =
__fixunstfdi
(a);
34
printf("error in
__fixunstfdi
(%LA) = %llX, expected %llX\n",
/external/compiler-rt/lib/builtins/ppc/
fixunstfdi.c
5
/* uint64_t
__fixunstfdi
(long double x); */
10
uint64_t
__fixunstfdi
(long double input)
function
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h
135
#define float128_to_uint64_round_to_zero
__fixunstfdi
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-for-gcc.h
135
#define float128_to_uint64_round_to_zero
__fixunstfdi
Completed in 230 milliseconds