/third_party/boost/libs/multiprecision/test/ |
D | Jamfile.v2 | 89 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/ |
D | Dockerfile | 42 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/ |
D | Jamfile.v2 | 7 # 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/ |
D | Jamfile.v2 | 11 project gmp 17 lib libgmp : : <name>gmp <link>shared ; 20 test-suite "gmp"
|
/third_party/boost/libs/multiprecision/config/ |
D | Jamfile.v2 | 39 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/ |
D | build.sh | 7 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/ |
D | php7_deps.include | 26 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h 41 --with-gmp ${'\\'}
|
/third_party/boost/libs/multiprecision/example/ |
D | Jamfile.v2 | 67 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/ |
D | check_requirements.cmake | 62 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/ |
D | Dockerfile | 44 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h 68 --with-gmp \ 80 --with-gmp \
|
/third_party/libcoap/ |
D | HOWTO.dual.gnutls | 14 # 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/ |
D | v3d_simulator.c | 111 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/ |
D | Dockerfile | 43 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h 58 --with-gmp \
|
/third_party/openh264/ |
D | Makefile | 42 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 | .gitignore | 40 gmp-api
|
/third_party/boost/libs/multiprecision/performance/ |
D | Jamfile.v2 | 40 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/ |
D | Dockerfile | 43 RUN ln -sf /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h 58 --with-gmp \
|
/third_party/openh264/module/ |
D | targets.mk | 6 $(MODULE_SRCDIR)/gmp-openh264.cpp\
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_av1.c | 1253 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 …]
|
D | vid_dec_av1.h | 419 struct global_motion_params gmp; member
|
/third_party/grpc/templates/src/php/docker/centos7/ |
D | Dockerfile.template | 31 …gmp-devel libmpc-devel mpfr-devel yum-utils ${'\\'} …
|
/third_party/grpc/src/php/docker/centos7/ |
D | Dockerfile | 29 …gmp-devel libmpc-devel mpfr-devel yum-utils \ …
|
/third_party/openh264/build/ |
D | Dockerfile | 20 …es=c,c++ --enable-multiarch --enable-shared --enable-threads=posix --with-gmp=/usr/local/lib --wi…
|
/third_party/boost/libs/multiprecision/test/math/instances/ |
D | Jamfile.v2 | 39 lib gmp : : <search>$(gmp_path) ;
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11av1dec.cpp | 880 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()
|