Step 1: Find the greatest integer part.
For $x = -1.32$, the greatest integer not above it is $[-1.32] = -2$.
Step 2: Handle the fractional part.
Note $\{x+1\} = \{x\}$ because adding a whole number does not change the fractional part. With $x+1 = -0.32$ and $[-0.32] = -1$, we get $\{x+1\} = -0.32 - (-1) = 0.68$.
Step 3: Put the pieces in.
\[ f(-1.32) = 3(-2) + 5(0.68) = -6 + 3.4. \]