Searched refs:FP_TRUNC (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/gcc/config/soft-fp/ |
| HD | trunctfsf2.c | 46 FP_TRUNC(S,Q,1,4,R,A); in __trunctfsf2() 48 FP_TRUNC(S,Q,1,2,R,A); in __trunctfsf2()
|
| HD | trunctfdf2.c | 46 FP_TRUNC(D,Q,2,4,R,A); in __trunctfdf2() 48 FP_TRUNC(D,Q,1,2,R,A); in __trunctfdf2()
|
| HD | truncdfsf2.c | 46 FP_TRUNC(S,D,1,2,R,A); in __truncdfsf2() 48 FP_TRUNC(S,D,1,1,R,A); in __truncdfsf2()
|
| HD | op-common.h | 1208 #define FP_TRUNC(dfs,sfs,dwc,swc,D,S) \ macro
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | darwin-ldouble.c | 426 FP_TRUNC(D,Q,2,4,R,V); in fmsub() 428 FP_TRUNC(D,Q,1,2,R,V); in fmsub()
|