nfu_status ptwXY_add_double | ( | ptwXYPoints * | ptwXY, |
double | value | ||
) |
ptwXY_binaryOperators.cc 파일의 40 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXY_slopeOffset().
다음에 의해서 참조됨 : MCGIDI_angularEnergy_parsePointwiseFromTOM(), MCGIDI_energyAngular_linear_parseFromTOM(), MCGIDI_LLNL_angularEnergy_parsePointwiseFromTOM().
ptwXYPoints* ptwXY_add_ptwXY | ( | ptwXYPoints * | ptwXY1, |
ptwXYPoints * | ptwXY2, | ||
nfu_status * | status | ||
) |
ptwXY_binaryOperators.cc 파일의 138 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::length, ptwXY_binary_ptwXY(), ptwXY_clone(), sum.
다음에 의해서 참조됨 : MCGIDI_target_heated_read(), ptwXY_unitbaseInterpolate().
ptwXYPoints* ptwXY_binary_ptwXY | ( | ptwXYPoints * | ptwXY1, |
ptwXYPoints * | ptwXY2, | ||
double | v1, | ||
double | v2, | ||
double | v1v2, | ||
nfu_status * | status | ||
) |
ptwXY_binaryOperators.cc 파일의 108 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::interpolation, n, nfu_invalidInterpolation, nfu_Okay, nfu_otherInterpolation, ptwXYPoints_s::points, ptwXY_areDomainsMutual(), ptwXY_free(), ptwXY_getValueAtX_ignore_XOutsideDomainError(), ptwXY_interpolationFlat, ptwXY_interpolationOther, ptwXY_union(), ptwXY_union_fill, ptwXY_union_mergeClosePoints, ptwXYPoint_s::x, y, ptwXYPoint_s::y.
다음에 의해서 참조됨 : ptwXY_add_ptwXY(), ptwXY_mul_ptwXY(), ptwXY_sub_ptwXY().
nfu_status ptwXY_div_doubleFrom | ( | ptwXYPoints * | ptwXY, |
double | value | ||
) |
ptwXY_binaryOperators.cc 파일의 44 번째 라인에서 정의되었습니다.
다음을 참조함 : nfu_divByZero, ptwXY_slopeOffset(), ptwXYPoints_s::status.
nfu_status ptwXY_div_fromDouble | ( | ptwXYPoints * | ptwXY, |
double | value | ||
) |
ptwXY_binaryOperators.cc 파일의 53 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::interpolation, ptwXYOverflowPoint_s::next, nfu_divByZero, nfu_Okay, nfu_otherInterpolation, ptwXYPoints_s::overflowHeader, ptwXYOverflowPoint_s::point, ptwXYPoints_s::points, ptwXY_getNonOverflowLength(), ptwXY_interpolationOther, ptwXYPoints_s::status, ptwXYPoint_s::y.
ptwXYPoints* ptwXY_div_ptwXY | ( | ptwXYPoints * | ptwXY1, |
ptwXYPoints * | ptwXY2, | ||
nfu_status * | status, | ||
int | safeDivide | ||
) |
ptwXY_binaryOperators.cc 파일의 288 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::interpolation, ptwXYPoints_s::length, n, nfu_divByZero, nfu_getNAN(), nfu_isNAN(), nfu_Okay, nfu_otherInterpolation, nfu_XOutsideDomain, ptwXYPoints_s::points, ptwXY_areDomainsMutual(), ptwXY_div_ptwXY_forFlats(), ptwXY_div_s_ptwXY(), ptwXY_free(), ptwXY_getSlopeAtX(), ptwXY_getValueAtX(), ptwXY_getValueAtX_ignore_XOutsideDomainError(), ptwXY_interpolationFlat, ptwXY_interpolationOther, ptwXY_setValueAtX(), ptwXY_simpleCoalescePoints(), ptwXY_union(), ptwXY_union_fill, ptwXY_union_mergeClosePoints, ptwXY_update_biSectionMax(), ptwXYPoint_s::x, x1, x2, y, ptwXYPoint_s::y, y1, y2.
|
static |
ptwXY_binaryOperators.cc 파일의 480 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::interpolation, n, nfu_divByZero, nfu_invalidInterpolation, nfu_Okay, ptwXYPoints_s::points, ptwXY_free(), ptwXY_getValueAtX_ignore_XOutsideDomainError(), ptwXY_interpolationFlat, ptwXY_union(), ptwXY_union_fill, ptwXY_union_mergeClosePoints, ptwXYPoint_s::x, y, ptwXYPoint_s::y.
다음에 의해서 참조됨 : ptwXY_div_ptwXY().
|
static |
ptwXY_binaryOperators.cc 파일의 432 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::accuracy, ptwXYPoints_s::biSectionMax, ClosestAllowXFactor, DBL_EPSILON, nfu_Okay, ptwXY_getValueAtX(), ptwXY_getValueAtX_ignore_XOutsideDomainError(), ptwXY_setValueAtX(), x, x1, x2, y.
다음에 의해서 참조됨 : ptwXY_div_ptwXY().
|
static |
ptwXY_binaryOperators.cc 파일의 512 번째 라인에서 정의되었습니다.
다음을 참조함 : nfu_Okay, nfu_XOutsideDomain, ptwXY_getValueAtX().
다음에 의해서 참조됨 : ptwXY_binary_ptwXY(), ptwXY_div_ptwXY(), ptwXY_div_ptwXY_forFlats(), ptwXY_div_s_ptwXY(), ptwXY_mul2_ptwXY(), ptwXY_mul2_s_ptwXY().
nfu_status ptwXY_mod | ( | ptwXYPoints * | ptwXY, |
double | m, | ||
int | pythonMod | ||
) |
|
static |
ptwXY_binaryOperators.cc 파일의 92 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : ptwXY_mod().
ptwXYPoints* ptwXY_mul2_ptwXY | ( | ptwXYPoints * | ptwXY1, |
ptwXYPoints * | ptwXY2, | ||
nfu_status * | status | ||
) |
ptwXY_binaryOperators.cc 파일의 187 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::interpolation, ptwXYPoints_s::length, n, nfu_Okay, nfu_otherInterpolation, ptwXYPoints_s::points, ptwXY_free(), ptwXY_getValueAtX_ignore_XOutsideDomainError(), ptwXY_interpolationFlat, ptwXY_interpolationOther, ptwXY_mul2_s_ptwXY(), ptwXY_mul_ptwXY(), ptwXY_setValueAtX(), ptwXY_simpleCoalescePoints(), ptwXY_update_biSectionMax(), x, ptwXYPoint_s::x, x1, x2, ptwXYPoint_s::y, y1, y2.
|
static |
ptwXY_binaryOperators.cc 파일의 251 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::accuracy, ptwXYPoints_s::biSectionMax, ClosestAllowXFactor, DBL_EPSILON, nfu_Okay, ptwXY_getValueAtX_ignore_XOutsideDomainError(), ptwXY_setValueAtX(), x, x1, x2, y.
다음에 의해서 참조됨 : ptwXY_mul2_ptwXY().
nfu_status ptwXY_mul_double | ( | ptwXYPoints * | ptwXY, |
double | value | ||
) |
ptwXY_binaryOperators.cc 파일의 43 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXY_slopeOffset().
ptwXYPoints* ptwXY_mul_ptwXY | ( | ptwXYPoints * | ptwXY1, |
ptwXYPoints * | ptwXY2, | ||
nfu_status * | status | ||
) |
ptwXY_binaryOperators.cc 파일의 171 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::length, ptwXY_binary_ptwXY(), ptwXY_clone().
다음에 의해서 참조됨 : ptwXY_mul2_ptwXY().
nfu_status ptwXY_slopeOffset | ( | ptwXYPoints * | ptwXY, |
double | slope, | ||
double | offset | ||
) |
ptwXY_binaryOperators.cc 파일의 25 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYOverflowPoint_s::next, nfu_Okay, ptwXYPoints_s::overflowHeader, ptwXYOverflowPoint_s::point, ptwXYPoints_s::points, ptwXY_getNonOverflowLength(), ptwXYPoints_s::status, ptwXYPoint_s::y.
다음에 의해서 참조됨 : ptwXY_add_double(), ptwXY_div_doubleFrom(), ptwXY_mul_double(), ptwXY_sub_doubleFrom(), ptwXY_sub_fromDouble().
nfu_status ptwXY_sub_doubleFrom | ( | ptwXYPoints * | ptwXY, |
double | value | ||
) |
ptwXY_binaryOperators.cc 파일의 41 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXY_slopeOffset().
nfu_status ptwXY_sub_fromDouble | ( | ptwXYPoints * | ptwXY, |
double | value | ||
) |
ptwXY_binaryOperators.cc 파일의 42 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXY_slopeOffset().
ptwXYPoints* ptwXY_sub_ptwXY | ( | ptwXYPoints * | ptwXY1, |
ptwXYPoints * | ptwXY2, | ||
nfu_status * | status | ||
) |
ptwXY_binaryOperators.cc 파일의 154 번째 라인에서 정의되었습니다.
다음을 참조함 : ptwXYPoints_s::length, nfu_Okay, ptwXY_binary_ptwXY(), ptwXY_clone(), ptwXY_free(), ptwXY_neg().