__stfiw

Purpose

Store Floating Point as Integer Word

Stores the contents of the loworder 32 bits of value, without conversion, into the word in storage addressed by addr.

Prototype

void __stfiw (const int* addr, double value);