Searched refs:fabi (Results 1 – 4 of 4) sorted by relevance
/external/python/cffi/c/ |
D | _cffi_backend.c | 2961 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/ |
D | CrossCompilation.rst | 114 * ``-mfloat-abi=<fabi>``, like soft, hard, controlling which registers
|
/external/llvm-project/clang/docs/ |
D | CrossCompilation.rst | 114 * ``-mfloat-abi=<fabi>``, like soft, hard, controlling which registers
|
/external/eigen/ |
D | CMakeLists.txt | 235 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx512f -fabi-version=6 -DEIGEN_ENABLE_AVX512")
|