Home
last modified time | relevance | path

Searched refs:gmp (Results 1 – 25 of 37) sorted by relevance

12

/third_party/boost/libs/multiprecision/test/
DJamfile.v289 lib gmp : : <search>$(gmp_path) ;
123 …[ run test_arithmetic_mpf_50.cpp gmp no_eh_support : : : [ check-target-builds ../config//has_gmp …
124 …[ run test_arithmetic_mpf.cpp gmp no_eh_support : : : [ check-target-builds ../config//has_gmp : :…
125 …[ run test_arithmetic_mpz.cpp gmp no_eh_support : : : [ check-target-builds ../config//has_gmp : :…
126 …[ run test_arithmetic_mpz_rat.cpp gmp no_eh_support : : : [ check-target-builds ../config//has_gmp…
127 …[ run test_arithmetic_mpz_br.cpp gmp no_eh_support : : : [ check-target-builds ../config//has_gmp …
128 …[ run test_arithmetic_mpq.cpp gmp no_eh_support : : : [ check-target-builds ../config//has_gmp : :…
130 …[ run test_arithmetic_mpfr.cpp mpfr gmp no_eh_support : : : [ check-target-builds ../config//has_m…
131 …[ run test_arithmetic_mpfr_50.cpp mpfr gmp no_eh_support : : : [ check-target-builds ../config//ha…
132 …[ run test_arithmetic_mpfr_50_static.cpp mpfr gmp no_eh_support : : : [ check-target-builds ../con…
[all …]
/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile42 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
65 --with-gmp \
75 --with-gmp \
95 --with-gmp \
105 --with-gmp \
125 --with-gmp \
135 --with-gmp \
155 --with-gmp \
165 --with-gmp \
185 --with-gmp \
[all …]
/third_party/boost/libs/math/minimax/
DJamfile.v27 # Runs minimax using multiprecision, (rather than gmp and mpfr)
38 #lib mpfr : gmp : <name>mpfr ;
40 #lib gmp : : <name>gmp ;
42 # exe minimax : f.cpp main.cpp gmp mpfr ;
/third_party/boost/libs/numeric/odeint/test_external/gmp/
DJamfile.v211 project gmp
17 lib libgmp : : <name>gmp <link>shared ;
20 test-suite "gmp"
/third_party/boost/libs/multiprecision/config/
DJamfile.v239 lib gmp ;
61 mp-run-simple has_gmp.cpp gmp : : :
63 mp-run-simple has_mpfr.cpp mpfr gmp : : :
65 mp-run-simple has_mpfi.cpp mpfi mpfr gmp : : :
67 mp-run-simple has_mpc.cpp mpc mpfr gmp : : :
/third_party/protobuf/kokoro/linux/benchmark/
Dbuild.sh7 sudo ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
16 --with-gmp --with-openssl \
/third_party/grpc/templates/tools/dockerfile/
Dphp7_deps.include26 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
41 --with-gmp ${'\\'}
/third_party/boost/libs/multiprecision/example/
DJamfile.v267 lib gmp : : <search>$(gmp_path) ;
102 …[ run logged_adaptor.cpp no_eh_eg_support mpfi mpfr gmp : : : [ check-target-builds ../config//h…
105 …[ run random_snips.cpp gmp no_eh_eg_support : : : [ requires cxx11_explicit_conversion_operators ]…
108 …[ run gmp_snips.cpp gmp no_eh_eg_support : : : [ check-target-builds ../config//has_gmp : : <build…
109 …[ run mpfi_snips.cpp mpfi mpfr gmp no_eh_eg_support : : : [ check-target-builds ../config//has_m…
110 …[ run mpfr_snips.cpp mpfr gmp no_eh_eg_support : : : [ check-target-builds ../config//has_mpfr : :…
/third_party/mindspore/cmake/
Dcheck_requirements.cmake62 find_library(gmp_LIB gmp)
64 find_file(gmp_HEADER gmp.h)
66 …message(FATAL_ERROR "Required package gmp not found, please install gmp and try building MindSpore…
/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile44 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
68 --with-gmp \
80 --with-gmp \
/third_party/libcoap/
DHOWTO.dual.gnutls14 # gmp (used 6.2.0) https://gmplib.org/#DOWNLOAD
24 # gmp
26 tar xovf gmp-${GMP_VER}.tar.xz
27 cd gmp-${GMP_VER}
/third_party/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c111 struct mem_block *gmp; member
187 uint32_t *gmp = file->gmp_vaddr; in set_gmp_flags() local
193 gmp[i / 16] &= ~(0x3 << bitshift); in set_gmp_flags()
194 gmp[i / 16] |= flag << bitshift; in set_gmp_flags()
446 v3d41_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); in v3d_simulator_submit_cl_ioctl()
448 v3d33_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs); in v3d_simulator_submit_cl_ioctl()
610 file->gmp->ofs); in v3d_simulator_submit_csd_ioctl()
816 sim_file->gmp = u_mmAllocMem(sim_state.heap, 8096, GMP_ALIGN2, 0); in v3d_simulator_init()
817 sim_file->gmp_vaddr = (sim_state.mem + sim_file->gmp->ofs - in v3d_simulator_init()
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_php7/
DDockerfile43 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
58 --with-gmp \
/third_party/openh264/
DMakefile42 ifeq (,$(wildcard $(SRC_PATH)gmp-api))
153 MODULE_INCLUDES += -I$(SRC_PATH)gmp-api
175 gmp-bootstrap:
176 if [ ! -d gmp-api ] ; then git clone https://github.com/mozilla/gmp-api gmp-api ; fi
177 cd gmp-api && git fetch origin && git checkout $(GMP_API_BRANCH)
D.gitignore40 gmp-api
/third_party/boost/libs/multiprecision/performance/
DJamfile.v240 lib gmp ;
77 …rget-builds ../config//has_gmp : <define>TEST_MPF <define>TEST_MPZ <define>TEST_MPQ <source>gmp : ]
97 … [ check-target-builds ../config//has_gmp : <define>TEST_MPF <define>TEST_MPZ <source>gmp : ]
141 … [ check-target-builds ../config//has_gmp : <define>TEST_MPF <define>TEST_MPZ <source>gmp : ]
155 [ check-target-builds ../config//has_gmp : <define>TEST_GMP <source>gmp : ]
210 [ exe linpack_benchmark_mpfr : obj_linpack_benchmark_mpfr mpfr f2c gmp
217 [ exe linpack_benchmark_mpf : obj_linpack_benchmark_mpf gmp f2c
/third_party/grpc/tools/dockerfile/test/php7_jessie_x64/
DDockerfile43 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h
58 --with-gmp \
/third_party/openh264/module/
Dtargets.mk6 $(MODULE_SRCDIR)/gmp-openh264.cpp\
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c1253 struct global_motion_params *gmp = &(priv->codec_data.av1.uncompressed_header.gmp); in global_motion_params() local
1259 gmp->GmType[ref] = AV1_IDENTITY; in global_motion_params()
1261 gmp->gm_params[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0); in global_motion_params()
1265 ref_gmp = &(priv->codec_data.av1.refs[r].gmp); in global_motion_params()
1269 gmp->GmType[ref] = AV1_IDENTITY; in global_motion_params()
1271 gmp->gm_params[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0); in global_motion_params()
1281 gmp->GmType[ref] = AV1_IDENTITY; in global_motion_params()
1283 gmp->gm_params[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0); in global_motion_params()
1296 gmp->GmType[ref] = type; in global_motion_params()
1299 read_global_param(gmp, ref_gmp, priv, vlc, type, ref, 2); in global_motion_params()
[all …]
Dvid_dec_av1.h419 struct global_motion_params gmp; member
/third_party/grpc/templates/src/php/docker/centos7/
DDockerfile.template31gmp-devel libmpc-devel mpfr-devel yum-utils ${'\\'} …
/third_party/grpc/src/php/docker/centos7/
DDockerfile29gmp-devel libmpc-devel mpfr-devel yum-utils \ …
/third_party/openh264/build/
DDockerfile20 …es=c,c++ --enable-multiarch --enable-shared --enable-threads=posix --with-gmp=/usr/local/lib --wi…
/third_party/boost/libs/multiprecision/test/math/instances/
DJamfile.v239 lib gmp : : <search>$(gmp_path) ;
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp880 const GstAV1GlobalMotionParams *gmp = &frame_hdr->global_motion_params; in gst_d3d11_av1_dec_start_picture() local
886 gmp->gm_params[GST_AV1_REF_LAST_FRAME + i][j]; in gst_d3d11_av1_dec_start_picture()
889 (gmp->gm_type[GST_AV1_REF_LAST_FRAME + i] == in gst_d3d11_av1_dec_start_picture()
892 gmp->gm_type[GST_AV1_REF_LAST_FRAME + i]; in gst_d3d11_av1_dec_start_picture()

12