Searched refs:FXJSE_Value_SetDouble (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/include/fxjse/ |
D | fxjse.h | 126 void FXJSE_Value_SetDouble(FXJSE_HVALUE hValue, FXJSE_DOUBLE dDouble);
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.cpp | 245 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/ |
D | value.cpp | 116 void FXJSE_Value_SetDouble(FXJSE_HVALUE hValue, FXJSE_DOUBLE dDouble) { in FXJSE_Value_SetDouble() function
|