Searched refs:floatP (Results 1 – 1 of 1) sorted by relevance
2452 FLONUM_TYPE *floatP; in md_assemble() local2473 floatP = float_operand, in md_assemble()2478 operandP++, expP++, segP++, floatP++) in md_assemble()2535 floatP->low, SIZE_OF_LARGE_NUMBER); in md_assemble()2541 floatP); in md_assemble()2545 flonum_gen2vax (-expP->X_add_number, floatP, literal_float); in md_assemble()2670 floatP->low[0] = temp & 077; in md_assemble()2671 floatP->low[1] = 0; in md_assemble()2680 memcpy (floatP->low, literal_float, sizeof (literal_float)); in md_assemble()2690 expP->X_add_number = floatP->low[0] in md_assemble()[all …]