Lines Matching refs:EXPR1
22781 ‘$atan2(EXPR1,EXPR2)’
22782 Returns the floating point arctangent of EXPR1 / EXPR2.
22809 ‘$fmod(EXPR1,EXPR2)’
22810 Returns the floating point remainder of EXPR1 / EXPR2.
22815 ‘$ldexp(EXPR1,EXPR2)’
22816 Returns the floating point value EXPR1 * 2 ^ EXPR2.
22824 ‘$max(EXPR1,EXPR2)’
22825 Returns the floating point maximum of EXPR1 and EXPR2.
22827 ‘$min(EXPR1,EXPR2)’
22828 Returns the floating point minimum of EXPR1 and EXPR2.
22830 ‘$pow(EXPR1,EXPR2)’
22831 Returns the floating point value EXPR1 ^ EXPR2.