Home | History | Annotate | Download | only in gallivm

Lines Matching refs:floating

162    assert(src_type.floating);
195 * floating point (i.e., mantissa + 1 bits). So do a straight
209 * The destination exceeds what can be represented in the floating point.
292 assert(dst_type.floating);
298 * The source width matches fits what can be represented in floating
311 * The source width exceeds what can be represented in floating
383 if (src_type.floating == 1 &&
390 dst_type.floating == 0 &&
438 else if (src_type.floating == 1 &&
445 dst_type.floating == 0 &&
498 else if (src_type.floating && src_type.width == 16)
543 if(dst_type.floating) {
546 else if(tmp_type.floating) {
554 tmp_type.floating = FALSE;
567 tmp_type.floating = FALSE;
638 if(src_type.floating) {
641 else if(!src_type.floating && dst_type.floating) {
649 tmp_type.floating = TRUE;
656 tmp_type.floating = TRUE;
736 src_type.floating = FALSE;
741 dst_type.floating = FALSE;