OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__truncdfsf2
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/test/builtins/Unit/
truncdfsf2_test.c
1
//===--------------- truncdfsf2_test.c - Test
__truncdfsf2
----------------===//
10
// This file tests
__truncdfsf2
for the compiler_rt library.
18
float
__truncdfsf2
(double a);
22
float actual =
__truncdfsf2
(a);
/external/compiler-rt/lib/builtins/
truncdfsf2.c
16
COMPILER_RT_ABI float
__truncdfsf2
(double a) {
apple_versioning.c
325
NOT_HERE_UNTIL_AFTER_4_3(
__truncdfsf2
)
/bionic/libc/arch-arm/bionic/
libgcc_compat.c
77
extern char
__truncdfsf2
;
156
&
__truncdfsf2
,
/device/google/contexthub/firmware/misc/cpu/cortexm4f/
Makefile
61
BADWORDS += __muldf3 __divdf3 __subdf3 __adddf3
__truncdfsf2
Completed in 64 milliseconds