H A D | mathndk.cpp | 679 double getResult = fmod(firstParam, secondParam);
in Fmod() local 681 napi_create_double(env, getResult, &result);
in Fmod() 694 double getResult = fmin(firstParam, secondParam);
in FMin() local 696 napi_create_double(env, getResult, &result);
in FMin() 709 double getResult = fmax(firstParam, secondParam);
in FMax() local 711 napi_create_double(env, getResult, &result);
in FMax() 727 double getResult = fma(firstParam, secondParam, thirdParam);
in Fma() local 729 napi_create_double(env, getResult, &result);
in Fma() 740 double getResult = floor(firstParam);
in Floor() local 742 napi_create_double(env, getResult, in Floor() 755 double getResult = fdim(firstParam, secondParam); FDim() local 768 double getResult = fabs(firstParam); FAbs() local 781 double getResult = exp(firstParam); Exp() local 796 double getResult = copysignl(firstParam, secondParam); CopySignL() local 811 double getResult = copysignf(firstParam, secondParam); CopySignF() local 826 double getResult = copysign(firstParam, secondParam); CopySign() local 839 double getResult = erf(firstParam); Erf() local 852 double getResult = cos(firstParam * PI / HALFCIRCLE); Cos() local 865 double getResult = cosh(firstParam * PI / HALFCIRCLE); Cosh() local 878 double getResult = exp2(firstParam); Exp2() local 891 double getResult = expm1(firstParam); ExpM1() local 906 double getResult = fmodf(firstParam, secondParam); FmodF() local 921 double getResult = fmodl(firstParam, secondParam); FmodL() local 936 double getResult = fminf(firstParam, secondParam); FMinF() local 951 double getResult = fminl(firstParam, secondParam); FMinL() local 966 double getResult = fmaxf(firstParam, secondParam); FMaxF() local 981 double getResult = fmaxl(firstParam, secondParam); FMaxL() local 999 double getResult = fmaf(firstParam, secondParam, thirdParam); FmaF() local 1017 double getResult = fmal(firstParam, secondParam, thirdParam); FmaL() local 1030 double getResult = floorf(firstParam); FloorF() local 1043 double getResult = floorl(firstParam); FloorL() local 1058 double getResult = fdimf(firstParam, secondParam); FDimF() local 1073 double getResult = fdiml(firstParam, secondParam); FDimL() local 1086 double getResult = fabsl(firstParam); FAbsL() local 1101 double getResult = getResultF; FAbsF() local 1114 double getResult = ceil(firstParam); Ceil() local 1127 double getResult = ceilf(firstParam); CeilF() local 1140 double getResult = ceill(firstParam); CeilL() local 1153 double getResult = expm1f(firstParam); ExpM1f() local 1166 double getResult = expm1l(firstParam); ExpM1l() local 1179 double getResult = expf(firstParam); ExpF() local 1192 double getResult = expl(firstParam); ExpL() local 1205 double getResult = exp2f(firstParam); Exp2f() local 1218 double getResult = exp2l(firstParam); Exp2l() local 1231 double getResult = erfc(firstParam); ErfC() local 1244 double getResult = erfcf(firstParam); ErfCf() local 1257 double getResult = erfcl(firstParam); ErfCl() local 1270 double getResult = erff(firstParam); ErfF() local 1283 double getResult = erfl(firstParam); ErfL() local 1296 double getResult = cosf(firstParam * PI / HALFCIRCLE); CosF() local 1309 double getResult = cosl(firstParam * PI / HALFCIRCLE); CosL() local 1322 double getResult = coshf(firstParam * PI / HALFCIRCLE); CosHf() local 1335 double getResult = coshl(firstParam * PI / HALFCIRCLE); CosHl() local [all...] |