Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 2742) sorted by relevance

12345678910>>...110

/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dclogq.c25 __complex128 result; in clogq() local
32 __imag__ result = signbitq (__real__ x) ? (__float128) M_PIq : 0; in clogq() local
33 __imag__ result = copysignq (__imag__ result, __imag__ x); in clogq() local
35 __real__ result = -1 / fabsq (__real__ x); in clogq() local
65 __real__ result = log1pq (absy * absy) / 2; in clogq() local
73 __real__ result = log1pq (d2m1) / 2; in clogq() local
81 __real__ result = log1pq (d2m1) / 2; in clogq() local
89 __real__ result = log1pq (d2m1) / 2; in clogq() local
94 __real__ result = logq (d) - scale * (__float128) M_LN2q; in clogq() local
97 __imag__ result = atan2q (__imag__ x, __real__ x); in clogq() local
[all …]
H A Dclog10q.c31 __complex128 result; in clog10q() local
38 __imag__ result = signbitq (__real__ x) ? PI_LOG10E : 0; in clog10q() local
39 __imag__ result = copysignq (__imag__ result, __imag__ x); in clog10q() local
41 __real__ result = -1 / fabsq (__real__ x); in clog10q() local
71 __real__ result = (log1pq (absy * absy) in clog10q() local
80 __real__ result = log1pq (d2m1) * ((__float128) M_LOG10Eq / 2); in clog10q() local
88 __real__ result = log1pq (d2m1) * ((__float128) M_LOG10Eq / 2); in clog10q() local
96 __real__ result = log1pq (d2m1) * ((__float128) M_LOG10Eq / 2); in clog10q() local
101 __real__ result = log10q (d) - scale * LOG10_2; in clog10q() local
104 __imag__ result = M_LOG10Eq * atan2q (__imag__ x, __real__ x); in clog10q() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dclogq.c25 __complex128 result; in clogq() local
32 __imag__ result = signbitq (__real__ x) ? (__float128) M_PIq : 0; in clogq() local
33 __imag__ result = copysignq (__imag__ result, __imag__ x); in clogq() local
35 __real__ result = -1 / fabsq (__real__ x); in clogq() local
65 __real__ result = log1pq (absy * absy) / 2; in clogq() local
73 __real__ result = log1pq (d2m1) / 2; in clogq() local
81 __real__ result = log1pq (d2m1) / 2; in clogq() local
89 __real__ result = log1pq (d2m1) / 2; in clogq() local
94 __real__ result = logq (d) - scale * (__float128) M_LN2q; in clogq() local
97 __imag__ result = atan2q (__imag__ x, __real__ x); in clogq() local
[all …]
H A Dclog10q.c31 __complex128 result; in clog10q() local
38 __imag__ result = signbitq (__real__ x) ? PI_LOG10E : 0; in clog10q() local
39 __imag__ result = copysignq (__imag__ result, __imag__ x); in clog10q() local
41 __real__ result = -1 / fabsq (__real__ x); in clog10q() local
71 __real__ result = (log1pq (absy * absy) in clog10q() local
80 __real__ result = log1pq (d2m1) * ((__float128) M_LOG10Eq / 2); in clog10q() local
88 __real__ result = log1pq (d2m1) * ((__float128) M_LOG10Eq / 2); in clog10q() local
96 __real__ result = log1pq (d2m1) * ((__float128) M_LOG10Eq / 2); in clog10q() local
101 __real__ result = log10q (d) - scale * LOG10_2; in clog10q() local
104 __imag__ result = M_LOG10Eq * atan2q (__imag__ x, __real__ x); in clog10q() local
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test.c31 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result()
42 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts()
100 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol()
121 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername()
132 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket()
146 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id()
159 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression()
166 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn()
179 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn()
191 static int check_session_ticket_app_data(HANDSHAKE_RESULT *result, in check_session_ticket_app_data()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi_openssl.h24 INLINE_DECL bi_ptr bi_new(bi_ptr result) { in bi_new()
45 INLINE_DECL bi_ptr bi_inc(bi_ptr result) { in bi_inc()
51 INLINE_DECL bi_ptr bi_dec(bi_ptr result) { in bi_dec()
65 INLINE_DECL bi_ptr bi_negate( bi_ptr result) { in bi_negate()
71 INLINE_DECL bi_ptr bi_mul_si( bi_ptr result, const bi_ptr i, const long n) { in bi_mul_si()
78 INLINE_DECL bi_ptr bi_mul( bi_ptr result, const bi_ptr i, const bi_ptr n) { in bi_mul()
83 INLINE_DECL bi_ptr bi_add_si( bi_ptr result, const bi_ptr i, const long n) { in bi_add_si()
90 INLINE_DECL bi_ptr bi_add( bi_ptr result, const bi_ptr i, const bi_ptr n) { in bi_add()
96 INLINE_DECL bi_ptr bi_sub_si( bi_ptr result, const bi_ptr i, const long n) { in bi_sub_si()
104 INLINE_DECL bi_ptr bi_sub( bi_ptr result, const bi_ptr i, const bi_ptr n) { in bi_sub()
[all …]
H A Dbi_gmp.h79 INLINE_DECL bi_ptr bi_set( bi_ptr result, const bi_ptr value) { in bi_set()
85 INLINE_DECL bi_ptr bi_set_as_hex( bi_ptr result, const char *value) { in bi_set_as_hex()
91 INLINE_DECL bi_ptr bi_set_as_dec( bi_ptr result, const char *value) { in bi_set_as_dec()
98 INLINE_DECL bi_ptr bi_set_as_si( bi_ptr result, const int value) { in bi_set_as_si()
110 BIGNUM *result; in bi_2_BIGNUM() local
132 INLINE_DECL bi_ptr bi_inc(bi_ptr result) { in bi_inc()
138 INLINE_DECL bi_ptr bi_dec(bi_ptr result) { in bi_dec()
145 INLINE_DECL bi_ptr bi_div_si( bi_ptr result, const bi_ptr i, const long n) { in bi_div_si()
151 INLINE_DECL bi_ptr bi_div( bi_ptr result, const bi_ptr i, const bi_ptr n) { in bi_div()
157 INLINE_DECL bi_ptr bi_negate( bi_ptr result) { in bi_negate()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_test.c34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result()
45 static int check_alerts(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alerts()
103 static int check_protocol(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_protocol()
124 static int check_servername(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_servername()
135 static int check_session_ticket(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_ticket()
149 static int check_session_id(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_session_id()
162 static int check_compression(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_compression()
169 static int check_npn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_npn()
182 static int check_alpn(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_alpn()
194 static int check_session_ticket_app_data(HANDSHAKE_RESULT *result, in check_session_ticket_app_data()
[all …]
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_server.c125 nlm_sm_notify_0_svc(struct nlm_sm_status *argp, void *result, struct svc_req *rqstp) in nlm_sm_notify_0_svc()
133 nlm_test_1_svc(struct nlm_testargs *argp, nlm_testres *result, struct svc_req *rqstp) in nlm_test_1_svc()
157 nlm_lock_1_svc(struct nlm_lockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_lock_1_svc()
178 nlm_cancel_1_svc(struct nlm_cancargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_cancel_1_svc()
197 nlm_unlock_1_svc(struct nlm_unlockargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_unlock_1_svc()
214 nlm_granted_1_svc(struct nlm_testargs *argp, nlm_res *result, struct svc_req *rqstp) in nlm_granted_1_svc()
232 nlm_test_msg_1_svc(struct nlm_testargs *argp, void *result, struct svc_req *rqstp) in nlm_test_msg_1_svc()
264 nlm_lock_msg_1_svc(struct nlm_lockargs *argp, void *result, struct svc_req *rqstp) in nlm_lock_msg_1_svc()
294 nlm_cancel_msg_1_svc(struct nlm_cancargs *argp, void *result, struct svc_req *rqstp) in nlm_cancel_msg_1_svc()
322 nlm_unlock_msg_1_svc(struct nlm_unlockargs *argp, void *result, struct svc_req *rqstp) in nlm_unlock_msg_1_svc()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_admin.c32 TSS_RESULT result; in RPC_SetOwnerInstall_TP() local
55 TSS_RESULT result; in RPC_DisableOwnerClear_TP() local
83 TSS_RESULT result; in RPC_ForceClear_TP() local
103 TSS_RESULT result; in RPC_DisableForceClear_TP() local
123 TSS_RESULT result; in RPC_PhysicalDisable_TP() local
143 TSS_RESULT result; in RPC_PhysicalEnable_TP() local
165 TSS_RESULT result; in RPC_OwnerSetDisable_TP() local
195 TSS_RESULT result; in RPC_PhysicalSetDeactivated_TP() local
218 TSS_RESULT result; in RPC_PhysicalPresence_TP() local
240 TSS_RESULT result; in RPC_SetTempDeactivated_TP() local
[all …]
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dreduce.c93 char result[80]; in reduce_boolean_expression() local
178 struct string *result; in reduce_boolean_expression() local
241 struct string *result; in reduce_boolean_expression() local
285 struct string *result; in reduce_boolean_expression() local
323 struct string *result; in reduce_boolean_expression() local
408 struct string *result; in reduce_data_expression() local
476 struct string *result; in reduce_data_expression() local
546 char result[80]; in reduce_data_expression() local
583 struct string *result; in reduce_data_expression() local
601 struct string *result; in reduce_data_expression() local
[all …]
H A Deval.c184 struct element *result; in eval_boolean_expression() local
256 struct element *result; in eval_boolean_expression() local
324 struct element *result; in eval_boolean_expression() local
386 struct element *result; in eval_boolean_expression() local
509 struct element *result; in eval_data_expression() local
652 struct element *result; in eval_data_expression() local
704 struct element *result; in eval_data_expression() local
739 struct element *result; in eval_data_expression() local
786 struct element *result; in eval_data_expression() local
851 struct element *result; in eval_data_expression() local
[all …]
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dmaster_test.c72 isc_result_t result; in add_callback() local
91 isc_result_t result; in setup_master() local
130 isc_result_t result; in test_master() local
173 isc_result_t result; ISC_RUN_TEST_IMPL() local
187 isc_result_t result; ISC_RUN_TEST_IMPL() local
202 isc_result_t result; ISC_RUN_TEST_IMPL() local
217 isc_result_t result; ISC_RUN_TEST_IMPL() local
232 isc_result_t result; ISC_RUN_TEST_IMPL() local
246 isc_result_t result; ISC_RUN_TEST_IMPL() local
260 isc_result_t result; ISC_RUN_TEST_IMPL() local
274 isc_result_t result; ISC_RUN_TEST_IMPL() local
291 isc_result_t result; ISC_RUN_TEST_IMPL() local
305 isc_result_t result; ISC_RUN_TEST_IMPL() local
319 isc_result_t result; ISC_RUN_TEST_IMPL() local
347 isc_result_t result; ISC_RUN_TEST_IMPL() local
361 isc_result_t result; ISC_RUN_TEST_IMPL() local
376 isc_result_t result; ISC_RUN_TEST_IMPL() local
387 isc_result_t result; ISC_RUN_TEST_IMPL() local
424 isc_result_t result; ISC_RUN_TEST_IMPL() local
456 isc_result_t result; ISC_RUN_TEST_IMPL() local
552 isc_result_t result; ISC_RUN_TEST_IMPL() local
[all...]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_admin.c35 TSS_RESULT result; in tcs_wrap_PhysicalSetDeactivated() local
64 TSS_RESULT result; in tcs_wrap_DisableOwnerClear() local
100 TSS_RESULT result; in tcs_wrap_ForceClear() local
123 TSS_RESULT result; in tcs_wrap_DisableForceClear() local
146 TSS_RESULT result; in tcs_wrap_PhysicalEnable() local
170 TSS_RESULT result; in tcs_wrap_SetOwnerInstall() local
201 TSS_RESULT result; in tcs_wrap_OwnerSetDisable() local
239 TSS_RESULT result; in tcs_wrap_PhysicalDisable() local
262 TSS_RESULT result; in tcs_wrap_PhysicalPresence() local
292 TSS_RESULT result; in tcs_wrap_SetTempDeactivated() local
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dobj_migdata.c50 TSS_RESULT result; in obj_migdata_add() local
69 TSS_RESULT result; in obj_migdata_remove() local
95 TSS_RESULT result; in obj_migdata_set_migrationblob() local
120 TSS_RESULT result; in obj_migdata_get_migrationblob() local
136 TSS_RESULT result; in obj_migdata_set_authoritydata() local
158 TSS_RESULT result; in obj_migdata_get_authoritydata() local
180 TSS_RESULT result; in obj_migdata_set_migauthdata() local
202 TSS_RESULT result; in obj_migdata_get_migauthdata() local
224 TSS_RESULT result; in obj_migdata_set_ticketdata() local
249 TSS_RESULT result; in obj_migdata_get_ticketdata() local
[all …]
H A Dtsp_admin.c33 TSS_RESULT result; in Transport_GetCapabilityOwner() local
61 TSS_RESULT result; in Transport_SetOwnerInstall() local
80 TSS_RESULT result; in Transport_DisableOwnerClear() local
97 TSS_RESULT result; in Transport_DisableForceClear() local
116 TSS_RESULT result; in Transport_OwnerSetDisable() local
134 TSS_RESULT result; in Transport_PhysicalDisable() local
151 TSS_RESULT result; in Transport_PhysicalEnable() local
169 TSS_RESULT result; in Transport_PhysicalSetDeactivated() local
187 TSS_RESULT result; in Transport_SetTempDeactivated() local
205 TSS_RESULT result; in Transport_SetTempDeactivated2() local
[all …]
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_tspi.c178 TSS_RESULT result; in displayKey() local
311 TSS_RESULT result = Tspi_Context_Create(a_hContext); in contextCreate() local
320 TSS_RESULT result = Tspi_Context_FreeMemory(a_hContext, NULL); in contextClose() local
332 TSS_RESULT result = Tspi_Context_Connect(a_hContext, NULL); in contextConnect() local
344 TSS_RESULT result = in contextCreateObject() local
355 TSS_RESULT result = in contextCloseObject() local
365 TSS_RESULT result = Tspi_Context_GetTpmObject(a_hContext, a_hTpm); in contextGetTpm() local
374 TSS_RESULT result = in policyGet() local
383 TSS_RESULT result = in policyAssign() local
394 TSS_RESULT result; in policySetSecret() local
[all …]
/netbsd-src/usr.sbin/rpc.lockd/
H A Dlock_proc.c265 transmit_result(int opcode, nlm_res *result, struct sockaddr *addr) in transmit_result()
293 transmit4_result(int opcode, nlm4_res *result, struct sockaddr *addr) in transmit4_result()
360 static nlm_testres result; in nlm_test_1_svc() local
394 nlm_testres result; in nlm_test_msg_1_svc() local
450 static nlm_res result; in nlm_lock_1_svc() local
472 static nlm_res result; in nlm_lock_msg_1_svc() local
502 static nlm_res result; in nlm_cancel_1_svc() local
524 static nlm_res result; in nlm_cancel_msg_1_svc() local
554 static nlm_res result; in nlm_unlock_1_svc() local
571 static nlm_res result; in nlm_unlock_msg_1_svc() local
[all …]
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dtime_test.c42 isc_result_t result; member
79 isc_result_t result = isc_time_add(&(vectors_add[i].a), in ISC_RUN_TEST_IMPL() local
112 isc_result_t result = isc_time_subtract( in ISC_RUN_TEST_IMPL() local
142 isc_result_t result; ISC_RUN_TEST_IMPL() local
161 isc_result_t result; ISC_RUN_TEST_IMPL() local
197 isc_result_t result; ISC_RUN_TEST_IMPL() local
234 isc_result_t result; ISC_RUN_TEST_IMPL() local
271 isc_result_t result; ISC_RUN_TEST_IMPL() local
306 isc_result_t result; ISC_RUN_TEST_IMPL() local
342 isc_result_t result; ISC_RUN_TEST_IMPL() local
378 isc_result_t result; ISC_RUN_TEST_IMPL() local
[all...]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_command_table.c177 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_dig_v1() local
204 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_dig1_v1() local
219 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_dig2_v1() local
234 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_digx_v3() local
263 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_digx_v4() local
292 enum bp_result result = BP_RESULT_FAILURE; in encoder_control_digx_v5() local
405 enum bp_result result = BP_RESULT_FAILURE; in transmitter_control_v2() local
525 enum bp_result result = BP_RESULT_FAILURE; in transmitter_control_v3() local
659 enum bp_result result = BP_RESULT_FAILURE; in transmitter_control_v4() local
782 enum bp_result result = BP_RESULT_FAILURE; in transmitter_control_v1_5() local
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_admin.c35 TSS_RESULT result; in TCSP_SetOwnerInstall_Internal() local
60 TSS_RESULT result; in TCSP_OwnerSetDisable_Internal() local
91 TSS_RESULT result; in TCSP_DisableOwnerClear_Internal() local
123 TSS_RESULT result; in TCSP_ForceClear_Internal() local
146 TSS_RESULT result; in TCSP_DisableForceClear_Internal() local
170 TSS_RESULT result = TCSERR(TSS_E_NOTIMPL); in TCSP_PhysicalPresence_Internal() local
199 TSS_RESULT result; in TCSP_PhysicalDisable_Internal() local
222 TSS_RESULT result; in TCSP_PhysicalEnable_Internal() local
248 TSS_RESULT result; in TCSP_PhysicalSetDeactivated_Internal() local
271 TSS_RESULT result; in TCSP_SetTempDeactivated_Internal() local
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c36 TSS_RESULT result; in RPC_OpenContext() local
70 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_GetRegisteredKeyByPublicInfo() local
94 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_CloseContext() local
120 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_FreeMemory() local
143 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_LogPcrEvent() local
167 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_GetPcrEvent() local
193 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_GetPcrEventsByPcr() local
217 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_GetPcrEventLog() local
244 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_RegisterKey() local
267 TSS_RESULT result = (TSS_E_INTERNAL_ERROR | TSS_LAYER_TSP); in RPC_UnregisterKey() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatchexp.c36 gfc_match_defined_op_name (char *result, int error_flag) in gfc_match_defined_op_name()
92 match_defined_operator (gfc_user_op **result) in match_defined_operator()
144 match_primary (gfc_expr **result) in match_primary()
197 match_level_1 (gfc_expr **result) in match_level_1()
259 match_mult_operand (gfc_expr **result) in match_mult_operand()
304 match_ext_mult_operand (gfc_expr **result) in match_ext_mult_operand()
349 match_add_operand (gfc_expr **result) in match_add_operand()
413 match_ext_add_operand (gfc_expr **result) in match_ext_add_operand()
460 match_level_2 (gfc_expr **result) in match_level_2()
545 match_level_3 (gfc_expr **result) in match_level_3()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatchexp.cc36 gfc_match_defined_op_name (char *result, int error_flag) in gfc_match_defined_op_name()
92 match_defined_operator (gfc_user_op **result) in match_defined_operator()
144 match_primary (gfc_expr **result) in match_primary()
197 match_level_1 (gfc_expr **result) in match_level_1()
259 match_mult_operand (gfc_expr **result) in match_mult_operand()
304 match_ext_mult_operand (gfc_expr **result) in match_ext_mult_operand()
349 match_add_operand (gfc_expr **result) in match_add_operand()
413 match_ext_add_operand (gfc_expr **result) in match_ext_add_operand()
460 match_level_2 (gfc_expr **result) in match_level_2()
545 match_level_3 (gfc_expr **result) in match_level_3()
[all …]
H A Dsimplify.cc78 range_check (gfc_expr *result, const char *name) in range_check()
395 gfc_expr *result, *a, *b, *c; in compute_dot_product() local
452 gfc_expr *result; in transformational_result() local
490 gfc_expr *result; in gfc_count() local
514 simplify_transformation_to_scalar (gfc_expr *result, gfc_expr *array, gfc_expr *mask, in simplify_transformation_to_scalar()
563 simplify_transformation_to_array (gfc_expr *result, gfc_expr *array, gfc_expr *dim, in simplify_transformation_to_array()
705 gfc_expr *result; in simplify_transformation() local
738 gfc_expr *result; in gfc_simplify_abs() local
770 gfc_expr *result; in simplify_achar_char() local
834 gfc_expr *result; in gfc_simplify_acos() local
[all …]

12345678910>>...110