Home
last modified time | relevance | path

Searched refs:FXJSE_Value_SetDouble (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fxjse/
Dfxjse.h126 void FXJSE_Value_SetDouble(FXJSE_HVALUE hValue, FXJSE_DOUBLE dDouble);
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp245 FXJSE_Value_SetDouble(args.GetReturnValue(), dValue); in Abs()
320 FXJSE_Value_SetDouble(args.GetReturnValue(), dSum / uCount); in Avg()
523 FXJSE_Value_SetDouble(args.GetReturnValue(), dMaxValue); in Max()
626 FXJSE_Value_SetDouble(args.GetReturnValue(), dMinValue); in Min()
704 FXJSE_Value_SetDouble( in Mod()
899 FXJSE_Value_SetDouble(args.GetReturnValue(), dSum); in Sum()
2548 FXJSE_Value_SetDouble(args.GetReturnValue(), r); in Apr()
2633 FXJSE_Value_SetDouble(args.GetReturnValue(), dResult); in FV()
2752 FXJSE_Value_SetDouble(args.GetReturnValue(), nSum); in NPV()
2915 FXJSE_Value_SetDouble(args.GetReturnValue(), in PV()
[all …]
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp116 void FXJSE_Value_SetDouble(FXJSE_HVALUE hValue, FXJSE_DOUBLE dDouble) { in FXJSE_Value_SetDouble() function