Home
last modified time | relevance | path

Searched defs:INT_TO_DFP (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/
Ddfp-bit.h337 #define INT_TO_DFP __floatsisd macro
340 #define INT_TO_DFP __floatdisd macro
343 #define INT_TO_DFP __floatunssisd macro
346 #define INT_TO_DFP __floatunsdisd macro
351 #define INT_TO_DFP __floatsidd macro
354 #define INT_TO_DFP __floatdidd macro
357 #define INT_TO_DFP __floatunssidd macro
360 #define INT_TO_DFP __floatunsdidd macro
365 #define INT_TO_DFP __floatsitd macro
368 #define INT_TO_DFP __floatditd macro
[all …]
Ddfp-bit.c457 INT_TO_DFP (INT_TYPE i) in INT_TO_DFP() function