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

/external/compiler-rt/lib/
H A Dsubdf3.c18 fp_t COMPILER_RT_ABI __adddf3(fp_t a, fp_t b);
24 COMPILER_RT_ABI fp_t
25 __subdf3(fp_t a, fp_t b) {
H A Dsubsf3.c18 fp_t COMPILER_RT_ABI __addsf3(fp_t a, fp_t b);
23 COMPILER_RT_ABI fp_t
24 __subsf3(fp_t a, fp_t b) {
H A Dnegdf2.c19 fp_t __negdf2(fp_t a) {
H A Dnegsf2.c19 COMPILER_RT_ABI fp_t
20 __negsf2(fp_t a) {
H A Dcomparedf2.c50 enum LE_RESULT __ledf2(fp_t a, fp_t b) {
89 enum GE_RESULT __gedf2(fp_t a, fp_t b) {
111 int __unorddf2(fp_t a, fp_t b) {
119 enum LE_RESULT __eqdf2(fp_t a, fp_t b) {
123 enum LE_RESULT __ltdf2(fp_t a, fp_t
[all...]
H A Dcomparesf2.c10 // This file implements the following soft-fp_t comparison routines:
50 enum LE_RESULT __lesf2(fp_t a, fp_t b) {
89 enum GE_RESULT __gesf2(fp_t a, fp_t b) {
111 int __unordsf2(fp_t a, fp_t b) {
119 enum LE_RESULT __eqsf2(fp_t a, fp_t b) {
123 enum LE_RESULT __ltsf2(fp_t
[all...]
H A Dfixdfsi.c23 int __fixdfsi(fp_t a) {
H A Dfixsfsi.c22 __fixsfsi(fp_t a) {
H A Dfloatsidf.c23 fp_t __floatsidf(int a) {
38 // Exponent of (fp_t)a is the width of abs(a).
H A Dfloatunsidf.c23 fp_t __floatunsidf(unsigned int a) {
30 // Exponent of (fp_t)a is the width of abs(a).
H A Dfp_lib.h33 typedef float fp_t; typedef
52 typedef double fp_t; typedef
106 static inline rep_t toRep(fp_t x) {
107 const union { fp_t f; rep_t i; } rep = {.f = x};
111 static inline fp_t fromRep(rep_t x) {
112 const union { fp_t f; rep_t i; } rep = {.i = x};
H A Dmuldf3.c20 COMPILER_RT_ABI fp_t
21 __muldf3(fp_t a, fp_t b) {
H A Dmulsf3.c20 COMPILER_RT_ABI fp_t
21 __mulsf3(fp_t a, fp_t b) {
H A Dfloatunsisf.c23 fp_t __floatunsisf(unsigned int a) {
30 // Exponent of (fp_t)a is the width of abs(a).
H A Dadddf3.c20 COMPILER_RT_ABI fp_t
21 __adddf3(fp_t a, fp_t b) {
H A Daddsf3.c20 fp_t __addsf3(fp_t a, fp_t b) {
H A Ddivdf3.c24 fp_t __divdf3(fp_t a, fp_t b) {
H A Ddivsf3.c24 fp_t __divsf3(fp_t a, fp_t b) {
H A Dfloatsisf.c23 fp_t __floatsisf(int a) {
38 // Exponent of (fp_t)a is the width of abs(a).
/external/clang/test/SemaCXX/
H A Dfunctional-cast.cpp69 typedef f *fp_t; typedef
70 f *fpp = fp_t(&fp);

Completed in 185 milliseconds