Searched refs:fc (Results 1 – 8 of 8) sorted by relevance
41 std::complex<float> fc (1,1); in test() local42 c3 -= fc; in test()
41 std::complex<float> fc (1,1); in test() local42 c3 += fc; in test()
41 std::complex<float> fc (1,1); in test() local42 c3 *= fc; in test()
41 std::complex<float> fc (1,1); in test() local42 c3 /= fc; in test()
59 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register() argument60 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() argument68 __Unwind_SjLj_SetTopOfFunctionStack(fc->prev); in _Unwind_SjLj_Unregister()
29 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc);
198 void __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack() argument199 _pthread_setspecific_direct(__PTK_LIBC_DYLD_Unwind_SjLj_Key, fc); in __Unwind_SjLj_SetTopOfFunctionStack()
228 extern void _Unwind_SjLj_Register(_Unwind_FunctionContext_t fc);229 extern void _Unwind_SjLj_Unregister(_Unwind_FunctionContext_t fc);