/external/compiler-rt/lib/builtins/arm/ |
aeabi_drsub.c | 13 COMPILER_RT_ABI fp_t 14 __aeabi_dsub(fp_t, fp_t); 16 COMPILER_RT_ABI fp_t 17 __aeabi_drsub(fp_t a, fp_t b) {
|
aeabi_frsub.c | 13 COMPILER_RT_ABI fp_t 14 __aeabi_fsub(fp_t, fp_t); 16 COMPILER_RT_ABI fp_t 17 __aeabi_frsub(fp_t a, fp_t b) {
|
/external/compiler-rt/lib/builtins/ |
muldf3.c | 20 COMPILER_RT_ABI fp_t __muldf3(fp_t a, fp_t b) {
|
mulsf3.c | 20 COMPILER_RT_ABI fp_t __mulsf3(fp_t a, fp_t b) {
|
multf3.c | 21 COMPILER_RT_ABI fp_t __multf3(fp_t a, fp_t b) {
|
subtf3.c | 19 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b); 22 COMPILER_RT_ABI fp_t 23 __subtf3(fp_t a, fp_t b) {
|
subdf3.c | 21 COMPILER_RT_ABI fp_t 22 __subdf3(fp_t a, fp_t b) {
|
subsf3.c | 21 COMPILER_RT_ABI fp_t 22 __subsf3(fp_t a, fp_t b) {
|
negdf2.c | 19 COMPILER_RT_ABI fp_t 20 __negdf2(fp_t a) {
|
negsf2.c | 19 COMPILER_RT_ABI fp_t 20 __negsf2(fp_t a) {
|
fixdfti.c | 22 __fixdfti(fp_t a) {
|
fixsfti.c | 22 __fixsfti(fp_t a) {
|
fixtfdi.c | 20 __fixtfdi(fp_t a) {
|
fixtfsi.c | 20 __fixtfsi(fp_t a) {
|
fixtfti.c | 20 __fixtfti(fp_t a) {
|
fixunsdfsi.c | 19 __fixunsdfsi(fp_t a) {
|
fixunsdfti.c | 20 __fixunsdfti(fp_t a) {
|
fixunssfsi.c | 23 __fixunssfsi(fp_t a) {
|
fixunssfti.c | 23 __fixunssfti(fp_t a) {
|
fixunstfdi.c | 19 __fixunstfdi(fp_t a) {
|
fixunstfsi.c | 19 __fixunstfsi(fp_t a) {
|
fixunstfti.c | 19 __fixunstfti(fp_t a) {
|
comparedf2.c | 51 __ledf2(fp_t a, fp_t b) { 96 __gedf2(fp_t a, fp_t b) { 119 __unorddf2(fp_t a, fp_t b) { 128 __eqdf2(fp_t a, fp_t b) { 133 __ltdf2(fp_t a, fp_t b) [all...] |
comparesf2.c | 10 // This file implements the following soft-fp_t comparison routines: 51 __lesf2(fp_t a, fp_t b) { 96 __gesf2(fp_t a, fp_t b) { 119 __unordsf2(fp_t a, fp_t b) { 128 __eqsf2(fp_t a, fp_t b) { 133 __ltsf2(fp_t a, fp_t b) [all...] |
comparetf2.c | 51 COMPILER_RT_ABI enum LE_RESULT __letf2(fp_t a, fp_t b) { 94 COMPILER_RT_ABI enum GE_RESULT __getf2(fp_t a, fp_t b) { 114 COMPILER_RT_ABI int __unordtf2(fp_t a, fp_t b) { 122 COMPILER_RT_ABI enum LE_RESULT __eqtf2(fp_t a, fp_t b) { 126 COMPILER_RT_ABI enum LE_RESULT __lttf2(fp_t a, fp_t b) [all...] |