Home
last modified time | relevance | path

Searched defs:fp2 (Results 1 – 25 of 33) sorted by relevance

12

/third_party/boost/libs/math/test/
Dtest_ellint_3.hpp38 value_type(*fp2)(value_type, value_type, value_type) = ELLINT_3_FUNCTION_TO_TEST; in do_test_ellint_pi3() local
40 …value_type (*fp2)(value_type, value_type, value_type) = boost::math::ellint_3<value_type, value_ty… in do_test_ellint_pi3() local
42 value_type (*fp2)(value_type, value_type, value_type) = boost::math::ellint_3; in do_test_ellint_pi3() local
66 value_type(*fp2)(value_type, value_type) = ELLINT_3C_FUNCTION_TO_TEST; in do_test_ellint_pi2() local
68 value_type (*fp2)(value_type, value_type) = boost::math::ellint_3<value_type, value_type>; in do_test_ellint_pi2() local
70 value_type (*fp2)(value_type, value_type) = boost::math::ellint_3; in do_test_ellint_pi2() local
Dtest_heuman_lambda.hpp36 value_type(*fp2)(value_type, value_type) = HEUMAN_LAMBDA_FUNCTION_TO_TEST; in do_test_heuman_lambda() local
38 value_type (*fp2)(value_type, value_type) = boost::math::ellint_d<value_type, value_type>; in do_test_heuman_lambda() local
40 value_type(*fp2)(value_type, value_type) = boost::math::heuman_lambda; in do_test_heuman_lambda() local
Dtest_jacobi_zeta.hpp37 value_type(*fp2)(value_type, value_type) = JACOBI_ZETA_FUNCTION_TO_TEST; in do_test_jacobi_zeta() local
39 value_type (*fp2)(value_type, value_type) = boost::math::ellint_d<value_type, value_type>; in do_test_jacobi_zeta() local
41 value_type(*fp2)(value_type, value_type) = boost::math::jacobi_zeta; in do_test_jacobi_zeta() local
Dtest_jacobi.hpp38 value_type(*fp2)(value_type, value_type) = SN_FUNCTION_TO_TEST; in do_test_sn() local
40 value_type (*fp2)(value_type, value_type) = boost::math::jacobi_sn<value_type, value_type>; in do_test_sn() local
42 value_type (*fp2)(value_type, value_type) = boost::math::jacobi_sn; in do_test_sn() local
Dtest_ellint_d.hpp35 value_type(*fp2)(value_type, value_type) = ELLINT_D2_FUNCTION_TO_TEST; in do_test_ellint_d2() local
37 value_type (*fp2)(value_type, value_type) = boost::math::ellint_d<value_type, value_type>; in do_test_ellint_d2() local
39 value_type (*fp2)(value_type, value_type) = boost::math::ellint_d; in do_test_ellint_d2() local
Dtest_ellint_1.hpp36 value_type(*fp2)(value_type, value_type) = ELLINT_1_FUNCTION_TO_TEST; in do_test_ellint_f() local
38 value_type (*fp2)(value_type, value_type) = boost::math::ellint_1<value_type, value_type>; in do_test_ellint_f() local
40 value_type (*fp2)(value_type, value_type) = boost::math::ellint_1; in do_test_ellint_f() local
Dtest_ellint_2.hpp35 value_type(*fp2)(value_type, value_type) = ELLINT_2_FUNCTION_TO_TEST; in do_test_ellint_e2() local
37 value_type (*fp2)(value_type, value_type) = boost::math::ellint_2<value_type, value_type>; in do_test_ellint_e2() local
39 value_type (*fp2)(value_type, value_type) = boost::math::ellint_2; in do_test_ellint_e2() local
/third_party/boost/libs/test/test/writing-test-ts/
Dfp-comparisons-test.cpp55 FPT fp1, fp2, epsilon; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
104 FPT fp1, fp2, epsilon; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
262 double fp2 = 1.00000002; in BOOST_AUTO_TEST_CASE() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java90 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() local
122 FieldPosition fp2 = attributes.get(i + 1); in sort() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DFormattedValueFieldPositionIteratorImpl.java92 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() local
124 FieldPosition fp2 = attributes.get(i + 1); in sort() local
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dfork.c49 FILE *fp2 = fopen("test2.txt", "r"); in fork_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dforkpty.c50 FILE *fp2 = fopen("test2.txt", "r"); in forkpty_0100() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcall_once.c27 FILE *fp2 = fopen("call_once.txt", "r"); in do_once() local
/third_party/flutter/skia/src/shaders/
DSkColorFilterShader.cpp61 auto fp2 = fFilter->asFragmentProcessor(args.fContext, *args.fDstColorSpaceInfo); in asFragmentProcessor() local
/third_party/ffmpeg/libavutil/mips/
Dmmiutils.h109 #define MMI_LQC1(fp1, fp2, addr, bias) \ argument
113 #define MMI_SQC1(fp1, fp2, addr, bias) \ argument
198 #define MMI_LQC1(fp1, fp2, addr, bias) \ argument
201 #define MMI_SQC1(fp1, fp2, addr, bias) \ argument
340 #define PSRAH_4_MMI(fp1, fp2, fp3, fp4, shift) \ argument
346 #define PSRAH_8_MMI(fp1, fp2, fp3, fp4, fp5, fp6, fp7, fp8, shift) \ argument
/third_party/boost/libs/stacktrace/test/
Dtest_void_ptr_cast.cpp27 void_f_ptr fp2 = void_ptr_cast<void_f_ptr>(foo2); in test() local
/third_party/ltp/testcases/misc/math/float/power/
Dgenpow.c87 int fp, fp2; in create_Data_file() local
/third_party/python/Lib/
Dgenericpath.py107 def sameopenfile(fp1, fp2): argument
/third_party/icu/icu4c/source/test/intltest/
Dpptest.cpp228 FieldPosition fp2(2); in Test4109023() local
/third_party/skia/gm/
Dtexelsubset.cpp183 auto fp2 = GrTextureEffect::Make(subsetView, in onDraw() local
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c39 FILE *fp1, *fp2; in check_file_content() local
/third_party/skia/src/gpu/
DGrDirectContextPriv.cpp285 auto fp2 = make_premul_effect( in test_for_preserving_PM_conversions() local
/third_party/pixman/pixman/
Dloongson-mmintrin.h185 #define _MM_SHUFFLE(fp3,fp2,fp1,fp0) \ argument
/third_party/node/deps/icu-small/source/i18n/
Ddtptngen.cpp755 FormatParser fp2; in getSkeleton() local
774 FormatParser fp2; in getBaseSkeleton() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp755 FormatParser fp2; in getSkeleton() local
774 FormatParser fp2; in getBaseSkeleton() local

12