Home
last modified time | relevance | path

Searched refs:esuffix (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/
H A D_util.py554 for echar, esuffix in [("<", "le"), (">", "be")]:
555 esuffix = "_" + esuffix
572 esuffix = ""
587 funcs["%s%s%s" % (prefix, name, esuffix)] = unpack
588 funcs["%sint%s%s" % (prefix, bits, esuffix)] = unpack
589 funcs["%s%s%s_from" % (prefix, name, esuffix)] = unpack_from
590 funcs["%sint%s%s_from" % (prefix, bits, esuffix)] = unpack_from
591 funcs["to_%s%s%s" % (prefix, name, esuffix)] = pack
592 funcs["to_%sint%s%s" % (prefix, bits, esuffix)] = pack
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_wasm.hpp1216 #define OPENCV_HAL_IMPL_WASM_INIT_CMP_OP(_Tpvec, suffix, esuffix) \ argument
1218 { return _Tpvec(wasm_##esuffix##_eq(a.val, b.val)); } \
1220 { return _Tpvec(wasm_##esuffix##_ne(a.val, b.val)); } \
1610 #define OPENCV_HAL_IMPL_WASM_REDUCE_OP_4_SUM(_Tpvec, scalartype, regtype, suffix, esuffix) \ argument
1616 return (scalartype)wasm_##esuffix##_extract_lane(val, 0); \
1643 #define OPENCV_HAL_IMPL_WASM_REDUCE_OP_2_SUM(_Tpvec, scalartype, regtype, suffix, esuffix) \ argument
1648 return (scalartype)wasm_##esuffix##_extract_lane(val, 0); \
1797 #define OPENCV_HAL_IMPL_WASM_CHECK_ALL_ANY(_Tpvec, suffix, esuffix) \ in OPENCV_HAL_IMPL_WASM_CHECK_SIGNS() argument
1800 v128_t masked = v_reinterpret_as_##esuffix(a).val; \ in OPENCV_HAL_IMPL_WASM_CHECK_SIGNS()
1807 v128_t masked = v_reinterpret_as_##esuffix(a).val; \
/dports/devel/stxxl/stxxl-1.4.1/doc/
H A Dreferences.bib316 note = "\url{http://algo2.iti.uka.de/dementiev/esuffix/docu/data/diplom.pdf}",
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/rs6000/
H A Drs6000.c24513 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
24519 esuffix = ")))"; in rs6000_inner_target_options()
24524 esuffix = ""; in rs6000_inner_target_options()
24529 q, esuffix); in rs6000_inner_target_options()
24531 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
24533 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/rs6000/
H A Drs6000.c23385 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
23391 esuffix = ")))"; in rs6000_inner_target_options()
23396 esuffix = ""; in rs6000_inner_target_options()
23401 q, esuffix); in rs6000_inner_target_options()
23403 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
23405 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/rs6000/
H A Drs6000.c23998 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
24004 esuffix = ")))"; in rs6000_inner_target_options()
24009 esuffix = ""; in rs6000_inner_target_options()
24014 q, esuffix); in rs6000_inner_target_options()
24016 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
24018 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/rs6000/
H A Drs6000.c23389 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
23395 esuffix = ")))"; in rs6000_inner_target_options()
23400 esuffix = ""; in rs6000_inner_target_options()
23405 q, esuffix); in rs6000_inner_target_options()
23407 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
23409 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000.c24263 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
24269 esuffix = ")))"; in rs6000_inner_target_options()
24274 esuffix = ""; in rs6000_inner_target_options()
24279 q, esuffix); in rs6000_inner_target_options()
24281 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
24283 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000.c24263 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
24269 esuffix = ")))"; in rs6000_inner_target_options()
24274 esuffix = ""; in rs6000_inner_target_options()
24279 q, esuffix); in rs6000_inner_target_options()
24281 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
24283 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/rs6000/
H A Drs6000.c23387 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
23393 esuffix = ")))"; in rs6000_inner_target_options()
23398 esuffix = ""; in rs6000_inner_target_options()
23403 q, esuffix); in rs6000_inner_target_options()
23405 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
23407 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/rs6000/
H A Drs6000.c27862 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
27868 esuffix = ")))"; in rs6000_inner_target_options()
27873 esuffix = ""; in rs6000_inner_target_options()
27878 q, esuffix); in rs6000_inner_target_options()
27880 error ("%s\"%s\"%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
27882 error ("%s\"%s\"%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/rs6000/
H A Drs6000.c31934 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
31940 esuffix = ")))"; in rs6000_inner_target_options()
31945 esuffix = ""; in rs6000_inner_target_options()
31950 q, esuffix); in rs6000_inner_target_options()
31952 error ("%s\"%s\"%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
31954 error ("%s\"%s\"%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/rs6000/
H A Drs6000.c31622 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
31628 esuffix = ")))"; in rs6000_inner_target_options()
31633 esuffix = ""; in rs6000_inner_target_options()
31638 q, esuffix); in rs6000_inner_target_options()
31640 error ("%s\"%s\"%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
31642 error ("%s\"%s\"%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c37224 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
37230 esuffix = ")))"; in rs6000_inner_target_options()
37235 esuffix = ""; in rs6000_inner_target_options()
37240 q, esuffix); in rs6000_inner_target_options()
37242 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
37244 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/rs6000/
H A Drs6000.c36966 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
36972 esuffix = ")))"; in rs6000_inner_target_options()
36977 esuffix = ""; in rs6000_inner_target_options()
36982 q, esuffix); in rs6000_inner_target_options()
36984 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
36986 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/rs6000/
H A Drs6000.c36236 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
36242 esuffix = ")))"; in rs6000_inner_target_options()
36247 esuffix = ""; in rs6000_inner_target_options()
36252 q, esuffix); in rs6000_inner_target_options()
36254 error ("%s\"%s\"%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
36256 error ("%s\"%s\"%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/rs6000/
H A Drs6000.c37054 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
37060 esuffix = ")))"; in rs6000_inner_target_options()
37065 esuffix = ""; in rs6000_inner_target_options()
37070 q, esuffix); in rs6000_inner_target_options()
37072 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
37074 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c37224 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
37230 esuffix = ")))"; in rs6000_inner_target_options()
37235 esuffix = ""; in rs6000_inner_target_options()
37240 q, esuffix); in rs6000_inner_target_options()
37242 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
37244 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c37224 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
37230 esuffix = ")))"; in rs6000_inner_target_options()
37235 esuffix = ""; in rs6000_inner_target_options()
37240 q, esuffix); in rs6000_inner_target_options()
37242 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
37244 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c37224 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
37230 esuffix = ")))"; in rs6000_inner_target_options()
37235 esuffix = ""; in rs6000_inner_target_options()
37240 q, esuffix); in rs6000_inner_target_options()
37242 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
37244 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/rs6000/
H A Drs6000.c36720 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
36726 esuffix = ")))"; in rs6000_inner_target_options()
36731 esuffix = ""; in rs6000_inner_target_options()
36736 q, esuffix); in rs6000_inner_target_options()
36738 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
36740 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/rs6000/
H A Drs6000.c36966 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
36972 esuffix = ")))"; in rs6000_inner_target_options()
36977 esuffix = ""; in rs6000_inner_target_options()
36982 q, esuffix); in rs6000_inner_target_options()
36984 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
36986 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/rs6000/
H A Drs6000.c37238 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
37244 esuffix = ")))"; in rs6000_inner_target_options()
37249 esuffix = ""; in rs6000_inner_target_options()
37254 q, esuffix); in rs6000_inner_target_options()
37256 error ("%s%qs%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
37258 error ("%s%qs%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/rs6000/
H A Drs6000.c36236 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
36242 esuffix = ")))"; in rs6000_inner_target_options()
36247 esuffix = ""; in rs6000_inner_target_options()
36252 q, esuffix); in rs6000_inner_target_options()
36254 error ("%s\"%s\"%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
36256 error ("%s\"%s\"%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/powerpcspe/
H A Dpowerpcspe.c39717 const char *eprefix, *esuffix; in rs6000_inner_target_options() local
39723 esuffix = ")))"; in rs6000_inner_target_options()
39728 esuffix = ""; in rs6000_inner_target_options()
39733 q, esuffix); in rs6000_inner_target_options()
39735 error ("%s\"%s\"%s is not allowed", eprefix, q, esuffix); in rs6000_inner_target_options()
39737 error ("%s\"%s\"%s is invalid", eprefix, q, esuffix); in rs6000_inner_target_options()

12