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

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/test/builtins/Unit/
addsf3vfp_test.c 20 extern COMPILER_RT_ABI float __addsf3vfp(float a, float b);
divdf3vfp_test.c 21 extern COMPILER_RT_ABI double __divdf3vfp(double a, double b);
divsf3vfp_test.c 20 extern COMPILER_RT_ABI float __divsf3vfp(float a, float b);
fixunsdfsivfp_test.c 20 extern COMPILER_RT_ABI unsigned int __fixunsdfsivfp(double a);
floatsidfvfp_test.c 20 extern COMPILER_RT_ABI double __floatsidfvfp(int a);
floatsisfvfp_test.c 20 extern COMPILER_RT_ABI float __floatsisfvfp(int a);
floatunssidfvfp_test.c 20 extern COMPILER_RT_ABI double __floatunssidfvfp(unsigned int a);
floatunssisfvfp_test.c 19 extern COMPILER_RT_ABI float __floatunssisfvfp(unsigned int a);
muldf3vfp_test.c 21 extern COMPILER_RT_ABI double __muldf3vfp(double a, double b);
mulsf3vfp_test.c 20 extern COMPILER_RT_ABI float __mulsf3vfp(float a, float b);
negdf2vfp_test.c 19 extern COMPILER_RT_ABI double __negdf2vfp(double a);
negsf2vfp_test.c 20 extern COMPILER_RT_ABI float __negsf2vfp(float a);
subdf3vfp_test.c 20 extern COMPILER_RT_ABI double __subdf3vfp(double a, double b);
subsf3vfp_test.c 20 extern COMPILER_RT_ABI float __subsf3vfp(float a, float b);
truncdfsf2vfp_test.c 20 extern COMPILER_RT_ABI float __truncdfsf2vfp(double a);
  /external/compiler-rt/lib/builtins/
ashldi3.c 23 COMPILER_RT_ABI di_int
ashlti3.c 23 COMPILER_RT_ABI ti_int
clzsi2.c 21 COMPILER_RT_ABI si_int
cmpti2.c 24 COMPILER_RT_ABI si_int
ctzsi2.c 21 COMPILER_RT_ABI si_int
fixxfdi.c 30 COMPILER_RT_ABI di_int
fixxfti.c 30 COMPILER_RT_ABI ti_int
floatditf.c 20 COMPILER_RT_ABI fp_t __floatditf(di_int a) {
floatdixf.c 29 COMPILER_RT_ABI long double
floatsidf.c 23 COMPILER_RT_ABI fp_t

Completed in 238 milliseconds

1 2 3 45 6 7 8 91011>>