Home
last modified time | relevance | path

Searched refs:fabi (Results 1 – 4 of 4) sorted by relevance

/external/python/cffi/c/
D_cffi_backend.c2961 ffi_abi fabi; in cdata_call() local
3003 fabi = PyInt_AS_LONG(PyTuple_GET_ITEM(signature, 0)); in cdata_call()
3005 fabi = PyLong_AS_LONG(PyTuple_GET_ITEM(signature, 0)); in cdata_call()
3007 cif_descr = fb_prepare_cif(fvarargs, fresult, fabi); in cdata_call()
5543 int ellipsis, int fabi) in fb_prepare_ctype() argument
5556 if (fabi == FFI_STDCALL) in fb_prepare_ctype()
5588 ffi_abi fabi) in fb_prepare_cif() argument
5615 if (ffi_prep_cif(&cif_descr->cif, fabi, funcbuffer.nargs, in fb_prepare_cif()
5630 int ellipsis, int fabi) in new_function_type() argument
5649 fct = fb_prepare_ctype(&funcbuilder, fargs, fresult, ellipsis, fabi); in new_function_type()
[all …]
/external/clang/docs/
DCrossCompilation.rst114 * ``-mfloat-abi=<fabi>``, like soft, hard, controlling which registers
/external/llvm-project/clang/docs/
DCrossCompilation.rst114 * ``-mfloat-abi=<fabi>``, like soft, hard, controlling which registers
/external/eigen/
DCMakeLists.txt235 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx512f -fabi-version=6 -DEIGEN_ENABLE_AVX512")