Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/
Dminus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
42 c3 -= fc; in test()
Dplus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
42 c3 += fc; in test()
Dtimes_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
42 c3 *= fc; in test()
Ddivide_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
42 c3 /= fc; in test()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c59 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register() argument
60 fc->prev = __Unwind_SjLj_GetTopOfFunctionStack(); in _Unwind_SjLj_Register()
61 __Unwind_SjLj_SetTopOfFunctionStack(fc); in _Unwind_SjLj_Register()
67 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister() argument
68 __Unwind_SjLj_SetTopOfFunctionStack(fc->prev); in _Unwind_SjLj_Unregister()
Dunwind_ext.h29 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc);
DUnwind_AppleExtras.cpp198 void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack() argument
199 _pthread_setspecific_direct(__PTK_LIBC_DYLD_Unwind_SjLj_Key, fc); in __Unwind_SjLj_SetTopOfFunctionStack()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h228 extern void _Unwind_SjLj_Register(_Unwind_FunctionContext_t fc);
229 extern void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t fc);