HomeSort by relevance Sort by last modified time
    Searched refs:COMPILER_RT_ABI (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/compiler-rt/lib/builtins/
negdi2.c 19 COMPILER_RT_ABI di_int
negti2.c 21 COMPILER_RT_ABI ti_int
addtf3.c 21 COMPILER_RT_ABI long double __addtf3(long double a, long double b){
extenddftf2.c 19 COMPILER_RT_ABI long double __extenddftf2(double a) {
extendsfdf2.c 17 COMPILER_RT_ABI double __extendsfdf2(float a) {
extendsftf2.c 19 COMPILER_RT_ABI long double __extendsftf2(float a) {
truncdfsf2.c 16 COMPILER_RT_ABI float __truncdfsf2(double a) {
trunctfdf2.c 18 COMPILER_RT_ABI double __trunctfdf2(long double a) {
trunctfsf2.c 18 COMPILER_RT_ABI float __trunctfsf2(long double a) {
udivdi3.c 19 COMPILER_RT_ABI du_int
int_lib.h 34 # define COMPILER_RT_ABI COMPILER_RT_EXPORT __attribute__((pcs("aapcs")))
37 # define COMPILER_RT_ABI COMPILER_RT_EXPORT
62 COMPILER_RT_ABI si_int __paritysi2(si_int a);
63 COMPILER_RT_ABI si_int __paritydi2(di_int a);
65 COMPILER_RT_ABI di_int __divdi3(di_int a, di_int b);
66 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b);
67 COMPILER_RT_ABI su_int __udivsi3(su_int n, su_int d);
69 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int* rem);
70 COMPILER_RT_ABI du_int __udivmoddi4(du_int a, du_int b, du_int* rem);
72 COMPILER_RT_ABI si_int __clzti2(ti_int a)
    [all...]
adddf3.c 20 COMPILER_RT_ABI double __adddf3(double a, double b){
addsf3.c 20 COMPILER_RT_ABI float __addsf3(float a, float b) {
modsi3.c 19 COMPILER_RT_ABI si_int
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) {
negdf2.c 19 COMPILER_RT_ABI fp_t
negsf2.c 19 COMPILER_RT_ABI fp_t
negvdi2.c 21 COMPILER_RT_ABI di_int
negvsi2.c 21 COMPILER_RT_ABI si_int
udivti3.c 21 COMPILER_RT_ABI tu_int
umoddi3.c 19 COMPILER_RT_ABI du_int
umodsi3.c 19 COMPILER_RT_ABI su_int
subtf3.c 19 COMPILER_RT_ABI fp_t __addtf3(fp_t a, fp_t b);
22 COMPILER_RT_ABI fp_t

Completed in 1101 milliseconds

1 2 3 4 5 6