/external/compiler-rt/test/builtins/Unit/ |
floatundixf_test.c | 27 COMPILER_RT_ABI long double __floatundixf(du_int a);
|
mulodi4_test.c | 17 extern COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int* overflow);
|
multi3_test.c | 19 COMPILER_RT_ABI ti_int __multi3(ti_int a, ti_int b);
|
negti2_test.c | 21 COMPILER_RT_ABI ti_int __negti2(ti_int a);
|
powidf2_test.c | 20 COMPILER_RT_ABI double __powidf2(double a, si_int b);
|
powisf2_test.c | 20 COMPILER_RT_ABI float __powisf2(float a, si_int b);
|
powitf2_test.c | 23 COMPILER_RT_ABI long double __powitf2(long double a, si_int b);
|
powixf2_test.c | 22 COMPILER_RT_ABI long double __powixf2(long double a, si_int b);
|
ashlti3_test.c | 23 COMPILER_RT_ABI ti_int __ashlti3(ti_int a, si_int b);
|
ashrti3_test.c | 23 COMPILER_RT_ABI ti_int __ashrti3(ti_int a, si_int b);
|
floattidf_test.c | 27 COMPILER_RT_ABI double __floattidf(ti_int a);
|
floatuntidf_test.c | 27 COMPILER_RT_ABI double __floatuntidf(tu_int a);
|
floatuntisf_test.c | 27 COMPILER_RT_ABI float __floatuntisf(tu_int a);
|
lshrti3_test.c | 23 COMPILER_RT_ABI ti_int __lshrti3(ti_int a, si_int b);
|
mulvti3_test.c | 23 COMPILER_RT_ABI ti_int __mulvti3(ti_int a, ti_int b);
|
divdc3_test.c | 21 COMPILER_RT_ABI double _Complex
|
divsc3_test.c | 21 COMPILER_RT_ABI float _Complex
|
divtc3_test.c | 22 COMPILER_RT_ABI long double _Complex
|
divxc3_test.c | 23 COMPILER_RT_ABI long double _Complex
|
floattixf_test.c | 28 COMPILER_RT_ABI long double __floattixf(ti_int a);
|
floatuntixf_test.c | 28 COMPILER_RT_ABI long double __floatuntixf(tu_int a);
|
/external/compiler-rt/lib/builtins/ |
divtf3.c | 23 COMPILER_RT_ABI fp_t __divtf3(fp_t a, fp_t b) {
|
fp_lib.h | 59 COMPILER_RT_ABI fp_t __addsf3(fp_t a, fp_t b); 102 COMPILER_RT_ABI fp_t __adddf3(fp_t a, fp_t b);
|
udivmoddi4.c | 23 COMPILER_RT_ABI du_int
|
udivmodti4.c | 25 COMPILER_RT_ABI tu_int
|