Lines Matching defs:f
104 #define OP_CALL(f) OP_U64(OPK_CALL) OP_FP(f) argument
105 #define OP_CALL_P(f, x) OP_U64(OPK_CALL_P) OP_FP(f) OP_P (x) argument
106 #define OP_CALL_I(f, x) OP_U64(OPK_CALL_I) OP_FP(f) OP_I64(x) argument
107 #define OP_CALL_U64(f, x) OP_U64(OPK_CALL_U64) OP_FP(f) OP_U64(x) argument
108 #define OP_CALL_I64(f, x) OP_U64(OPK_CALL_I64) OP_FP(f) OP_I64(x) argument
109 #define OP_CALL_D(f, x) OP_U64(OPK_CALL_D) OP_FP(f) OP_D (x) argument
110 #define OP_CALL_PZ(f, x, xl) OP_U64(OPK_CALL_PZ) OP_FP(f) OP_P (x) OP_U64(xl) argument
570 fp_type f = (fp_type)GET_FP(); in run_script() local
580 fp_i_type f = (fp_i_type)GET_FP(); in run_script() local
590 fp_u64_type f = (fp_u64_type)GET_FP(); in run_script() local
600 fp_i64_type f = (fp_i64_type)GET_FP(); in run_script() local
610 fp_p_type f = (fp_p_type)GET_FP(); in run_script() local
620 fp_pz_type f = (fp_pz_type)GET_FP(); in run_script() local