Searched refs:fp_t (Results 1 - 22 of 22) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dmuldf3.c20 COMPILER_RT_ABI fp_t __muldf3(fp_t a, fp_t b) {
H A Dmulsf3.c20 COMPILER_RT_ABI fp_t __mulsf3(fp_t a, fp_t b) {
H A Dmultf3.c21 COMPILER_RT_ABI fp_t __multf3(fp_t a, fp_t b) {
H A Dsubtf3.c19 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) {
H A Dsubdf3.c21 COMPILER_RT_ABI fp_t
22 __subdf3(fp_t a, fp_t b) {
H A Dsubsf3.c21 COMPILER_RT_ABI fp_t
22 __subsf3(fp_t a, fp_t b) {
H A Dnegdf2.c19 COMPILER_RT_ABI fp_t
20 __negdf2(fp_t a) {
H A Dnegsf2.c19 COMPILER_RT_ABI fp_t
20 __negsf2(fp_t a) {
H A Dcomparetf2.c51 COMPILER_RT_ABI enum LE_RESULT __letf2(fp_t a, fp_t b) {
89 COMPILER_RT_ABI enum GE_RESULT __getf2(fp_t a, fp_t b) {
109 COMPILER_RT_ABI int __unordtf2(fp_t a, fp_t b) {
117 COMPILER_RT_ABI enum LE_RESULT __eqtf2(fp_t a, fp_t b) {
121 COMPILER_RT_ABI enum LE_RESULT __lttf2(fp_t a, fp_t
[all...]
H A Dcomparedf2.c51 __ledf2(fp_t a, fp_t b) {
91 __gedf2(fp_t a, fp_t b) {
114 __unorddf2(fp_t a, fp_t b) {
123 __eqdf2(fp_t a, fp_t b) {
128 __ltdf2(fp_t a, fp_t
[all...]
H A Dcomparesf2.c10 // This file implements the following soft-fp_t comparison routines:
51 __lesf2(fp_t a, fp_t b) {
91 __gesf2(fp_t a, fp_t b) {
114 __unordsf2(fp_t a, fp_t b) {
123 __eqsf2(fp_t a, fp_t b) {
128 __ltsf2(fp_t
[all...]
H A Dfixdfsi.c24 __fixdfsi(fp_t a) {
H A Dfixsfsi.c22 __fixsfsi(fp_t a) {
H A Dfloatunsidf.c23 COMPILER_RT_ABI fp_t
31 // Exponent of (fp_t)a is the width of abs(a).
H A Dfp_lib.h45 typedef float fp_t; typedef
59 COMPILER_RT_ABI fp_t __addsf3(fp_t a, fp_t b);
65 typedef double fp_t; typedef
102 COMPILER_RT_ABI fp_t __adddf3(fp_t a, fp_t b);
109 typedef long double fp_t; typedef
231 static inline rep_t toRep(fp_t
[all...]
H A Dfloatsidf.c23 COMPILER_RT_ABI fp_t
39 // Exponent of (fp_t)a is the width of abs(a).
H A Ddivdf3.c24 COMPILER_RT_ABI fp_t
25 __divdf3(fp_t a, fp_t b) {
H A Ddivsf3.c24 COMPILER_RT_ABI fp_t
25 __divsf3(fp_t a, fp_t b) {
H A Dfloatsisf.c23 COMPILER_RT_ABI fp_t
39 // Exponent of (fp_t)a is the width of abs(a).
H A Dfloatunsisf.c23 COMPILER_RT_ABI fp_t
31 // Exponent of (fp_t)a is the width of abs(a).
H A Ddivtf3.c23 COMPILER_RT_ABI fp_t __divtf3(fp_t a, fp_t b) {
/external/clang/test/SemaCXX/
H A Dfunctional-cast.cpp69 typedef f *fp_t; typedef
70 f *fpp = fp_t(&fp);

Completed in 904 milliseconds