OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__fixunssfdi
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/builtins/
fixsfdi.c
21
COMPILER_RT_ABI du_int
__fixunssfdi
(float a);
27
return -
__fixunssfdi
(-a);
29
return
__fixunssfdi
(a);
fixunssfdi.c
1
/* ===-- fixunssfdi.c - Implement
__fixunssfdi
-----------------------------===
22
__fixunssfdi
(float a)
41
__fixunssfdi
(fp_t a) {
function
apple_versioning.c
82
NOT_HERE_BEFORE_10_6(
__fixunssfdi
)
263
NOT_HERE_UNTIL_AFTER_4_3(
__fixunssfdi
)
/external/compiler-rt/test/builtins/Unit/
fixunssfdi_test.c
1
//===-- fixunssfdi_test.c - Test
__fixunssfdi
-----------------------------===//
10
// This file tests
__fixunssfdi
for the compiler_rt library.
27
COMPILER_RT_ABI du_int
__fixunssfdi
(float a);
31
du_int x =
__fixunssfdi
(a);
33
printf("error in
__fixunssfdi
(%A) = %llX, expected %llX\n",
/external/llvm/lib/Support/Windows/
explicit_symbols.inc
48
EXPLICIT_SYMBOL(
__fixunssfdi
)
Completed in 98 milliseconds