HomeSort by relevance Sort by last modified time
    Searched refs:COMPILER_RT_ABI (Results 201 - 225 of 286) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/compiler-rt/test/builtins/Unit/
fixunsdfdi_test.c 27 COMPILER_RT_ABI du_int __fixunsdfdi(double a);
fixunsdfsi_test.c 27 COMPILER_RT_ABI su_int __fixunsdfsi(double a);
fixunssfdi_test.c 27 COMPILER_RT_ABI du_int __fixunssfdi(float a);
fixunssfsi_test.c 27 COMPILER_RT_ABI su_int __fixunssfsi(float a);
fixunstfdi_test.c 28 COMPILER_RT_ABI du_int __fixunstfdi(long double a);
fixunstfti_test.c 29 COMPILER_RT_ABI tu_int __fixunstfti(long double a);
fixunsxfdi_test.c 31 COMPILER_RT_ABI du_int __fixunsxfdi(long double a);
fixxfdi_test.c 28 COMPILER_RT_ABI di_int __sfixxfdi(long double a);
floatdisf_test.c 25 COMPILER_RT_ABI float __floatdisf(di_int a);
floatditf_test.c 25 COMPILER_RT_ABI long double __floatditf(long long a);
floatundisf_test.c 25 COMPILER_RT_ABI float __floatundisf(du_int a);
floatunditf_test.c 25 COMPILER_RT_ABI long double __floatunditf(unsigned long long a);
modti3_test.c 21 COMPILER_RT_ABI ti_int __modti3(ti_int a, ti_int b);
muldi3_test.c 17 COMPILER_RT_ABI di_int __muldi3(di_int a, di_int b);
multf3_test.c 21 COMPILER_RT_ABI long double __multf3(long double a, long double b);
mulvsi3_test.c 21 COMPILER_RT_ABI si_int __mulvsi3(si_int a, si_int b);
negdi2_test.c 19 COMPILER_RT_ABI di_int __negdi2(di_int a);
popcountti2_test.c 22 COMPILER_RT_ABI si_int __popcountti2(ti_int a);
subvti3_test.c 24 COMPILER_RT_ABI ti_int __subvti3(ti_int a, ti_int b);
udivti3_test.c 21 COMPILER_RT_ABI tu_int __udivti3(tu_int a, tu_int b);
umodti3_test.c 21 COMPILER_RT_ABI tu_int __umodti3(tu_int a, tu_int b);
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 145 COMPILER_RT_ABI _Unwind_Reason_Code
150 COMPILER_RT_ABI _Unwind_Reason_Code
divdc3.c 20 COMPILER_RT_ABI Dcomplex
divsc3.c 20 COMPILER_RT_ABI Fcomplex
divtc3.c 20 COMPILER_RT_ABI long double _Complex

Completed in 245 milliseconds

1 2 3 4 5 6 7 891011>>